On Mon, Apr 29, 2024 at 1:21 PM <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > Possible dependencies: > > 7044dcff8301 ("rust: macros: fix soundness issue in `module!` macro") > 1b6170ff7a20 ("rust: module: place generated init_module() function in .init.text") For 6.6, this can be indeed resolved by applying the two dependencies above: git cherry-pick 1b6170ff7a203a5e8354f19b7839fe8b897a9c0d git cherry-pick 7044dcff8301b29269016ebd17df27c4736140d2 Thanks! Cheers, Miguel