[PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-16 Thread Dmitry Voytik
Add "lowmemorykiller:" prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lowmemorykiller Signed-off-by: Dmitry Voytik --- drivers/staging/android/lowmemorykiller.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-16 Thread Dmitry Voytik
On Fri, Mar 15, 2013 at 03:08:52PM -0700, David Rientjes wrote: > > Ick, no, please use the proper interface for this (i.e. pr_fmt). > > > > And I'm sure that mysterious new "lmk:" messages appearing in the kernel > log will be understood by about 0.1% of people. David, Greg, Thank you

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-16 Thread Dmitry Voytik
On Fri, Mar 15, 2013 at 03:08:52PM -0700, David Rientjes wrote: Ick, no, please use the proper interface for this (i.e. pr_fmt). And I'm sure that mysterious new lmk: messages appearing in the kernel log will be understood by about 0.1% of people. David, Greg, Thank you for fair

[PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-16 Thread Dmitry Voytik
Add lowmemorykiller: prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lowmemorykiller Signed-off-by: Dmitry Voytik dvv.ker...@gmail.com --- drivers/staging/android/lowmemorykiller.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread David Rientjes
On Fri, 15 Mar 2013, Greg Kroah-Hartman wrote: > > Add "lmk:" prefix to the debug print so it's easier to analyse LMK's > > debug output: > > dmesg | grep lmk > > Ick, no, please use the proper interface for this (i.e. pr_fmt). > And I'm sure that mysterious new "lmk:" messages appearing in

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread Greg Kroah-Hartman
On Sat, Mar 16, 2013 at 12:00:42AM +0400, Dmitry Voytik wrote: > Add "lmk:" prefix to the debug print so it's easier to analyse LMK's > debug output: > dmesg | grep lmk Ick, no, please use the proper interface for this (i.e. pr_fmt). greg k-h -- To unsubscribe from this list: send the line

[PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread Dmitry Voytik
Add "lmk:" prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lmk Signed-off-by: Dmitry Voytik --- drivers/staging/android/lowmemorykiller.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/lowmemorykiller.c

[PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread Dmitry Voytik
Add lmk: prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lmk Signed-off-by: Dmitry Voytik dvv.ker...@gmail.com --- drivers/staging/android/lowmemorykiller.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread Greg Kroah-Hartman
On Sat, Mar 16, 2013 at 12:00:42AM +0400, Dmitry Voytik wrote: Add lmk: prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lmk Ick, no, please use the proper interface for this (i.e. pr_fmt). greg k-h -- To unsubscribe from this list: send the line

Re: [PATCH] staging: android: lowmemorykiller: well-marked debug print

2013-03-15 Thread David Rientjes
On Fri, 15 Mar 2013, Greg Kroah-Hartman wrote: Add lmk: prefix to the debug print so it's easier to analyse LMK's debug output: dmesg | grep lmk Ick, no, please use the proper interface for this (i.e. pr_fmt). And I'm sure that mysterious new lmk: messages appearing in the kernel log