From b211bae234a929bc0118d8fbaa6c6797bc078dc0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 7 Jan 2017 03:31:40 +0000 Subject: [PATCH] Unfuzz a patch in rt featureset --- .../all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch b/debian/patches/features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch index 05b211180..909692fce 100644 --- a/debian/patches/features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch +++ b/debian/patches/features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch @@ -52,10 +52,10 @@ Signed-off-by: Thomas Gleixner +#endif /* process credentials */ - const struct cred __rcu *real_cred; /* objective and real subjective task + const struct cred __rcu *ptracer_cred; /* Tracer's credentials at attach */ --- a/kernel/fork.c +++ b/kernel/fork.c -@@ -1423,6 +1423,9 @@ static void rt_mutex_init_task(struct ta +@@ -1431,6 +1431,9 @@ static void rt_mutex_init_task(struct ta */ static void posix_cpu_timers_init(struct task_struct *tsk) {