All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Lameter <cl@linux.com>
To: Hugh Dickins <hughd@google.com>
Cc: Pekka Enberg <penberg@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH next/mmotm] slab: fix DEBUG_SLAB build
Date: Tue, 12 Jul 2011 10:45:40 -0500 (CDT)	[thread overview]
Message-ID: <alpine.DEB.2.00.1107121045050.2530@router.home> (raw)
In-Reply-To: <alpine.LSU.2.00.1107111152290.13035@sister.anvils>

On Mon, 11 Jul 2011, Hugh Dickins wrote:

> -#if ARCH_SLAB_MINALIGN
> -	if ((u32)objp & (ARCH_SLAB_MINALIGN-1)) {
> +	if ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1)) {
>  		printk(KERN_ERR "0x%p: not aligned to ARCH_SLAB_MINALIGN=%d\n",

Change %d to %ul for consistencies sake and drop the cast of
ARCH_SLAB_MINALIGN?


  parent reply	other threads:[~2011-07-12 15:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 18:56 [PATCH next/mmotm] slab: fix DEBUG_SLAB build Hugh Dickins
2011-07-11 20:35 ` Hugh Dickins
2011-07-12 15:45 ` Christoph Lameter [this message]
2011-07-12 21:00   ` Hugh Dickins
2011-07-13 15:39     ` Christoph Lameter
2011-07-13 15:59       ` Hugh Dickins
2011-07-13 16:07         ` Christoph Lameter
2011-07-13 16:08 ` Christoph Lameter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.1107121045050.2530@router.home \
    --to=cl@linux.com \
    --cc=akpm@linux-foundation.org \
    --cc=hughd@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.