Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-08 Thread Liu, Changcheng
Hi 0Day maintainers, The right patch is https://lkml.org/lkml/2017/11/6/685 I don't know why the original wrong patch is tested again. B.R. Changcheng On 11:10 Thu 09 Nov, kbuild test robot wrote: > Hi Changcheng, > > Thank you for the patch! Perhaps something to improve: > > [aut

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-08 Thread kbuild test robot
Hi Changcheng, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc8] [cannot apply to next-20171108] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: http

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-08 Thread kbuild test robot
Hi Changcheng, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc8] [cannot apply to next-20171108] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: http

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Liu, Changcheng
Thx Josh. I'll refine the patch. Answer question as below. On 07:11 Mon 06 Nov, Josh Poimboeuf wrote: > On Mon, Nov 06, 2017 at 06:52:03PM +0800, Liu, Changcheng wrote: > > kaslr feature is enabled in kernel. > > Remove kernel text address when dumping idle IP info > > > > Signed-off-by: Liu Chan

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Josh Poimboeuf
On Mon, Nov 06, 2017 at 06:52:03PM +0800, Liu, Changcheng wrote: > kaslr feature is enabled in kernel. > Remove kernel text address when dumping idle IP info > > Signed-off-by: Liu Changcheng > Signed-off-by: Jerry Liu > > diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c > index 0bc0a35..

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Petr Mladek
On Mon 2017-11-06 18:52:03, Liu, Changcheng wrote: > kaslr feature is enabled in kernel. > Remove kernel text address when dumping idle IP info > > Signed-off-by: Liu Changcheng > Signed-off-by: Jerry Liu > > diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c > index 0bc0a35..9cc4178 100644

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Petr Mladek
On Mon 2017-11-06 11:19:31, Liu, Changcheng wrote: > kaslr feature is enabled in kernel. > Remove kernel text address when dumping idle IP info > diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c > index 0bc0a35..9cc4178 100644 > --- a/lib/nmi_backtrace.c > +++ b/lib/nmi_backtrace.c > @@ -92,

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Liu, Changcheng
kaslr feature is enabled in kernel. Remove kernel text address when dumping idle IP info Signed-off-by: Liu Changcheng Signed-off-by: Jerry Liu diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c index 0bc0a35..9cc4178 100644 --- a/lib/nmi_backtrace.c +++ b/lib/nmi_backtrace.c @@ -92,7 +92,7

Re: [PATCH 0001/0001] format idle IP output func+offset/length

2017-11-06 Thread Sergey Senozhatsky
On (11/06/17 13:25), Liu, Changcheng wrote: > kaslr feature is enabled in kernel. > Remove kernel text address when dumping idle IP info > > Signed-off-by: Liu Changcheng > Signed-off-by: Jerry Liu > > diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c > index 0bc0a35..9cc4178 100644 > ---

[PATCH 0001/0001] format idle IP output func+offset/length

2017-11-05 Thread Liu, Changcheng
kaslr feature is enabled in kernel. Remove kernel text address when dumping idle IP info Signed-off-by: Liu Changcheng Signed-off-by: Jerry Liu diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c index 0bc0a35..9cc4178 100644 --- a/lib/nmi_backtrace.c +++ b/lib/nmi_backtrace.c @@ -92,7 +92,7

[PATCH 0001/0001] format idle IP output func+offset/length

2017-11-05 Thread Liu, Changcheng
kaslr feature is enabled in kernel. Remove kernel text address when dumping idle IP info Signed-off-by: Liu Changcheng Signed-off-by: Jerry Liu diff --git a/lib/nmi_backtrace.c b/lib/nmi_backtrace.c index 0bc0a35..9cc4178 100644 --- a/lib/nmi_backtrace.c +++ b/lib/nmi_backtrace.c @@ -92,7 +92,7