From: kernel test robot <lkp@intel.com>
To: Raul E Rangel <rrangel@chromium.org>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
Petr Mladek <pmladek@suse.com>
Subject: init/main.c:753:(.init.text+0x7a): relocation truncated to fit: R_ARC_S25W_PCREL against symbol `__st_r13_to_r16' defined in .text section in ../lib/gcc/arc-linux/8.5.0/libgcc.a(_millicodethunk_st.o)
Date: Fri, 24 Oct 2025 00:38:49 +0800 [thread overview]
Message-ID: <202510240036.dstaemZG-lkp@intel.com> (raw)
Hi Raul,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 43e9ad0c55a369ecc84a4788d06a8a6bfa634f1c
commit: 17b655759e83fd5e28931a0ece96fa9c2ab718e7 init: Don't proxy `console=` to earlycon
date: 1 year, 1 month ago
config: arc-randconfig-r061-20251023 (https://download.01.org/0day-ci/archive/20251024/202510240036.dstaemZG-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251024/202510240036.dstaemZG-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/oe-kbuild-all/202510240036.dstaemZG-lkp@intel.com/
All errors (new ones prefixed by >>):
init/main.o: in function `do_early_param':
>> init/main.c:753:(.init.text+0x7a): relocation truncated to fit: R_ARC_S25W_PCREL against symbol `__st_r13_to_r16' defined in .text section in ../lib/gcc/arc-linux/8.5.0/libgcc.a(_millicodethunk_st.o)
vim +753 init/main.c
^1da177e4c3f415 Linus Torvalds 2005-04-16 749
^1da177e4c3f415 Linus Torvalds 2005-04-16 750 /* Check for early params. */
ecc8617053e0a97 Luis R. Rodriguez 2015-03-30 751 static int __init do_early_param(char *param, char *val,
ecc8617053e0a97 Luis R. Rodriguez 2015-03-30 752 const char *unused, void *arg)
^1da177e4c3f415 Linus Torvalds 2005-04-16 @753 {
914dcaa84c53f2c Rusty Russell 2010-08-11 754 const struct obs_kernel_param *p;
^1da177e4c3f415 Linus Torvalds 2005-04-16 755
^1da177e4c3f415 Linus Torvalds 2005-04-16 756 for (p = __setup_start; p < __setup_end; p++) {
17b655759e83fd5 Raul E Rangel 2024-09-11 757 if (p->early && parameq(param, p->str)) {
^1da177e4c3f415 Linus Torvalds 2005-04-16 758 if (p->setup_func(val) != 0)
ea676e846a8171b Andrew Morton 2013-04-29 759 pr_warn("Malformed early option '%s'\n", param);
^1da177e4c3f415 Linus Torvalds 2005-04-16 760 }
^1da177e4c3f415 Linus Torvalds 2005-04-16 761 }
^1da177e4c3f415 Linus Torvalds 2005-04-16 762 /* We accept everything at this stage. */
^1da177e4c3f415 Linus Torvalds 2005-04-16 763 return 0;
^1da177e4c3f415 Linus Torvalds 2005-04-16 764 }
^1da177e4c3f415 Linus Torvalds 2005-04-16 765
:::::: The code at line 753 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2025-10-23 16:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-23 16:38 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 0:01 init/main.c:753:(.init.text+0x7a): relocation truncated to fit: R_ARC_S25W_PCREL against symbol `__st_r13_to_r16' defined in .text section in ../lib/gcc/arc-linux/8.5.0/libgcc.a(_millicodethunk_st.o) kernel test robot
2025-06-09 12:10 ` Petr Mladek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202510240036.dstaemZG-lkp@intel.com \
--to=lkp@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pmladek@suse.com \
--cc=rrangel@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox