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 CD30443E9F7; Sat, 28 Feb 2026 14:49:36 +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=1772290176; cv=none; b=rAhliXUaWxTWMoiNudWCaANXNJF8d8MxMFSP9W9YIrwNiqHcN1O7eAw3g9UO++IAKqlYCan5M8CQphkjEGkYDrYv8sNQhjkRuyBnQ4OJhpY2RtQQZyd3FUV22zgr49eMXYxO6aqYizsjkwea9QIfBGDhgpDDaTmsc6buYRafTRA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772290176; c=relaxed/simple; bh=wU50kOIHUy1f7lhyOkVxe46gtdtqcn2h7NkuPm+ve20=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=CYiU7uiYj0XcZ0if7MPrUSCBANnmB6koAMwoRsLj66ZLqGnCkclK8I9tCHUL1KjZ+LmnhkosnF4VR4zyBjxdSKb0PlDZ6mvh5yBqvQxcajdUENVXPj2FBMCkN9fAyW8BjgTn3cyGDcioVAp0SXl5xhm1RalTpNqryA3gNX/bPpU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BFknBXS3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BFknBXS3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 323D7C116D0; Sat, 28 Feb 2026 14:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772290176; bh=wU50kOIHUy1f7lhyOkVxe46gtdtqcn2h7NkuPm+ve20=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=BFknBXS3eIbIWpZkPnvGJKZz7cQPtPb91NcYSaiHyos0FbcwYHber52q3nmeu2SAF UTL+sdATV4yn8xaVRBjHRWauWFF6GJLk/yJaQi879UPcblPnsVjNwWjyMUOf5Z4VDR cOhhpkhGME1sJR6QFisUYtnD9acM+DyKlo3elaCDjkoarQ93XSd9k9o7oDRR3ESdiV khCRNSOK3hE7yETxPIlS7ejsJVBe/cxavf/uzRmU2bF2PffSrB6FjcKwp+jkuWCsFF 3bKeLYuzTq2U2PjVC1GOzFqUBfW8Hgr0tGPv17b3Wz8O4RleSJBhYIdN76J/dXeeRg mQDAZotSvCvGw== Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 28 Feb 2026 15:49:32 +0100 Message-Id: Cc: "Gary Guo" , "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" , "Wedson Almeida Filho" , , , Subject: Re: [PATCH 2/2] rust: pin-init: internal: init: document load-bearing fact of field accessors From: "Benno Lossin" To: "Miguel Ojeda" X-Mailer: aerc 0.21.0 References: <20260228113713.1402110-1-lossin@kernel.org> <20260228113713.1402110-2-lossin@kernel.org> In-Reply-To: On Sat Feb 28, 2026 at 3:11 PM CET, Miguel Ojeda wrote: > On Sat, Feb 28, 2026 at 12:37=E2=80=AFPM Benno Lossin = wrote: >> >> The affected stable trees that are still >> maintained are: 6.17, 6.16, 6.12, and 6.6. > > Same here, i.e. 6.17 and 6.16 are not maintained anymore, so these can > be skipped. Oh perfect, that means less work then. I wonder where I saw these, since I checked the website, but now I of course don't see them there... Cheers, Benno