* [ardb:x86-pie-v4-wip 20/21] arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
@ 2026-02-01 20:08 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2026-02-01 20:08 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Ard Biesheuvel <ardb@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git x86-pie-v4-wip
head: f706b38ea2701854b12c604e2b0eb94d229ea8f2
commit: fab6dd07b7371cff689427db19d85a874ed32a32 [20/21] x86/boot: Apply ELF PIE relocation fixups during startup
:::::: branch date: 8 hours ago
:::::: commit date: 8 hours ago
config: x86_64-randconfig-123-20260201 (https://download.01.org/0day-ci/archive/20260202/202602020419.UqxaI892-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260202/202602020419.UqxaI892-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202602020419.UqxaI892-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
>> arch/x86/boot/startup/relocate.c:19:59: sparse: sparse: need scalar for ++/--
arch/x86/boot/startup/relocate.c:24:26: sparse: sparse: invalid initializer
arch/x86/boot/startup/relocate.c:24:59: sparse: sparse: need scalar for ++/--
vim +19 arch/x86/boot/startup/relocate.c
fab6dd07b7371c Ard Biesheuvel 2026-01-31 11
fab6dd07b7371c Ard Biesheuvel 2026-01-31 12 void __init startup_relocate_kernel(void)
fab6dd07b7371c Ard Biesheuvel 2026-01-31 13 {
fab6dd07b7371c Ard Biesheuvel 2026-01-31 14 u64 *place;
fab6dd07b7371c Ard Biesheuvel 2026-01-31 15
fab6dd07b7371c Ard Biesheuvel 2026-01-31 16 if (!va_shift)
fab6dd07b7371c Ard Biesheuvel 2026-01-31 17 return;
fab6dd07b7371c Ard Biesheuvel 2026-01-31 18
fab6dd07b7371c Ard Biesheuvel 2026-01-31 @19 for (auto rela = rela_start; rela < rela_end; rela++) {
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ardb:x86-pie-v4-wip 20/21] arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
@ 2026-03-10 7:58 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2026-03-10 7:58 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Ard Biesheuvel <ardb@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git x86-pie-v4-wip
head: ac16b9ed881281b934626d9265e7eda3fe234674
commit: 4c348dd3d04b2f5c686778d662c2e5fefbf5c068 [20/21] x86/boot: Apply ELF PIE relocation fixups during startup
:::::: branch date: 14 hours ago
:::::: commit date: 14 hours ago
config: x86_64-randconfig-121-20260310 (https://download.01.org/0day-ci/archive/20260310/202603101542.SwerkpZX-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260310/202603101542.SwerkpZX-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202603101542.SwerkpZX-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
>> arch/x86/boot/startup/relocate.c:19:59: sparse: sparse: need scalar for ++/--
arch/x86/boot/startup/relocate.c:24:26: sparse: sparse: invalid initializer
arch/x86/boot/startup/relocate.c:24:59: sparse: sparse: need scalar for ++/--
vim +19 arch/x86/boot/startup/relocate.c
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 11
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 12 void __init startup_relocate_kernel(void)
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 13 {
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 14 u64 *place;
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 15
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 16 if (!va_shift)
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 17 return;
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 18
4c348dd3d04b2f Ard Biesheuvel 2026-01-31 @19 for (auto rela = rela_start; rela < rela_end; rela++) {
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ardb:x86-pie-v4-wip 20/21] arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
@ 2026-04-30 16:35 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2026-04-30 16:35 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Ard Biesheuvel <ardb@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git x86-pie-v4-wip
head: 9a6d85275cb1def4a196bd5c757f22c4e21f1d0a
commit: 8d8b4ec8c3a81e870e51c902bc3b390069d7965a [20/21] x86/boot: Apply ELF PIE relocation fixups during startup
:::::: branch date: 7 days ago
:::::: commit date: 7 days ago
config: x86_64-randconfig-121-20260430 (https://download.01.org/0day-ci/archive/20260501/202605010056.DreJA7h9-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260501/202605010056.DreJA7h9-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202605010056.DreJA7h9-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer
>> arch/x86/boot/startup/relocate.c:19:59: sparse: sparse: need scalar for ++/--
arch/x86/boot/startup/relocate.c:24:26: sparse: sparse: invalid initializer
arch/x86/boot/startup/relocate.c:24:59: sparse: sparse: need scalar for ++/--
vim +19 arch/x86/boot/startup/relocate.c
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 11
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 12 void __init startup_relocate_kernel(void)
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 13 {
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 14 u64 *place;
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 15
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 16 if (!va_shift)
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 17 return;
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 18
8d8b4ec8c3a81e Ard Biesheuvel 2026-01-31 @19 for (auto rela = rela_start; rela < rela_end; rela++) {
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-30 16:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 7:58 [ardb:x86-pie-v4-wip 20/21] arch/x86/boot/startup/relocate.c:19:26: sparse: sparse: invalid initializer kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-04-30 16:35 kernel test robot
2026-02-01 20:08 kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.