From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx140.postini.com [74.125.245.140]) by kanga.kvack.org (Postfix) with SMTP id 622526B0073 for ; Sun, 14 Jul 2013 20:20:09 -0400 (EDT) Message-ID: <51E33FFE.3010200@asianux.com> Date: Mon, 15 Jul 2013 08:19:10 +0800 From: Chen Gang MIME-Version: 1.0 Subject: Re: [PATCH] mm/slub.c: use 'unsigned long' instead of 'int' for variable 'slub_debug' References: <51DF5F43.3080408@asianux.com> <0000013fd3283b9c-b5fe217c-fff3-47fd-be0b-31b00faba1f3-000000@email.amazonses.com> In-Reply-To: <0000013fd3283b9c-b5fe217c-fff3-47fd-be0b-31b00faba1f3-000000@email.amazonses.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Pekka Enberg , mpm@selenic.com, linux-mm@kvack.org On 07/12/2013 09:53 PM, Christoph Lameter wrote: > On Fri, 12 Jul 2013, Chen Gang wrote: > >> Since all values which can be assigned to 'slub_debug' are 'unsigned >> long', recommend also to define 'slub_debug' as 'unsigned long' to >> match the type precisely > > The bit definitions in slab.h as well as slub.c all assume that these are > 32 bit entities. See f.e. the defition of the internal slub flags: > > /* Internal SLUB flags */ > #define __OBJECT_POISON 0x80000000UL /* Poison object */ > #define __CMPXCHG_DOUBLE 0x40000000UL /* Use cmpxchg_double */ > As far as I know, 'UL' means "unsigned long", is it correct ? Thanks. -- Chen Gang -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org