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.
Cheers, Miguel