On Fri, Oct 8, 2021 at 5:22 AM Simon Ser <contact@xxxxxxxxxxx> wrote: > > On Friday, October 8th, 2021 at 10:29, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > That symbol (get_mm_exe_file) is not exported to modules. > > I see this: > > EXPORT_SYMBOL(get_mm_exe_file); > > in kernel/fork.c Was recently removed: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/fork.c?id=05da8113c9ba63a8913e6c73dc06ed01cae55f68 I guess we need to rethink that patch. Alex