Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Anders Roxell
On 31 January 2018 at 12:46, Russell King - ARM Linux wrote: > On Wed, Jan 31, 2018 at 12:25:33PM +0100, Arnd Bergmann wrote: >> On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux >> wrote: >> > On Tue, Jan 30, 2018 at 12:49:00AM +0100,

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Anders Roxell
On 31 January 2018 at 12:46, Russell King - ARM Linux wrote: > On Wed, Jan 31, 2018 at 12:25:33PM +0100, Arnd Bergmann wrote: >> On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux >> wrote: >> > On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: >> >> While testing

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread kbuild test robot
Hi Anders, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.15 next-20180126] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread kbuild test robot
Hi Anders, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.15 next-20180126] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Russell King - ARM Linux
On Wed, Jan 31, 2018 at 12:25:33PM +0100, Arnd Bergmann wrote: > On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux > wrote: > > On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: > >> While testing multi_v7_defconfig with LOCKDEP enabled, the kernel >

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Russell King - ARM Linux
On Wed, Jan 31, 2018 at 12:25:33PM +0100, Arnd Bergmann wrote: > On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux > wrote: > > On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: > >> While testing multi_v7_defconfig with LOCKDEP enabled, the kernel > >> fails to load simple

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Arnd Bergmann
On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux wrote: > On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: >> While testing multi_v7_defconfig with LOCKDEP enabled, the kernel >> fails to load simple modules, as reported by kselftest: >> >> [

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread Arnd Bergmann
On Tue, Jan 30, 2018 at 12:57 AM, Russell King - ARM Linux wrote: > On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: >> While testing multi_v7_defconfig with LOCKDEP enabled, the kernel >> fails to load simple modules, as reported by kselftest: >> >> [ 34.107620] test_printf:

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread kbuild test robot
Hi Anders, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.15 next-20180126] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-31 Thread kbuild test robot
Hi Anders, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.15 next-20180126] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-29 Thread Russell King - ARM Linux
On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: > While testing multi_v7_defconfig with LOCKDEP enabled, the kernel > fails to load simple modules, as reported by kselftest: > > [ 34.107620] test_printf: section 4 reloc 2 sym 'memset': relocation > 28 out of range (0xbf046044 ->

Re: [PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-29 Thread Russell King - ARM Linux
On Tue, Jan 30, 2018 at 12:49:00AM +0100, Anders Roxell wrote: > While testing multi_v7_defconfig with LOCKDEP enabled, the kernel > fails to load simple modules, as reported by kselftest: > > [ 34.107620] test_printf: section 4 reloc 2 sym 'memset': relocation > 28 out of range (0xbf046044 ->

[PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-29 Thread Anders Roxell
While testing multi_v7_defconfig with LOCKDEP enabled, the kernel fails to load simple modules, as reported by kselftest: [ 34.107620] test_printf: section 4 reloc 2 sym 'memset': relocation 28 out of range (0xbf046044 -> 0xc109f720) selftests: printf.sh [FAIL] The problem that is seen when

[PATCH] arch/arm/Kconfig: enable ARM_MODULE_PLTS when LOCKDEP=y

2018-01-29 Thread Anders Roxell
While testing multi_v7_defconfig with LOCKDEP enabled, the kernel fails to load simple modules, as reported by kselftest: [ 34.107620] test_printf: section 4 reloc 2 sym 'memset': relocation 28 out of range (0xbf046044 -> 0xc109f720) selftests: printf.sh [FAIL] The problem that is seen when