Re: [PATCH] debug: fix WARN_ON_ONCE() for modules

From: Mike Galbraith
Date: Sat Jul 15 2017 - 02:31:17 EST


On Sat, 2017-07-15 at 00:10 -0500, Josh Poimboeuf wrote:
>
> The bug table was made writable for vmlinux, which relies on
> vmlinux.lds.S and vmlinux.lds.h for laying out the sections. However,
> it wasn't made writable for modules, which rely on the ELF section
> header flags.

It seems vmlinux sort of relies on your fix too. Âobjdump did show
vmlinux __bug_table as being READONLY, but that (lie) is now gone.

-Mike