* [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit'
@ 2022-06-30 20:15 kernel test robot
2022-06-30 23:08 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2022-06-30 20:15 UTC (permalink / raw)
To: Frederic Weisbecker
Cc: kbuild-all, GNU/Weeb Mailing List, linux-kernel, Paul E. McKenney
tree: https://github.com/ammarfaizi2/linux-block paulmck/linux-rcu/pmladek.2022.06.15a
head: 0ba7324b44282870af740a5a121add62c7f5f730
commit: 9d16390cc0d00ae1100bca4f4adb0ae2906631ec [123/140] context_tracking: Take idle eqs entrypoints over RCU
config: xtensa-randconfig-r004-20220629 (https://download.01.org/0day-ci/archive/20220701/[email protected]/config)
compiler: xtensa-linux-gcc (GCC) 11.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/ammarfaizi2/linux-block/commit/9d16390cc0d00ae1100bca4f4adb0ae2906631ec
git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
git fetch --no-tags ammarfaizi2-block paulmck/linux-rcu/pmladek.2022.06.15a
git checkout 9d16390cc0d00ae1100bca4f4adb0ae2906631ec
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <[email protected]>
All errors (new ones prefixed by >>):
>> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x0): undefined reference to `context_tracking_user_exit'
>> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0xc): undefined reference to `context_tracking_user_enter'
xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception':
arch/xtensa/kernel/entry.S:459: undefined reference to `context_tracking_user_exit'
xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception_return':
arch/xtensa/kernel/entry.S:542: undefined reference to `context_tracking_user_enter'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit'
2022-06-30 20:15 [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit' kernel test robot
@ 2022-06-30 23:08 ` Paul E. McKenney
2022-07-01 10:15 ` [kbuild-all] " Chen, Rong A
0 siblings, 1 reply; 4+ messages in thread
From: Paul E. McKenney @ 2022-06-30 23:08 UTC (permalink / raw)
To: kernel test robot
Cc: Frederic Weisbecker, kbuild-all, GNU/Weeb Mailing List,
linux-kernel
On Fri, Jul 01, 2022 at 04:15:11AM +0800, kernel test robot wrote:
> tree: https://github.com/ammarfaizi2/linux-block paulmck/linux-rcu/pmladek.2022.06.15a
> head: 0ba7324b44282870af740a5a121add62c7f5f730
> commit: 9d16390cc0d00ae1100bca4f4adb0ae2906631ec [123/140] context_tracking: Take idle eqs entrypoints over RCU
> config: xtensa-randconfig-r004-20220629 (https://download.01.org/0day-ci/archive/20220701/[email protected]/config)
> compiler: xtensa-linux-gcc (GCC) 11.3.0
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://github.com/ammarfaizi2/linux-block/commit/9d16390cc0d00ae1100bca4f4adb0ae2906631ec
> git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
> git fetch --no-tags ammarfaizi2-block paulmck/linux-rcu/pmladek.2022.06.15a
> git checkout 9d16390cc0d00ae1100bca4f4adb0ae2906631ec
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag where applicable
> Reported-by: kernel test robot <[email protected]>
This should be fixed in the current version of this commit:
6a87dff9f33a ("context_tracking: Take idle eqs entrypoints over RCU")
Please let me know if this commit does not address the problem.
Thaxn, Paul
> All errors (new ones prefixed by >>):
>
> >> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x0): undefined reference to `context_tracking_user_exit'
> >> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0xc): undefined reference to `context_tracking_user_enter'
> xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception':
> arch/xtensa/kernel/entry.S:459: undefined reference to `context_tracking_user_exit'
> xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception_return':
> arch/xtensa/kernel/entry.S:542: undefined reference to `context_tracking_user_enter'
>
> --
> 0-DAY CI Kernel Test Service
> https://01.org/lkp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [kbuild-all] Re: [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit'
2022-06-30 23:08 ` Paul E. McKenney
@ 2022-07-01 10:15 ` Chen, Rong A
2022-07-01 13:53 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: Chen, Rong A @ 2022-07-01 10:15 UTC (permalink / raw)
To: paulmck, kernel test robot
Cc: Frederic Weisbecker, kbuild-all, GNU/Weeb Mailing List,
linux-kernel
On 7/1/2022 7:08 AM, Paul E. McKenney wrote:
> On Fri, Jul 01, 2022 at 04:15:11AM +0800, kernel test robot wrote:
>> tree: https://github.com/ammarfaizi2/linux-block paulmck/linux-rcu/pmladek.2022.06.15a
>> head: 0ba7324b44282870af740a5a121add62c7f5f730
>> commit: 9d16390cc0d00ae1100bca4f4adb0ae2906631ec [123/140] context_tracking: Take idle eqs entrypoints over RCU
>> config: xtensa-randconfig-r004-20220629 (https://download.01.org/0day-ci/archive/20220701/[email protected]/config)
>> compiler: xtensa-linux-gcc (GCC) 11.3.0
>> reproduce (this is a W=1 build):
>> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>> chmod +x ~/bin/make.cross
>> # https://github.com/ammarfaizi2/linux-block/commit/9d16390cc0d00ae1100bca4f4adb0ae2906631ec
>> git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
>> git fetch --no-tags ammarfaizi2-block paulmck/linux-rcu/pmladek.2022.06.15a
>> git checkout 9d16390cc0d00ae1100bca4f4adb0ae2906631ec
>> # save the config file
>> mkdir build_dir && cp config build_dir/.config
>> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
>>
>> If you fix the issue, kindly add following tag where applicable
>> Reported-by: kernel test robot <[email protected]>
>
> This should be fixed in the current version of this commit:
>
> 6a87dff9f33a ("context_tracking: Take idle eqs entrypoints over RCU")
>
> Please let me know if this commit does not address the problem.
>
> Thaxn, Paul
Hi Paul,
I have confirmed that there's no such issue on commit 6a87dff9f33a,
but I'm not sure the commit fixed the issue, I can't find the error on
parent commit 24a9c54182b3 too.
$ git log --oneline -2 6a87dff9f33a
6a87dff9f33af context_tracking: Take idle eqs entrypoints over RCU
24a9c54182b37 context_tracking: Split user tracking Kconfig
Best Regards,
Rong Chen
>
>> All errors (new ones prefixed by >>):
>>
>>>> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x0): undefined reference to `context_tracking_user_exit'
>>>> xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0xc): undefined reference to `context_tracking_user_enter'
>> xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception':
>> arch/xtensa/kernel/entry.S:459: undefined reference to `context_tracking_user_exit'
>> xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception_return':
>> arch/xtensa/kernel/entry.S:542: undefined reference to `context_tracking_user_enter'
>>
>> --
>> 0-DAY CI Kernel Test Service
>> https://01.org/lkp
> _______________________________________________
> kbuild-all mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [kbuild-all] Re: [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit'
2022-07-01 10:15 ` [kbuild-all] " Chen, Rong A
@ 2022-07-01 13:53 ` Paul E. McKenney
0 siblings, 0 replies; 4+ messages in thread
From: Paul E. McKenney @ 2022-07-01 13:53 UTC (permalink / raw)
To: Chen, Rong A
Cc: kernel test robot, Frederic Weisbecker, kbuild-all,
GNU/Weeb Mailing List, linux-kernel
On Fri, Jul 01, 2022 at 06:15:50PM +0800, Chen, Rong A wrote:
>
>
> On 7/1/2022 7:08 AM, Paul E. McKenney wrote:
> > On Fri, Jul 01, 2022 at 04:15:11AM +0800, kernel test robot wrote:
> > > tree: https://github.com/ammarfaizi2/linux-block paulmck/linux-rcu/pmladek.2022.06.15a
> > > head: 0ba7324b44282870af740a5a121add62c7f5f730
> > > commit: 9d16390cc0d00ae1100bca4f4adb0ae2906631ec [123/140] context_tracking: Take idle eqs entrypoints over RCU
> > > config: xtensa-randconfig-r004-20220629 (https://download.01.org/0day-ci/archive/20220701/[email protected]/config)
> > > compiler: xtensa-linux-gcc (GCC) 11.3.0
> > > reproduce (this is a W=1 build):
> > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > > chmod +x ~/bin/make.cross
> > > # https://github.com/ammarfaizi2/linux-block/commit/9d16390cc0d00ae1100bca4f4adb0ae2906631ec
> > > git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
> > > git fetch --no-tags ammarfaizi2-block paulmck/linux-rcu/pmladek.2022.06.15a
> > > git checkout 9d16390cc0d00ae1100bca4f4adb0ae2906631ec
> > > # save the config file
> > > mkdir build_dir && cp config build_dir/.config
> > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
> > >
> > > If you fix the issue, kindly add following tag where applicable
> > > Reported-by: kernel test robot <[email protected]>
> >
> > This should be fixed in the current version of this commit:
> >
> > 6a87dff9f33a ("context_tracking: Take idle eqs entrypoints over RCU")
> >
> > Please let me know if this commit does not address the problem.
> >
> > Thaxn, Paul
>
>
> Hi Paul,
>
> I have confirmed that there's no such issue on commit 6a87dff9f33a,
> but I'm not sure the commit fixed the issue, I can't find the error on
> parent commit 24a9c54182b3 too.
>
> $ git log --oneline -2 6a87dff9f33a
> 6a87dff9f33af context_tracking: Take idle eqs entrypoints over RCU
> 24a9c54182b37 context_tracking: Split user tracking Kconfig
I will defer to Frederic on this one. ;-)
Thanx, Paul
> Best Regards,
> Rong Chen
>
> >
> > > All errors (new ones prefixed by >>):
> > >
> > > > > xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0x0): undefined reference to `context_tracking_user_exit'
> > > > > xtensa-linux-ld: arch/xtensa/kernel/entry.o:(.text+0xc): undefined reference to `context_tracking_user_enter'
> > > xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception':
> > > arch/xtensa/kernel/entry.S:459: undefined reference to `context_tracking_user_exit'
> > > xtensa-linux-ld: arch/xtensa/kernel/entry.o: in function `common_exception_return':
> > > arch/xtensa/kernel/entry.S:542: undefined reference to `context_tracking_user_enter'
> > >
> > > --
> > > 0-DAY CI Kernel Test Service
> > > https://01.org/lkp
> > _______________________________________________
> > kbuild-all mailing list -- [email protected]
> > To unsubscribe send an email to [email protected]
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-01 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 20:15 [ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 123/140] xtensa-linux-ld: arch/xtensa/kernel/entry.o:undefined reference to `context_tracking_user_exit' kernel test robot
2022-06-30 23:08 ` Paul E. McKenney
2022-07-01 10:15 ` [kbuild-all] " Chen, Rong A
2022-07-01 13:53 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox