On 10/20/2016 03:27 PM, Stephen Rothwell wrote: > Hi all, > > After merging the net tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > ERROR: "kexec_in_progress" [drivers/net/dsa/bcm_sf2.ko] undefined! > > Caused by commit > > 2399d6143f85 ("net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd > kernels") > > I used the version of the net tree from next-20161020 for today.
OK, seems like we need an ifdef CONFIG_KEXEC_CORE, let me fix that. Thanks Stephen! -- Florian