From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 02A083FADF8 for ; Fri, 15 May 2026 08:23:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778833389; cv=none; b=aCVQzMz9uJjQxJZFAeSnyTU8is3V6uXD89/5TCAGFUcY7qjhTfCfl5J2Frk8u0stoxOdQF6CHq3bd9eKov6a6MHsTo1hc+bVZUdwfSMZzpUKpnmotJqjNly9XoYxsMpNEouAzrIIs3MPvf/RCfS0QYqx6BR+EGOewm6DmGSLJOQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778833389; c=relaxed/simple; bh=VlpT5gxeJqgr3AeGk71wQZ8dTM0ci8SLGYX94BTcep8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DY7BfKTeZcuhdO2i/Pwafr438cq/YpTRRnU0g06z9rmpj132l1cREqI56QQqYy8GxXAZbjTMxxP/YACtagbAxsFa0Sjf2uexj/xwONgkNaMIJoob/rqZC5FaG2UAEEc2zC59n7IGHfz0G1bfKI52icrqvQKoOZW1hQf8edYwkC0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EUjCXgb8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="EUjCXgb8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A0ECC2BCB0; Fri, 15 May 2026 08:23:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778833388; bh=VlpT5gxeJqgr3AeGk71wQZ8dTM0ci8SLGYX94BTcep8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EUjCXgb83qCvzYiZDrwOMqGOcQH3WubYTeiOvZF8qKXPJ1XTIvnIkkPnKw4+oLmqN AwAyqkGmenKIgoayqEYh09DMuM/+eKjglVtaam3BX2zRU/aAirZV21rKX/C4CQJMzK 8CEgDLSq72wSBMwT8sT4uEGbTE9ISmVo6Ibg0Zw4= Date: Fri, 15 May 2026 10:23:12 +0200 From: Greg KH To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: stable@vger.kernel.org, Linus Torvalds , Qualys Security Advisory , Oleg Nesterov , Kees Cook Subject: Re: [PATCH 7.0.y] ptrace: slightly saner 'get_dumpable()' logic Message-ID: <2026051503-crusader-magnitude-ac29@gregkh> References: <20260515073404.2974912-2-ukleinek@debian.org> <4cfc6feb-7344-4b52-88f4-d010c61a4266@debian.org> <2026051559-coil-evident-ede8@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2026051559-coil-evident-ede8@gregkh> On Fri, May 15, 2026 at 10:06:35AM +0200, Greg KH wrote: > On Fri, May 15, 2026 at 09:39:38AM +0200, Uwe Kleine-König wrote: > > Hello, > > > > > > On 2026-05-15 09:33, Uwe Kleine-König wrote: > > > From: Linus Torvalds > > > > oops, I forgot: > > > > commit 31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a upstream. > > I've already queued this up to all of the stable queues a few hours ago. > > Note, the older queues require some manual rework, which I already did. Ah, I see you did that as well, sorry for the extra work :(