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 A18653176FD for ; Mon, 16 Mar 2026 15:01:43 +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=1773673303; cv=none; b=EEkcaLeFK2+JCH6gZXXsOCT+obAmVqShWx3wO0p11zf4KJFR+7xVPdK2nlKqA5/zOkbQil62qly0u91gTVRaLaeKEfs1/AjuN7VJs3GOKDZOJwwOwOaFi1ipicXfnvshYM8n/pziDLU3QpA/iHRpRbbs2KgWgxDhKiIt7nUuYJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773673303; c=relaxed/simple; bh=HkLW2dcj0QBsG8gu9grI3wqKx806NuHtswkuvTE7uso=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sCEsTrYx6i8zl76jmeQ9Nt9n+j2ruAriCyy4oJRviBqDHchE61Ii7usKsQ71NAbkJjsK5W7AU7g0ySkvueV10bUTiYuvrNsoz4TMj5nFvaZHglFfvFp8v1sWke6Ov/874eBCaHCTdpCmyVbE7gZ7zdmDyOIHrXXR0mOqg5LQLlA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PGkGnd9d; 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="PGkGnd9d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E88BC19425; Mon, 16 Mar 2026 15:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773673303; bh=HkLW2dcj0QBsG8gu9grI3wqKx806NuHtswkuvTE7uso=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PGkGnd9d4PUxHZYnOGAAR9RSn9A/ybJOydbyW0/iEHIfzAmZkAaxVDR1w2mxezlEB JWfIqnyt3tb8Nxn17msjhOfUzVvMAndqwMacPNal+idGAVu+HoKuZFFxEA3XcQ2Dhw DWErnDCNLSkeEjON5cWx0/VC4Di7haRpfSLw5Gfk= Date: Mon, 16 Mar 2026 16:01:38 +0100 From: Greg KH To: Miguel Ojeda Cc: lossin@kernel.org, aliceryhl@google.com, gary@garyguo.net, ojeda@kernel.org, theemathas@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] rust: pin-init: replace shadowed return token by" failed to apply to 6.19-stable tree Message-ID: <2026031619-shone-storeroom-3ae3@gregkh> References: <2026031601-outrage-unheard-916c@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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Mar 16, 2026 at 03:38:39PM +0100, Miguel Ojeda wrote: > On Mon, Mar 16, 2026 at 3:34 PM wrote: > > > > > > The patch below does not apply to the 6.19-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.19.y > > git checkout FETCH_HEAD > > git cherry-pick -x fdbaa9d2b78e0da9e1aeb303bbdc3adfe6d8e749 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2026031601-outrage-unheard-916c@gregkh' --subject-prefix 'PATCH 6.19.y' HEAD^.. > > This one and the other pin-init ones just sent were expected -- we > will need a custom version, but we added Cc: stable@ to get the > notification (if you prefer we avoid that, please let us know!): > > https://lore.kernel.org/all/CANiq72kk5_wzA9izJ3YPWUcQGiEUQmCif+iqFfwK9b_5mq145g@mail.gmail.com/ Nope, that's fine with me, treat our scripts as a trigger to backport stuff :)