From: Frederic Weisbecker <fweisbec@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Michael Cree <mcree@orcon.net.nz>,
Ben Hutchings <ben@decadent.org.uk>,
LKML <linux-kernel@vger.kernel.org>,
Chris Zankel <chris@zankel.net>,
"3.2.x.." <stable@vger.kernel.org>,
Chen Liqin <liqin.chen@sunplusct.com>,
Lennox Wu <lennox.wu@gmail.com>,
"James E.J. Bottomley" <jejb@parisc-linux.org>,
Helge Deller <deller@gmx.de>,
Parisc <linux-parisc@vger.kernel.org>,
David Howells <dhowells@redhat.com>,
Koichi Yasutake <yasutake.koichi@jp.panasonic.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
m68k <linux-m68k@lists.linux-m68k.org>,
Hirokazu Takata <takata@linux-m32r.org>,
Yoshinori Sato <ysato@users.sourceforge.jp>,
Mikael Starvik <starvik@axis.com>,
Jesper Nilsson <jesper.nilsson@axis.com>,
Cris <linux-cris-kernel@axis.com>,
Richard Henderson <rth@twiddle.net>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Matt
Subject: Re: [PATCH 00/11] rcu: Add missing RCU idle APIs on idle loop v2
Date: Mon, 10 Sep 2012 23:53:01 +0200 [thread overview]
Message-ID: <20120910215244.GD21277@somewhere.redhat.com> (raw)
In-Reply-To: <20120826092137.GA50543@kaini.schwarzvogel.de>
On Sun, Aug 26, 2012 at 11:21:37AM +0200, Tobias Klausmann wrote:
> Hi!
>
> On Sat, 25 Aug 2012, Paul E. McKenney wrote:
> > Both Alpha patches should apply as-is back to 3.3, and should also fix
> > the problem. Could you please check this on the versions of interest?
>
> I just now tried them on top of 3.3.8 from linux-stable.git.
> While they apply cleanly, I get a compile failure:
>
> CC arch/alpha/kernel/process.o
> arch/alpha/kernel/process.c: In function 'cpu_idle':
> arch/alpha/kernel/process.c:64: error: implicit declaration of function 'schedule_preempt_disabled'
> make[1]: *** [arch/alpha/kernel/process.o] Error 1
> make: *** [arch/alpha/kernel] Error 2
>
> AFAICT, schedule_preempt_disabled() was only introduced in 3.4
> and thus needs to be backported for 3.3.
Please try with this instead:
preempt_enable_no_resched();
schedule();
preempt_disable();
Thanks.
>
> Regards,
> Tobias
>
> --
> panic("%s: CORRUPTED BTREE OR SOMETHING", __FUNCTION__);
> linux-2.6.6/fs/xfs/xfs_bmap.c
next prev parent reply other threads:[~2012-09-10 21:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-23 14:58 [PATCH 00/11] rcu: Add missing RCU idle APIs on idle loop v2 Frederic Weisbecker
2012-08-23 14:58 ` [PATCH 01/11] alpha: Fix preemption handling in idle loop Frederic Weisbecker
2012-08-23 14:58 ` [PATCH 02/11] alpha: Add missing RCU idle APIs on " Frederic Weisbecker
2012-08-24 21:26 ` [PATCH 00/11] rcu: Add missing RCU idle APIs on idle loop v2 Paul E. McKenney
2012-08-25 1:19 ` Ben Hutchings
2012-08-25 2:10 ` Michael Cree
2012-08-25 3:50 ` Paul E. McKenney
2012-08-25 13:16 ` Frederic Weisbecker
2012-08-25 16:18 ` Paul E. McKenney
2012-08-25 21:15 ` Michael Cree
2012-08-26 0:12 ` Paul E. McKenney
2012-08-26 9:21 ` Tobias Klausmann
2012-09-10 21:53 ` Frederic Weisbecker [this message]
2012-09-12 18:01 ` Tobias Klausmann
2012-09-10 21:56 ` Frederic Weisbecker
2012-09-10 22:58 ` Paul E. McKenney
2012-09-11 12:35 ` Frederic Weisbecker
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=20120910215244.GD21277@somewhere.redhat.com \
--to=fweisbec@gmail.com \
--cc=ben@decadent.org.uk \
--cc=chris@zankel.net \
--cc=deller@gmx.de \
--cc=dhowells@redhat.com \
--cc=geert@linux-m68k.org \
--cc=ink@jurassic.park.msu.ru \
--cc=jejb@parisc-linux.org \
--cc=jesper.nilsson@axis.com \
--cc=lennox.wu@gmail.com \
--cc=linux-cris-kernel@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linux-parisc@vger.kernel.org \
--cc=liqin.chen@sunplusct.com \
--cc=mcree@orcon.net.nz \
--cc=paulmck@linux.vnet.ibm.com \
--cc=rth@twiddle.net \
--cc=stable@vger.kernel.org \
--cc=starvik@axis.com \
--cc=takata@linux-m32r.org \
--cc=yasutake.koichi@jp.panasonic.com \
--cc=ysato@users.sourceforge.jp \
/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;
as well as URLs for NNTP newsgroup(s).