From mboxrd@z Thu Jan 1 00:00:00 1970 From: Solar Designer Subject: Re: [PATCH] exec argument expansion can inappropriately trigger OOM-killer Date: Tue, 31 Aug 2010 15:53:04 +0400 Message-ID: <20100831115304.GA27486@openwall.com> References: <20100827220258.GF4703@outflux.net> <20100830005648.431B7400D9@magilla.sf.frob.com> <20100830032331.GA22773@openwall.com> <20100830174920.GA25091@openwall.com> <20100830220847.GA24980@grsecurity.net> Reply-To: oss-security-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Roland McGrath , Kees Cook , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, oss-security-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8@public.gmane.org, Al Viro , Andrew Morton , Oleg Nesterov , KOSAKI Motohiro , Neil Horman , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, pageexec-Y8qEzhMunLyT9ig0jae3mg@public.gmane.org To: Brad Spengler Return-path: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Content-Disposition: inline In-Reply-To: <20100830220847.GA24980-JNS0hek0TMl4qEwOxq4T+Q@public.gmane.org> List-Id: linux-fsdevel.vger.kernel.org Brad, Roland - Thank you for your comments and your work on this. On Mon, Aug 30, 2010 at 06:08:47PM -0400, Brad Spengler wrote: > There shouldn't be any additional risk from adding the extra rescheds, > as copy_*_user can already sleep and be raced against via a number of > methods. Agreed. Alexander