tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: a35e92ef04c07bd473404b9b73d489aea19a60a8 commit: 603cac6a968ab44e179e820fc0e2ca3ac2e1d829 [7116/7122] Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git config: riscv-randconfig-001-20231020 (https://download.01.org/0day-ci/archive/20240421/202404211031.J6l2AfJk-lkp@xxxxxxxxx/config) compiler: riscv64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240421/202404211031.J6l2AfJk-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202404211031.J6l2AfJk-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): riscv64-linux-ld: section .data LMA [000000000099b000,0000000001424de7] overlaps section .text LMA [0000000000104040,000000000213c543] riscv64-linux-ld: section .data..percpu LMA [00000000024e2000,00000000026b46e7] overlaps section .rodata LMA [000000000213c580,000000000292d0dd] riscv64-linux-ld: section .rodata VMA [ffffffff8213c580,ffffffff8292d0dd] overlaps section .data VMA [ffffffff82000000,ffffffff82a89de7] init/main.o: in function `rdinit_setup': >> init/main.c:613:(.init.text+0x358): relocation truncated to fit: R_RISCV_GPREL_I against symbol `__setup_start' defined in .init.rodata section in .tmp_vmlinux.kallsyms1 net/ipv4/ipconfig.o: in function `ic_dhcp_init_options': net/ipv4/ipconfig.c:682:(.init.text+0x9b4): relocation truncated to fit: R_RISCV_GPREL_I against `ic_bootp_cookie' net/sunrpc/auth_gss/gss_krb5_mech.o: in function `gss_krb5_prepare_enctype_priority_list': >> net/sunrpc/auth_gss/gss_krb5_mech.c:213:(.text.gss_krb5_prepare_enctype_priority_list+0x9c): relocation truncated to fit: R_RISCV_GPREL_I against `gss_krb5_enctypes.0' lib/maple_tree.o: in function `mas_leaf_max_gap': >> lib/maple_tree.c:1512:(.text.mas_leaf_max_gap+0x2b8): relocation truncated to fit: R_RISCV_GPREL_I against `mt_pivots' lib/maple_tree.o: in function `ma_dead_node': >> lib/maple_tree.c:560:(.text.mas_data_end+0x110): relocation truncated to fit: R_RISCV_GPREL_I against `mt_pivots' lib/maple_tree.o: in function `mas_extend_spanning_null': >> lib/maple_tree.c:3662:(.text.mas_extend_spanning_null+0x69c): relocation truncated to fit: R_RISCV_GPREL_I against `mt_pivots' lib/maple_tree.o: in function `mas_mab_cp': >> lib/maple_tree.c:1943:(.text.mas_mab_cp+0x248): relocation truncated to fit: R_RISCV_GPREL_I against `mt_pivots' lib/maple_tree.o: in function `mab_mas_cp': >> lib/maple_tree.c:2000:(.text.mab_mas_cp+0x15c): relocation truncated to fit: R_RISCV_GPREL_I against `mt_pivots' lib/maple_tree.o: in function `mas_reuse_node': >> lib/maple_tree.c:3416:(.text.mas_reuse_node+0x17c): relocation truncated to fit: R_RISCV_GPREL_I against `mt_slots' lib/maple_tree.o: in function `mt_free_walk': >> lib/maple_tree.c:5238:(.text.mt_free_walk+0x15c): relocation truncated to fit: R_RISCV_GPREL_I against `mt_slots' lib/maple_tree.o: in function `mtree_lookup_walk': lib/maple_tree.c:3700:(.text.mtree_lookup_walk+0x94): additional relocation overflows omitted from the output vim +613 init/main.c ^1da177e4c3f41 Linus Torvalds 2005-04-16 606 ffdfc40976dda1 Olof Johansson 2005-09-06 607 static int __init rdinit_setup(char *str) ffdfc40976dda1 Olof Johansson 2005-09-06 608 { ffdfc40976dda1 Olof Johansson 2005-09-06 609 unsigned int i; ffdfc40976dda1 Olof Johansson 2005-09-06 610 ffdfc40976dda1 Olof Johansson 2005-09-06 611 ramdisk_execute_command = str; ffdfc40976dda1 Olof Johansson 2005-09-06 612 /* See "auto" comment in init_setup */ ffdfc40976dda1 Olof Johansson 2005-09-06 @613 for (i = 1; i < MAX_INIT_ARGS; i++) ffdfc40976dda1 Olof Johansson 2005-09-06 614 argv_init[i] = NULL; ffdfc40976dda1 Olof Johansson 2005-09-06 615 return 1; ffdfc40976dda1 Olof Johansson 2005-09-06 616 } ffdfc40976dda1 Olof Johansson 2005-09-06 617 __setup("rdinit=", rdinit_setup); ffdfc40976dda1 Olof Johansson 2005-09-06 618 :::::: The code at line 613 was first introduced by commit :::::: ffdfc40976dda18d923cd001d44bf0ee55da1af4 [PATCH] Add rdinit parameter to pick early userspace init :::::: TO: Olof Johansson <olof@xxxxxxxxx> :::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki