* Build failure. Typo in the 3.2.43-rt63 patch?
@ 2013-04-20 9:09 Dmitry Lysenko
2013-05-01 13:38 ` Steven Rostedt
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Lysenko @ 2013-04-20 9:09 UTC (permalink / raw)
To: linux-rt-users
Hi,
After applying rt63 patch to fresh 3.2.43 I got:
....
CC kernel/rcutiny.o
In file included from kernel/rcutiny.c:54:0:
kernel/rcutiny_plugin.h: In function 'invoke_rcu_callbacks':
kernel/rcutiny_plugin.h:886:2: error: implicit declaration of function
'swake_up' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [kernel/rcutiny.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/root/linux-3.2.43'
make: *** [debian/stamp/build/kernel] Error 2
--------
Then I tried this:
-------
root@debian:~/linux-3.2.43# grep -R swake_up
kernel/rcutiny_plugin.h: swake_up(&rcu_kthread_wq);
patch-3.2.43-rt63.patch:+ swake_up(&rcu_kthread_wq);
root@debian:~/linux-3.2.43#
-------
Finally I manualy changed swake_up to swait_wake in rcutiny_plugin.h
(line 886).
(don't know is it right), but kernel is builded now.
Dmitry.
P.S. Marvell Kirkwood native build.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build failure. Typo in the 3.2.43-rt63 patch?
2013-04-20 9:09 Build failure. Typo in the 3.2.43-rt63 patch? Dmitry Lysenko
@ 2013-05-01 13:38 ` Steven Rostedt
0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2013-05-01 13:38 UTC (permalink / raw)
To: Dmitry Lysenko; +Cc: linux-rt-users
On Sat, 2013-04-20 at 12:09 +0300, Dmitry Lysenko wrote:
> Hi,
> Finally I manualy changed swake_up to swait_wake in rcutiny_plugin.h
> (line 886).
> (don't know is it right), but kernel is builded now.
>
That looks correct. I'll add that to the next release.
Thanks,
-- Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-01 13:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20 9:09 Build failure. Typo in the 3.2.43-rt63 patch? Dmitry Lysenko
2013-05-01 13:38 ` Steven Rostedt
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).