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 C7BF52DEA7C; Wed, 9 Jul 2025 13:12:41 +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=1752066761; cv=none; b=sair9oq9HRAFfuo8x8G6Q5Qbnr3WknYKxOX/qp4XZE3H3z7WR7PHpVpyiuFjTyo8NzmvR2fnld13GOP8i17Y5JQDXyul3Ddxxe/oqzuydQ1kP9ShGb0iblP3MT2tsxDoTt1RzgYCff89Wtkc53xMjuURd8lepjCxXUyAWYASB2g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752066761; c=relaxed/simple; bh=LKmv2NGpBCcZcf6hJ/d0Vq5FxARLGPHo4jAek1f/S1U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=c+wOTrPrcX2ChdBEqVvFFYJ81S+761fRTJsiRcLZjxr4CYCAy+nPR0xWq4mHs9Ba0KZbapI/5xnyAwZ9KSUh8baAZYsqpdyE1gPqFvaVL9GvdvGQWp0dCMrwzBW9e3rPKWKtp9CpF+GdoehXtRaQbF42fMqxAGQWqjW/asnfFuk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ekzGI7f9; 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="ekzGI7f9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E24FCC4CEEF; Wed, 9 Jul 2025 13:12:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752066761; bh=LKmv2NGpBCcZcf6hJ/d0Vq5FxARLGPHo4jAek1f/S1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ekzGI7f9ZZkTVoA82pA6xEoD1oSq/Vdb0zKv5JrgywH1B47y/avKon/JEoFd6cX3X oWg6/dZg+atnjrfJVFvtw9u83ulNoxpWx+HiNrozpn/d+sQJRNy4+z8WICGWEEG2ev dr67WLAMsbsXufNf0cAN6nv0OsacLB4GtkDnF40E= Date: Wed, 9 Jul 2025 15:12:37 +0200 From: Greg KH To: Harshit Mogalapalli Cc: "Heyne, Maximilian" , "stable@vger.kernel.org" , Oleg Nesterov , "Eric W. Biederman" , Andrew Morton , "Sauerwein, David" , Sasha Levin , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" Subject: Re: [PATCH 5.15] fs/proc: do_task_stat: use __for_each_thread() Message-ID: <2025070905-blooper-unplowed-7e9f@gregkh> References: <20250605-monty-tee-7cec3e1e@mheyne-amazon> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jul 09, 2025 at 05:33:39PM +0530, Harshit Mogalapalli wrote: > Hi, > > + stable Not much we can do with this, it needs to be submitted to us in a form we can apply it in (i.e. sent to the stable list...) thanks, greg k-h