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:	Fri, 12 Jun 2009 18:44:01 +0300
From:	Pekka Enberg <penberg@...helsinki.fi>
To:	linux-kernel@...r.kernel.org, mingo@...e.hu,
	torvalds@...ux-foundation.org, cl@...ux-foundation.org,
	akpm@...ux-foundation.org, npiggin@...e.de,
	benh@...nel.crashing.org
Subject: Re: [PATCH 2/3] slab,slub: don't enable interrupts during early boot

On Fri, Jun 12, 2009 at 6:41 PM, Pekka J Enberg<penberg@...helsinki.fi> wrote:
> @@ -3237,6 +3251,10 @@ retry:
>        }
>
>        if (!obj) {
> +               /* Lets avoid crashing in early boot code. */
> +               if (WARN_ON_ONCE((local_flags & ~slab_gfp_mask) != 0))
> +                       local_flags &= slab_gfp_mask;
> +

Argh! This hunk should not be here.

                               Pekka
--
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