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 69DCA7172F for ; Mon, 29 Apr 2024 13:12:32 +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=1714396352; cv=none; b=p2taeUTFTXPiag32+xL38fRchbFHx2uANg5bsygudZjKEW104oSgh4IsztexxQ7y7yUaPzaA6EEOMISDrKF8IgGaBDrotojUf7NQ2DlSalqvFd1MWcIbg07++/ksOGs+R80HawcpWAcFcyD2jh5Cefnlu/WrOl08W/UmHMqJEiA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714396352; c=relaxed/simple; bh=pUN1LLUS04uECEDGh/sUavyuQOugzQekov9nUKETC84=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Y8ZMta8zMjoBiPWVbwm8wlQ1xrlnImxoZZXVdp86LfsURK0ESzjo4Uxd865o3NzuKBDKpGa/paN2jrDehVrbDuT0jPbqY1xaHJUV5cU+aelpWMhSB8jYYhTC39PAcbt+fg8lNsZWfxLLiCPmxt49uAD7GOmt9BlWhB2Seex/FN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lnexAkSI; 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="lnexAkSI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D806AC113CD; Mon, 29 Apr 2024 13:12:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1714396352; bh=pUN1LLUS04uECEDGh/sUavyuQOugzQekov9nUKETC84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lnexAkSIsbhTRGm8uAZgK+JeA8simn9zFF/2bPw0ffR3Ye9hSr5eqce+OZCxyl9qM UeJbosCPDfy96kxZiieyAdeext7GDbXwOClg6OMaczXNeynz/lkpXFW0oF7Vnb9mx5 rQokBGeqt+RW9mofWCcz+5roiC0Hyl7GVn04TZhk= Date: Mon, 29 Apr 2024 15:12:29 +0200 From: Greg KH To: Miguel Ojeda Cc: ojeda@kernel.org, aliceryhl@google.com, daniel.almeida@collabora.com, gary@garyguo.net, julian.stecklina@cyberus-technology.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] kbuild: rust: force `alloc` extern to allow "empty" Rust" failed to apply to 6.1-stable tree Message-ID: <2024042951-coaster-parasail-a66c@gregkh> References: <2024042909-whimsical-drapery-40d1@gregkh> <2024042901-wired-monsoon-010b@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, Apr 29, 2024 at 02:22:13PM +0200, Miguel Ojeda wrote: > On Mon, Apr 29, 2024 at 1:37 PM Greg KH wrote: > > > > That was, but you also say: > > Fixes: 2f7ab1267dc9 ("Kbuild: add Rust support") > > which is in 6.1, so what am I supposed to believe? > > > > Hence the email :) > > Ah, I see. I thought the annotation "overrides" what could be found > automatically via the `Fixes`. When things are confusing, I punt and ask for what to do, especially because people put commit ids in Fixes and don't always know how far back those commits really were applied to. thanks, greg k-h