Mailinglist Archive: opensuse-bugs (16603 mails)
| < Previous | Next > |
[Bug 444597] order-0 page allocation error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 24 Nov 2008 10:57:44 -0700 (MST)
- Message-id: <20081124175744.63C61245392@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=444597
User mszeredi@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=444597#c19
--- Comment #19 from Miklos Szeredi <mszeredi@xxxxxxxxxx> 2008-11-24 10:57:43
MST ---
(In reply to comment #18 from Takashi Iwai)
Hmm, you're right. But they _are_ non-waiting allocations. The "mode=0x10000"
seems to be common which is __GFP_NOMEMALLOC, which is even less likely to
succeed than GFP_ATOMIC.
Some of those are coming from mempool allocations, and mempool adds
__GFP_NOWARN to the flags, but that seems to get cleared somewhere.
The problem is there's so many reports in one bug, and there's not much
commonality between them, except that all of them are atomic allocations.
I'll try to sort them out and find some pattern.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User mszeredi@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=444597#c19
--- Comment #19 from Miklos Szeredi <mszeredi@xxxxxxxxxx> 2008-11-24 10:57:43
MST ---
(In reply to comment #18 from Takashi Iwai)
As far as I've seen, it seems that the other paths occur more often than the
SCSI code path. And, in other code paths, it's no GFP_ATOMIC.
Hmm, you're right. But they _are_ non-waiting allocations. The "mode=0x10000"
seems to be common which is __GFP_NOMEMALLOC, which is even less likely to
succeed than GFP_ATOMIC.
Some of those are coming from mempool allocations, and mempool adds
__GFP_NOWARN to the flags, but that seems to get cleared somewhere.
The problem is there's so many reports in one bug, and there's not much
commonality between them, except that all of them are atomic allocations.
I'll try to sort them out and find some pattern.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |