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 0F94B3224 for ; Sat, 22 Feb 2025 15:39:56 +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=1740238797; cv=none; b=nUffOlHLXOvuhZxR7Tk0mK2P8VND5tfpfiDkaKuohXFHFWF2GibTwWRbZYV7xemLv4VACCGdwI8/Ro/qKrv/i5bhEJRfJjuOXB0KxTVHG70zops0O+/eT/t69UTRxgZmM/8c0Bm9qleT2NAkB4HADqpeV1wykjYCnLzWxnAl9/A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740238797; c=relaxed/simple; bh=Mo3O7K93QkVZa8/8o/d7LnyjBjcBez6980ZKXAlh03I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EvqVKemWNp7T2a2OGX+XpRzaY0JNUyICioYPUp/q6gy6EwN/e9Nnq4bSIeKtCPCudtRgBiRaNkGMuvzkZdRhJaYy4hOtCgfEnBRZjxM3Z2ewyQgxncruJSlO8CqUhqDilgfoyq9hqY1Nn0e5N6ALW9llfnfir7R9jBYz2nn02EE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=E5aLz22E; 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="E5aLz22E" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FDF7C4CED1; Sat, 22 Feb 2025 15:39:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1740238796; bh=Mo3O7K93QkVZa8/8o/d7LnyjBjcBez6980ZKXAlh03I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E5aLz22EMO9tJL8EfDqs2fGvJnAbW1otrt9/2QcGurZiiXMplUcBmS6qg41AwS6o4 PBxFzQjAn27bu7ODSwm77ZgdpW4jNxfM970YM5ddiaWULDSEuCwLoHR2Go/wPd4w8Q x3GRK6OzllxFz1SGhy5oHU0ybetKwG5AxRYawrRA= Date: Sat, 22 Feb 2025 16:39:53 +0100 From: Greg KH To: Miguel Ojeda Cc: Sasha Levin , stable@vger.kernel.org, Danilo Krummrich , NoisyCoil Subject: Re: Apply 3 commits for 6.13.y Message-ID: <2025022246-limit-armadillo-8340@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, Feb 22, 2025 at 04:12:56PM +0100, Miguel Ojeda wrote: > Hi Greg, Sasha, > > Please consider applying the following commits for 6.13.y: > > 27c7518e7f1c ("rust: finish using custom FFI integer types") > 1bae8729e50a ("rust: map `long` to `isize` and `char` to `u8`") > 9b98be76855f ("rust: cleanup unnecessary casts") > > They should apply cleanly. > > This backports the custom FFI integer types, which in turn solves a > build failure under `CONFIG_RUST_FW_LOADER_ABSTRACTIONS=y`. > > I will have to send something similar to 6.12.y, but it requires more > commits -- I may do the `alloc` backport first we discussed the other > day. All now queued up, thanks. greg k-h