Hi Paolo, On Mon, 17 Dec 2018 12:39:02 +0100, Paolo Abeni <pab...@redhat.com> wrote: > The kbuild bot reported a build breakage with CONFIG_RETPOLINE=n > due to commit aaa5d90b395a ("net: use indirect call wrappers at > GRO network layer"). > I screwed the wrapper implementation for such config. > Fix the issue properly ignoring the builtin symbols arguments, > when retpoline is not enabled. > > Reported-by: kbuild test robot <l...@intel.com> > Fixes: aaa5d90b395a ("net: use indirect call wrappers at GRO network layer") > Signed-off-by: Paolo Abeni <pab...@redhat.com>
This fixes my build on latest net-next: Tested-by: Vivien Didelot <vivien.dide...@gmail.com> Thanks, Vivien