From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH v2 0/3] get/set_dumpable() cleanups and theoretical fix Date: Tue, 19 Nov 2013 15:43:00 +0100 Message-ID: <20131119144300.GA28842@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21365 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823Ab3KSOmB (ORCPT ); Tue, 19 Nov 2013 09:42:01 -0500 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andrew Morton Cc: Alex Kelly , "Eric W. Biederman" , Josh Triplett , Kees Cook , Petr Matousek , Vasily Kulikov , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Hello. The only change is WARN_ON() in 2/3 to catch the insane callers, I preserved the acks from Kees. Oleg. fs/coredump.c | 1 - fs/coredump.h | 6 ---- fs/exec.c | 62 ++++++------------------------------------------ include/linux/sched.h | 25 ++++++++++++++----- 4 files changed, 26 insertions(+), 68 deletions(-)