Re: [PATCH] modpost: add .text.fixup to OTHER_TEXT_SECTIONS

2015-04-15 Thread Arnd Bergmann
On Wednesday 15 April 2015 11:48:31 Arnd Bergmann wrote: > Two correct patches for the 4.1 release clashed in a way that > caused modpost to fail badly, with hundreds warnings like > > WARNING: vmlinux.o(__ex_table+0x1014): Section mismatch in reference from the > (unknown reference) (unknown) to

[PATCH] modpost: add .text.fixup to OTHER_TEXT_SECTIONS

2015-04-15 Thread Arnd Bergmann
Two correct patches for the 4.1 release clashed in a way that caused modpost to fail badly, with hundreds warnings like WARNING: vmlinux.o(__ex_table+0x1014): Section mismatch in reference from the (unknown reference) (unknown) to the (unknown reference) .text.fixup:(unknown) The fix, as suggest