On Tue, Sep 10, 2024 at 01:14:34PM +0200, Miguel Ojeda wrote:
On Tue, Sep 10, 2024 at 12:25 PM Alice Ryhl aliceryhl@google.com wrote:
On Tue, Sep 10, 2024 at 12:12 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
Fixes: 1fbde52bde73 ("rust: add `macros` crate") Cc: stable@vger.kernel.org # 6.6.x: be2ca1e03965: ("rust: types: Make Opaque::get const")
The opaque type doesn't exist yet on 6.1, so this needs to be changed for the 6.1 backport. It won't compile as-is.
+1 -- Greg/Sasha: for context, this is the one I asked about using Option 3 since otherwise the list of cherry-picks for 6.1 would be quite long.
Sorry about the delay, yeah, this is why I didn't apply this to 6.1.y, but Sasha picked it up as he saw it looked like it applied and didn't break the build. Maybe we aren't building rust code in our systems? I know I'm not, I need to fix that...
Anyway, now dropped, thanks all!
greg k-h