* RFE: __alloc_pages() SLAB_PANIC & gfp_mask
@ 2008-02-23 1:07 erblichs
0 siblings, 0 replies; only message in thread
From: erblichs @ 2008-02-23 1:07 UTC (permalink / raw)
To: linux-kernel; +Cc: erblichs
Group,
Currrently I do not subscribe to this mail alias, so please
keep the cc.
Currently a few calls exist where WAIT is specified (
(GFP_KERNEL)for the slab/slob allocators and also as an
additional argument, SLAB_PANIC is checked against the
return of the request for memory allocation. SLAB_PANIC
is not passed to __alloc_pages() as part of the gfp_mask.
If the memory allocation fails, and the flag is turned
on, then a panic will ensure.. There is a very simple fix
for this. The assumption is too basicly ASSERT a guarantee
that memory failure in this case will not occur.
The suggestion is to add the SLAB_PANIC arg to the gfp_mask,
add it to the mask in the SLAB/SLUB callers,
and have that checked within __alloc_pages
if a mem alloc failure is about to occur
after the check for no WAITers.
If it is set, then force additional loops within the function.
This would remove new cache creates from causing a panic when
a low memory condition exists.
Mitchell Erblich
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-23 1:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 1:07 RFE: __alloc_pages() SLAB_PANIC & gfp_mask erblichs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®