Re: [PATCH] livepatch: match function return value type with prototype

2015-05-28 Thread Li Bin
On 2015/5/26 15:32, Jiri Slaby wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 05/26/2015, 06:46 AM, Minfei Huang wrote: >> On Tue, May 26, 2015 at 10:44 AM, Li Bin >> wrote: >>> The klp_is_module return type should be boolean. >>> >>> Signed-off-by: Li Bin --- >>>

Re: [PATCH] livepatch: match function return value type with prototype

2015-05-28 Thread Li Bin
On 2015/5/26 15:32, Jiri Slaby wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/26/2015, 06:46 AM, Minfei Huang wrote: On Tue, May 26, 2015 at 10:44 AM, Li Bin huawei.li...@huawei.com wrote: The klp_is_module return type should be boolean. Signed-off-by: Li Bin

Re: [PATCH] livepatch: match function return value type with prototype

2015-05-26 Thread Jiri Slaby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/26/2015, 06:46 AM, Minfei Huang wrote: > On Tue, May 26, 2015 at 10:44 AM, Li Bin > wrote: >> The klp_is_module return type should be boolean. >> >> Signed-off-by: Li Bin --- >> kernel/livepatch/core.c |2 +- 1 files changed, 1 >>

Re: [PATCH] livepatch: match function return value type with prototype

2015-05-26 Thread Jiri Slaby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/26/2015, 06:46 AM, Minfei Huang wrote: On Tue, May 26, 2015 at 10:44 AM, Li Bin huawei.li...@huawei.com wrote: The klp_is_module return type should be boolean. Signed-off-by: Li Bin huawei.li...@huawei.com --- kernel/livepatch/core.c |

Re: [PATCH] livepatch: match function return value type with prototype

2015-05-25 Thread Minfei Huang
On Tue, May 26, 2015 at 10:44 AM, Li Bin wrote: > The klp_is_module return type should be boolean. > > Signed-off-by: Li Bin > --- > kernel/livepatch/core.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c > index

[PATCH] livepatch: match function return value type with prototype

2015-05-25 Thread Li Bin
The klp_is_module return type should be boolean. Signed-off-by: Li Bin --- kernel/livepatch/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c index 284e269..30e9339 100644 --- a/kernel/livepatch/core.c +++

[PATCH] livepatch: match function return value type with prototype

2015-05-25 Thread Li Bin
The klp_is_module return type should be boolean. Signed-off-by: Li Bin huawei.li...@huawei.com --- kernel/livepatch/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c index 284e269..30e9339 100644 ---

Re: [PATCH] livepatch: match function return value type with prototype

2015-05-25 Thread Minfei Huang
On Tue, May 26, 2015 at 10:44 AM, Li Bin huawei.li...@huawei.com wrote: The klp_is_module return type should be boolean. Signed-off-by: Li Bin huawei.li...@huawei.com --- kernel/livepatch/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git