From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41E2CCF65E8 for ; Tue, 27 Jan 2026 08:19:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 607C010E4E4; Tue, 27 Jan 2026 08:19:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="a1Z9bXqs"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id C9C3310E25A; Mon, 26 Jan 2026 20:53:53 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 4BB5760130; Mon, 26 Jan 2026 20:53:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71F59C19425; Mon, 26 Jan 2026 20:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1769460833; bh=ZkVC19EcWjzRyzhGeVyU0HVhaWtsPYiZcmh7SBkhL9Y=; h=Date:From:To:Subject:In-Reply-To:References:From; b=a1Z9bXqsW6/8QsTFKbpvMfNXqGLf83193758PdiK30NCP+VBrlwXKWu8MU6cV2su8 IoGX80kQF1RlWnEfQoTrjW2G8sObZjTqZ2IvfKjSMznUlG/QDVAT8x8PjmX9uCohJT eYyf9B2FKyClREY172247orNQ+rtN1jXSme8PT5c= Date: Mon, 26 Jan 2026 12:53:51 -0800 From: Andrew Morton To: Oleg Nesterov , Alice Ryhl , Boris Brezillon , Christian =?ISO-8859-1?Q?K=F6nig?= , Felix Kuehling , Leon Romanovsky , Steven Price , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2 7/7] netclassid: use thread_group_leader(p) in update_classid_task() Message-Id: <20260126125351.9a818b427293617533db114a@linux-foundation.org> In-Reply-To: <20260126125048.323a281527fb2554c96f40bf@linux-foundation.org> References: <20260126125048.323a281527fb2554c96f40bf@linux-foundation.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 27 Jan 2026 08:19:15 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Mon, 26 Jan 2026 12:50:48 -0800 Andrew Morton wrote: > On Sun, 25 Jan 2026 17:08:00 +0100 Oleg Nesterov wrote: > > > Cleanup and preparation to simplify the next changes. > > > > "next changes". This is the final patch? Ah, sorry, [0/n] explains. I'll make that "planned future changes".