lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Dec 2006 13:41:32 -0600
From:	Jay Cliburn <jacliburn@...lsouth.net>
To:	Christoph Lameter <clameter@....com>
CC:	Paul Jackson <pj@....com>, Andrew Morton <akpm@...l.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [BUG] commit 3c517a61, slab: better fallback allocation behavior

Christoph Lameter wrote:
> Ahh. Fallback_alloc() does not do the check for GFP_WAIT as done in 
> cache_grow(). Thus interrupts are disabled when we call kmem_getpages() 
> which results in the failure.
> 
> Duplicate the handling of GFP_WAIT in cache_grow().
> 
> Jay could you try this patch?

The patch seems to fix the bug.  I've been running about an hour with it now, 
and I haven't seen any error messages.  Prior to the patch, I'd see the messages 
within a few minutes of starting a login session.

Jay
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ