android_kernel_samsung_msm8976/kernel/time
Kees Cook 9232b43518 time: Remove CONFIG_TIMER_STATS
Currently CONFIG_TIMER_STATS exposes process information across namespaces:

kernel/time/timer_list.c print_timer():

        SEQ_printf(m, ", %s/%d", tmp, timer->start_pid);

/proc/timer_list:

 #11: <0000000000000000>, hrtimer_wakeup, S:01, do_nanosleep, cron/2570

Given that the tracer can give the same information, this patch entirely
removes CONFIG_TIMER_STATS.

Change-Id: Ice26d74094d3ad563808342c1604ad444234844b
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: John Stultz <john.stultz@linaro.org>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: linux-doc@vger.kernel.org
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Xing Gao <xgao01@email.wm.edu>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Jessica Frazelle <me@jessfraz.com>
Cc: kernel-hardening@lists.openwall.com
Cc: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Michal Marek <mmarek@suse.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Olof Johansson <olof@lixom.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-api@vger.kernel.org
Cc: Arjan van de Ven <arjan@linux.intel.com>
Link: http://lkml.kernel.org/r/20170208192659.GA32582@beast
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2017-04-22 23:02:59 +02:00
..
Kconfig
Makefile time: Remove CONFIG_TIMER_STATS 2017-04-22 23:02:59 +02:00
alarmtimer.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
clockevents.c This is the 3.10.67 stable release 2015-04-24 18:04:40 -07:00
clocksource.c
jiffies.c
ntp.c ntp: Fixup adjtimex freq validation on 32-bit systems 2015-03-06 14:40:52 -08:00
ntp_internal.h
posix-clock.c posix-clock: Fix return code on the poll method's error path 2016-03-03 15:06:23 -08:00
sched_clock.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
tick-broadcast-hrtimer.c tick: Introduce hrtimer based broadcast 2014-08-15 11:46:52 -07:00
tick-broadcast.c time: Change the return type of clockevents_notify() to integer 2014-08-15 17:20:11 -07:00
tick-common.c clockevents: Move the tick_notify() switch case to clockevents_notify() 2014-08-15 11:46:56 -07:00
tick-internal.h time: Change the return type of clockevents_notify() to integer 2014-08-15 17:20:11 -07:00
tick-oneshot.c
tick-sched.c sched: use ktime instead of sched_clock for load tracking 2015-12-16 13:38:12 +05:30
timeconv.c
timekeeping.c
timer_list.c time: Remove CONFIG_TIMER_STATS 2017-04-22 23:02:59 +02:00