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

2017-12-26 Thread Ard Biesheuvel
On 26 December 2017 at 10:19, kbuild test robot 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 imp

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

2017-12-26 Thread kbuild test robot
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/Ar

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

2017-12-25 Thread Ard Biesheuvel
In preparation of allowing architectures to use relative references in jump_label entries [which can dramatically reduce the memory footprint], introduce abstractions for references to the 'code' and 'key' members of struct jump_entry. Signed-off-by: Ard Biesheuvel --- arch/arm/include/asm/jump_