]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: Missing error code in tracer_alloc_buffers()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 1 Aug 2017 11:02:01 +0000 (14:02 +0300)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 2 Aug 2017 18:19:57 +0000 (14:19 -0400)
commit147d88e0b5eb90191bc5c12ca0a3c410b75a13d2
tree7eb357572a051669afc7e6c6660011b07898a931
parent4bb0f0e73c8c30917d169c4a0f1ac083690c545b
tracing: Missing error code in tracer_alloc_buffers()

If ring_buffer_alloc() or one of the next couple function calls fail
then we should return -ENOMEM but the current code returns success.

Link: http://lkml.kernel.org/r/20170801110201.ajdkct7vwzixahvx@mwanda
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: stable@vger.kernel.org
Fixes: b32614c03413 ('tracing/rb: Convert to hotplug state machine')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c