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 988B946521 for ; Mon, 22 Jan 2024 17:40:48 +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=1705945248; cv=none; b=c3R9aA/nEeYuoI5kXul2iFUpXKBwVjDncqEngy78dn/Xgzah1LjkQKNdaUTD7THydI1+5sFW7ZZC3lFXb3naDibW8UEA7FXIE0YfIba1WSuntVcPlPD3H9mvhZsdUEySbKHPcwwEgyg/jXhSs9/ab6qX7yOjdEJPciG1mqr8v60= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705945248; c=relaxed/simple; bh=A15fpLuqtEewedy+3KW1XIOtSEhXtsRr36/bedCmV0w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CZxVQYYQEeG8if0KG31Mox8RLexut2iWNy5Wo/lQOviNQtAzSjlD1uUfN+k0r9m7DeyR5r+TdZiCdkWDlgYu8R8eVoZu86LEvQaPGvVU6T96lIZD58l39jjGC0LgVhynQiYf1NSxcvJX26xobukQjsQpLBayAzhejZVTGefO5UQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=F1Uwfe8u; 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="F1Uwfe8u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A1AEC43390; Mon, 22 Jan 2024 17:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705945248; bh=A15fpLuqtEewedy+3KW1XIOtSEhXtsRr36/bedCmV0w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F1Uwfe8uWI8gpJVB+OnOO8bOubxgwH/teDNYP1XmzplDcjgcAL1qE5IWE3cHrbl1F 2KrKhxnEZkwYpP3AOKDgtdK56ci1ziE+PhLtIg/snlruqwt2cRtrDRV3sh4m8jTl+J uVlDCie/46ogE7Nvk3ct/NQp0L6Y7QoFETwTfw+Y= Date: Mon, 22 Jan 2024 09:40:46 -0800 From: Greg KH To: Miguel Ojeda Cc: Sasha Levin , stable@vger.kernel.org, Matthew Maurer Subject: Re: Apply bad098d76835 to 6.6.y and 6.7.y Message-ID: <2024012239-draw-shopping-d462@gregkh> References: Precedence: bulk X-Mailing-List: stable@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 Sat, Jan 20, 2024 at 03:13:13AM +0100, Miguel Ojeda wrote: > Hi Greg and Sasha, > > Please consider applying commit bad098d76835 ("rust: Ignore > preserve-most functions") to 6.6.y and 6.7.y (6.1.y does not need it > since `__preserve_most` was introduced in 6.6). It fixes a build error > with Rust + `CONFIG_LIST_HARDENED`. It should apply cleanly. Now queued up, thanks, greg k-h