From 394e84d1c0c8f2538eaf4c89a50b8c8c323d6619 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 28 Nov 2007 15:52:56 +0100 Subject: [PATCH] --- yaml --- r: 74295 b: refs/heads/master c: d3938204468dccae16be0099a2abf53db4ed0505 h: refs/heads/master i: 74293: 4fd4a58c1a05db6d79280c5829e0faf598d7449d 74291: 47af47cd858c58b8316490b4c421f2639531db2c 74287: 7947b20a026f4ccb914acbb5a974149e130b5e67 v: v3 --- [refs] | 2 +- trunk/fs/exec.c | 6 ------ trunk/kernel/time/tick-sched.c | 2 ++ 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 77c6b59390a1..677cc4fa804e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c46f739dd39db3b07ab5deb4e3ec81e1c04a91af +refs/heads/master: d3938204468dccae16be0099a2abf53db4ed0505 diff --git a/trunk/fs/exec.c b/trunk/fs/exec.c index 282240afe99e..4ccaaa4b13b2 100644 --- a/trunk/fs/exec.c +++ b/trunk/fs/exec.c @@ -1780,12 +1780,6 @@ int do_coredump(long signr, int exit_code, struct pt_regs * regs) but keep the previous behaviour for now. */ if (!ispipe && !S_ISREG(inode->i_mode)) goto close_fail; - /* - * Dont allow local users get cute and trick others to coredump - * into their pre-created files: - */ - if (inode->i_uid != current->fsuid) - goto close_fail; if (!file->f_op) goto close_fail; if (!file->f_op->write) diff --git a/trunk/kernel/time/tick-sched.c b/trunk/kernel/time/tick-sched.c index 27a2338deb4a..cb89fa8db110 100644 --- a/trunk/kernel/time/tick-sched.c +++ b/trunk/kernel/time/tick-sched.c @@ -133,6 +133,8 @@ void tick_nohz_update_jiffies(void) if (!ts->tick_stopped) return; + touch_softlockup_watchdog(); + cpu_clear(cpu, nohz_cpu_mask); now = ktime_get();