From: Linus Torvalds Date: Fri, 31 Oct 2014 19:28:38 +0000 (-0700) Subject: Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v3.18-rc3~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcdfdaee5a0d914fe23220a297952b0c630f7130;p=platform%2Fkernel%2Flinux-stable.git Merge tag 'trace-fixes-v3.18-rc1-2' of git://git./linux/kernel/git/rostedt/linux-trace Pull tracing fix from Steven Rostedt: "ARM has system calls outside the NR_syscalls range, and the generic tracing system does not support that and without checks, it can cause an oops to be reported. Rabin Vincent added checks in the return code on syscall events to make sure that the system call number is within the range that tracing knows about, and if not, simply ignores the system call. The system call tracing infrastructure needs to be rewritten to handle these cases better, but for now, to keep from oopsing, this patch will do" * tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing/syscalls: Ignore numbers outside NR_syscalls' range --- bcdfdaee5a0d914fe23220a297952b0c630f7130