On Wed, 2017-06-14 at 18:56 -0700, Kees Cook wrote: > On Wed, Jun 14, 2017 at 6:35 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxx.a > u> wrote: > > Hi all, > > > > On Mon, 5 Jun 2017 17:01:17 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxx > > g.au> wrote: > > > > > > After merging the akpm-current tree, today's linux-next build > > > (x86_64 > > > allmodconfig) failed like this: > > > > > > sound/pcmcia/pdaudiocf/pdaudiocf.o: warning: objtool: .text: > > > unexpected end of section > > > arch/x86/ras/mce_amd_inj.o: warning: objtool: inj_readme_read() > > > falls through to next function extcpu_fops_open() > > > sound/sound_core.o: warning: objtool: > > > register_sound_special_device() falls through to next function > > > register_sound_special() > > Are these related to the fortify patch? I wouldn't expect that... They're false positive warnings. I think objtool has a list of __noreturn functions and needs fortify_panic added there. It's just a warning so it doesn't need to happen immediately. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html