rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared
@ 2020-03-18 15:56 Naresh Kamboju
  2020-03-18 16:05 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2020-03-18 15:56 UTC (permalink / raw)
  To: Linux-Next Mailing List, rcu, open list
  Cc: Paul E. McKenney, josh, rostedt, mathieu.desnoyers, jiangshanlai,
	Joel Fernandes, lkft-triage

The arm64 build failed on linux-next master branch.

make -sk KBUILD_BUILD_USER=TuxBuild -C/linux -j16 ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=gcc CC="sccache
aarch64-linux-gnu-gcc" O=build Image

In file included from ../kernel/rcu/update.c:562:
 ../kernel/rcu/tasks.h: In function ‘show_rcu_tasks_gp_kthreads’:
 ../kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared
(first use in this function); did you mean ‘rcu_tasks_qs’?
  1070 |  show_rcu_tasks_generic_gp_kthread(&rcu_tasks_rude, "");
       |                                     ^~~~~~~~~~~~~~
       |                                     rcu_tasks_qs
 ../kernel/rcu/tasks.h:1070:37: note: each undeclared identifier is
reported only once for each function it appears in

Ref:
https://gitlab.com/Linaro/lkft/kernel-runs/-/jobs/476084417

-- 
Linaro LKFT
https://lkft.linaro.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared
  2020-03-18 15:56 kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared Naresh Kamboju
@ 2020-03-18 16:05 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2020-03-18 16:05 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: Linux-Next Mailing List, rcu, open list, josh, rostedt,
	mathieu.desnoyers, jiangshanlai, Joel Fernandes, lkft-triage

On Wed, Mar 18, 2020 at 09:26:01PM +0530, Naresh Kamboju wrote:
> The arm64 build failed on linux-next master branch.
> 
> make -sk KBUILD_BUILD_USER=TuxBuild -C/linux -j16 ARCH=arm64
> CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=gcc CC="sccache
> aarch64-linux-gnu-gcc" O=build Image
> 
> In file included from ../kernel/rcu/update.c:562:
>  ../kernel/rcu/tasks.h: In function ‘show_rcu_tasks_gp_kthreads’:
>  ../kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared
> (first use in this function); did you mean ‘rcu_tasks_qs’?
>   1070 |  show_rcu_tasks_generic_gp_kthread(&rcu_tasks_rude, "");
>        |                                     ^~~~~~~~~~~~~~
>        |                                     rcu_tasks_qs
>  ../kernel/rcu/tasks.h:1070:37: note: each undeclared identifier is
> reported only once for each function it appears in
> 
> Ref:
> https://gitlab.com/Linaro/lkft/kernel-runs/-/jobs/476084417

Good catch, but kbuild test robot beat you to it.  A fix is on its
way, and thank you for your testing efforts!

							Thanx, Paul

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-18 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 15:56 kernel/rcu/tasks.h:1070:37: error: ‘rcu_tasks_rude’ undeclared Naresh Kamboju
2020-03-18 16:05 ` 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;
as well as URLs for NNTP newsgroup(s).