* [linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
@ 2023-05-30 7:11 ` kernel test robot
2023-05-30 12:58 ` Joel Granados
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2023-05-30 7:11 UTC (permalink / raw)
To: Joel Granados
Cc: oe-kbuild-all, Linux Memory Management List, Luis Chamberlain
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 8c33787278ca8db73ad7d23f932c8c39b9f6e543
commit: b8cbc0855a22fe386c704ee29fb21282f999b995 [3890/5779] sysctl: Remove register_sysctl_table
config: m68k-randconfig-m031-20230530 (https://download.01.org/0day-ci/archive/20230530/202305301505.a1hJGgBM-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 12.3.0
reproduce (this is a W=1 build):
mkdir -p ~/bin
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=b8cbc0855a22fe386c704ee29fb21282f999b995
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout b8cbc0855a22fe386c704ee29fb21282f999b995
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=m68k olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202305301505.a1hJGgBM-lkp@intel.com/
Note: the linux-next/master HEAD 8c33787278ca8db73ad7d23f932c8c39b9f6e543 builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
>> m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
2023-05-30 7:11 ` [linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f] kernel test robot
@ 2023-05-30 12:58 ` Joel Granados
0 siblings, 0 replies; 2+ messages in thread
From: Joel Granados @ 2023-05-30 12:58 UTC (permalink / raw)
To: kernel test robot
Cc: oe-kbuild-all, Linux Memory Management List, Luis Chamberlain
[-- Attachment #1: Type: text/plain, Size: 2686 bytes --]
On Tue, May 30, 2023 at 03:11:21PM +0800, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 8c33787278ca8db73ad7d23f932c8c39b9f6e543
> commit: b8cbc0855a22fe386c704ee29fb21282f999b995 [3890/5779] sysctl: Remove register_sysctl_table
> config: m68k-randconfig-m031-20230530 (https://download.01.org/0day-ci/archive/20230530/202305301505.a1hJGgBM-lkp@intel.com/config)
> compiler: m68k-linux-gcc (GCC) 12.3.0
> reproduce (this is a W=1 build):
> mkdir -p ~/bin
> wget https://protect2.fireeye.com/v1/url?k=05062a97-5a9d13f2-0507a1d8-000babff32e3-9a09be2bd3e7ab3d&q=1&e=f0f9eecc-4a88-410b-8a07-7b66ef5707a5&u=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=b8cbc0855a22fe386c704ee29fb21282f999b995
> git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> git fetch --no-tags linux-next master
> git checkout b8cbc0855a22fe386c704ee29fb21282f999b995
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=m68k olddefconfig
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202305301505.a1hJGgBM-lkp@intel.com/
>
> Note: the linux-next/master HEAD 8c33787278ca8db73ad7d23f932c8c39b9f6e543 builds fine.
> It may have been fixed somewhere.
>
> All errors (new ones prefixed by >>):
>
> >> m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
This smells like a false positive triggered by removing a bunch of code
and changing the overlap numbers. I See the same error when I compile
the v6.2 kernel. This is what I get when I cross-compile in my test
machine:
/home/joel/0day/gcc-12.3.0-nolibc/m68k-linux/bin/m68k-linux-ld: section .rodata VMA [00001000,00151a77] overlaps section .text VMA [00000400,006d588f]
best
>
> --
> 0-DAY CI Kernel Test Service
> https://protect2.fireeye.com/v1/url?k=4848a58a-17d39cef-48492ec5-000babff32e3-7adb4685867fc7de&q=1&e=f0f9eecc-4a88-410b-8a07-7b66ef5707a5&u=https%3A%2F%2Fgithub.com%2Fintel%2Flkp-tests%2Fwiki
--
Joel Granados
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-30 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <CGME20230530071234eucas1p1a9740bd2be0a81fd5f83a94504d214fd@eucas1p1.samsung.com>
2023-05-30 7:11 ` [linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f] kernel test robot
2023-05-30 12:58 ` Joel Granados
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox