Re: [PATCH] kernel/trace: Delete five error messages for a failed memory allocation

2017-10-09 Thread Joe Perches
On Mon, 2017-10-09 at 16:13 -0400, Steven Rostedt wrote: > On Sat, 7 Oct 2017 16:15:14 +0200 > SF Markus Elfring wrote: > > > From: Markus Elfring > > Date: Sat, 7 Oct 2017 16:10:06 +0200 > > > > Omit extra messages for a memory allocation failure in these functions. > > Does memory allocation

Re: [PATCH] kernel/trace: Delete five error messages for a failed memory allocation

2017-10-09 Thread Steven Rostedt
On Sat, 7 Oct 2017 16:15:14 +0200 SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 7 Oct 2017 16:10:06 +0200 > > Omit extra messages for a memory allocation failure in these functions. Does memory allocation failures have printk messages? If not, then I think this is removing usefu

[PATCH] kernel/trace: Delete five error messages for a failed memory allocation

2017-10-07 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 7 Oct 2017 16:10:06 +0200 Omit extra messages for a memory allocation failure in these functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- kernel/trace/trace_kprobe.c | 1 - kernel/trace/trace_probe.c| 5