Re: [PATCH v5 6/8] kernel/jump_label: abstract jump_entry member accessors

From: Ard Biesheuvel
Date: Tue Dec 26 2017 - 05:23:23 EST


On 26 December 2017 at 10:19, kbuild test robot <lkp@xxxxxxxxx> wrote:
> Hi Ard,
>
> I love your patch! Yet something to improve:
>
> [auto build test ERROR on linus/master]
> [also build test ERROR on v4.15-rc5 next-20171222]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Ard-Biesheuvel/add-support-for-relative-references-in-special-sections/20171226-164147
> config: s390-allmodconfig (attached as .config)
> compiler: s390x-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> make.cross ARCH=s390
>

I guess the diffstat gives it away:

> arch/arm/include/asm/jump_label.h | 27 ++++++++++++++
> arch/arm64/include/asm/jump_label.h | 27 ++++++++++++++
> arch/mips/include/asm/jump_label.h | 27 ++++++++++++++
> arch/powerpc/include/asm/jump_label.h | 27 ++++++++++++++
> arch/s390/include/asm/jump_label.h | 20 +++++++++++
> arch/sparc/include/asm/jump_label.h | 27 ++++++++++++++
> arch/tile/include/asm/jump_label.h | 27 ++++++++++++++
> arch/x86/include/asm/jump_label.h | 27 ++++++++++++++

Will fix in the next revision.