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 3AF723E3DBD for ; Fri, 15 May 2026 08:06:30 +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=1778832391; cv=none; b=Xhrs9x119iL1U2TH3iC1j0d1Dl4QUc6+yEcAQIEdfuIIzLLECNzz2CEK6vsogSyP0stN7u2LoeqZtl7sv9qKtppOyEkuYlvD5XWYCc5ssVGLX/xCfcvFhkw5BS1aB/lHgxGqPqBBf+CwbZTGYPI98x/NCovn9+fPXLzBwKwpf48= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778832391; c=relaxed/simple; bh=1QfanSaVT8VQt8vCKDmYOVo2+5mCeKnws0asDaWY7Lg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dHPl/EZMrNJ4TszzMBy7SFd5DAD6pPV8SDg3flpyg+Zn14jdGW7Iatmlorfw1Z+iFlaNIUGFnZJyaJejvRFZDqQFZdPfiZkMts6V2ksuDqN2MneK90PJrLD+fxM33urjhgt5Ua+cDlAc4w8KQbdAWsSgPaFGgOQ5PIUwitCQxjQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yCmJo6zd; 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="yCmJo6zd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C5CBC2BCB0; Fri, 15 May 2026 08:06:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778832390; bh=1QfanSaVT8VQt8vCKDmYOVo2+5mCeKnws0asDaWY7Lg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yCmJo6zdzYbs9LvBs900wIo4zz7pbTbOtMdwC/JUw72Vnjt4GOJrzQxy7yeQDrdFw eD+9B38TaorNvxVzt3hCESZjYtaIGLfHkZx5BISNpWOU0LqHvmU06ZK4d/ljNrrf3j wcjVYqyf7PwglJiPTgBBSiflpJ/VklHGXqrDPRCA= Date: Fri, 15 May 2026 10:06:35 +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: <2026051559-coil-evident-ede8@gregkh> References: <20260515073404.2974912-2-ukleinek@debian.org> <4cfc6feb-7344-4b52-88f4-d010c61a4266@debian.org> 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: <4cfc6feb-7344-4b52-88f4-d010c61a4266@debian.org> 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. thanks, greg k-h