Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 2 Mar 2003 07:25:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 2 Mar 2003 07:25:53 -0500 Received: from holomorphy.com ([66.224.33.161]:58253 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Sun, 2 Mar 2003 07:25:52 -0500 Date: Sun, 2 Mar 2003 04:36:01 -0800 From: William Lee Irwin III To: Norbert Kiesel , linux-kernel@vger.kernel.org, akpm@zip.com.au Subject: Re: [PATCH] Multiple & vs. && and | vs. || bugs in 2.5.63 Message-ID: <20030302123601.GH1195@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Norbert Kiesel , linux-kernel@vger.kernel.org, akpm@zip.com.au References: <20030302121923.GA27074@defiant> <20030302123108.GG1195@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030302123108.GG1195@holomorphy.com> User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 26 On Sun, Mar 02, 2003 at 04:19:23AM -0800, Norbert Kiesel wrote: >> --- linux-2.5.63/mm/slab.c~ 2003-02-24 11:05:39.000000000 -0800 >> +++ linux-2.5.63/mm/slab.c 2003-03-02 03:03:33.000000000 -0800 >> @@ -1643,7 +1643,7 @@ >> if (cachep->ctor && cachep->flags & SLAB_POISON) { >> unsigned long ctor_flags = SLAB_CTOR_CONSTRUCTOR; >> >> - if (!flags & __GFP_WAIT) >> + if (!(flags & __GFP_WAIT)) >> ctor_flags |= SLAB_CTOR_ATOMIC; >> >> cachep->ctor(objp, cachep, ctor_flags); On Sun, Mar 02, 2003 at 04:31:08AM -0800, William Lee Irwin III wrote: > Holy cow! This is major. > akpm, please expedite. Already fixed in 2.5.63-bk sorry about the noise. -- wli - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/