From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Jens Axboe <jens.axboe@oracle.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] generic ipi function calls: wait on alloc failure fallback
Date: Tue, 15 Jul 2008 15:01:02 -0700 [thread overview]
Message-ID: <487D1E1E.9060609@goop.org> (raw)
In-Reply-To: <20080715214819.GA23588@elte.hu>
Ingo Molnar wrote:
> * Jeremy Fitzhardinge <jeremy@goop.org> wrote:
>
>
>> When a GFP_ATOMIC allocation fails, it falls back to allocating the
>> data on the stack and converting it to a waiting call.
>>
>> Make sure we actually wait in this case.
>>
>
> cool, thanks!
>
> does this explain the xen64 weirdnesses you've been seeing?
>
No, but I haven't seen it lately. I think the other RCU fixes may have
helped. But it's all a bit of a worry: I didn't have a good theory
about what was going wrong, the RCU patches didn't look like they'd fix
the symptoms I was seeing.
I've seen it with 32 and 64-bit Xen, but there's nothing about the
problem which makes me think it's really Xen specific. If it were, I'd
expect to see failures all over the place, rather than in just in this
one specific place.
I'm concerned there's a lurking bug, particularly if it's a generic race
or something that happens to be triggered when running under Xen because
of the timing changes. I've tried reproducing it in a hvm Xen domain
(so it's running the normal x86 kernel fully virtualized, but with the
Xen scheduler, etc). I didn't see a problem, but it isn't a very
convincing test one way or the other.
J
next prev parent reply other threads:[~2008-07-15 22:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-15 20:22 [PATCH] generic ipi function calls: wait on alloc failure fallback Jeremy Fitzhardinge
2008-07-15 21:48 ` Ingo Molnar
2008-07-15 22:01 ` Jeremy Fitzhardinge [this message]
2008-07-18 22:19 ` Ingo Molnar
2008-07-18 22:42 ` Jeremy Fitzhardinge
-- strict thread matches above, loose matches on Subject: below --
2008-07-06 14:50 Generic callfunction IPI problems Jeremy Fitzhardinge
2008-07-06 16:03 ` [PATCH] generic ipi function calls: wait on alloc failure fallback Jeremy Fitzhardinge
2008-07-06 17:21 ` Jeremy Fitzhardinge
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=487D1E1E.9060609@goop.org \
--to=jeremy@goop.org \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.org \
/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