All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Christoph Lameter <cl@linux.com>
Cc: linux-next <linux-next@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Pekka Enberg <penberg@kernel.org>, Matt Mackall <mpm@selenic.com>,
	linux-mm@kvack.org
Subject: Re: next-20130204 - bisected slab problem to "slab: Common constants for kmalloc boundaries"
Date: Tue, 5 Feb 2013 12:51:54 +0000	[thread overview]
Message-ID: <5111006A.4070809@imgtec.com> (raw)
In-Reply-To: <0000013ca6a87485-3f013e82-046c-4374-86d5-67fb85a085f9-000000@email.amazonses.com>

Hi Christoph,

On 04/02/13 19:22, Christoph Lameter wrote:
> What are the values of
> 
> MAX_ORDER

10

> PAGE_SHIFT

12

> ARCH_DMA_MINALIGN

64 (it works if changed to 8)

> CONFIG_ZONE_DMA

not defined

Cheers
James

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Christoph Lameter <cl@linux.com>
Cc: linux-next <linux-next@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Pekka Enberg <penberg@kernel.org>, Matt Mackall <mpm@selenic.com>,
	linux-mm@kvack.org
Subject: Re: next-20130204 - bisected slab problem to "slab: Common constants for kmalloc boundaries"
Date: Tue, 5 Feb 2013 12:51:54 +0000	[thread overview]
Message-ID: <5111006A.4070809@imgtec.com> (raw)
In-Reply-To: <0000013ca6a87485-3f013e82-046c-4374-86d5-67fb85a085f9-000000@email.amazonses.com>

Hi Christoph,

On 04/02/13 19:22, Christoph Lameter wrote:
> What are the values of
> 
> MAX_ORDER

10

> PAGE_SHIFT

12

> ARCH_DMA_MINALIGN

64 (it works if changed to 8)

> CONFIG_ZONE_DMA

not defined

Cheers
James

--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Christoph Lameter <cl@linux.com>
Cc: linux-next <linux-next@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Pekka Enberg <penberg@kernel.org>,
	"Matt Mackall" <mpm@selenic.com>, <linux-mm@kvack.org>
Subject: Re: next-20130204 - bisected slab problem to "slab: Common constants for kmalloc boundaries"
Date: Tue, 5 Feb 2013 12:51:54 +0000	[thread overview]
Message-ID: <5111006A.4070809@imgtec.com> (raw)
In-Reply-To: <0000013ca6a87485-3f013e82-046c-4374-86d5-67fb85a085f9-000000@email.amazonses.com>

Hi Christoph,

On 04/02/13 19:22, Christoph Lameter wrote:
> What are the values of
> 
> MAX_ORDER

10

> PAGE_SHIFT

12

> ARCH_DMA_MINALIGN

64 (it works if changed to 8)

> CONFIG_ZONE_DMA

not defined

Cheers
James


  parent reply	other threads:[~2013-02-05 12:53 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-04 16:22 next-20130204 - bisected slab problem to "slab: Common constants for kmalloc boundaries" James Hogan
2013-02-04 16:22 ` James Hogan
2013-02-04 16:22 ` James Hogan
2013-02-04 19:22 ` Christoph Lameter
2013-02-04 19:22   ` Christoph Lameter
2013-02-05 10:08   ` James Hogan
2013-02-05 10:08     ` James Hogan
2013-02-05 12:51   ` James Hogan [this message]
2013-02-05 12:51     ` James Hogan
2013-02-05 12:51     ` James Hogan
2013-02-04 19:39 ` Stephen Warren
2013-02-04 19:39   ` Stephen Warren
2013-02-05  2:29   ` Christoph Lameter
2013-02-05  2:29     ` Christoph Lameter
     [not found]   ` <alpine.DEB.2.02.1302042019170.32396@gentwo.org>
2013-02-05 16:36     ` Christoph Lameter
2013-02-05 16:36       ` Christoph Lameter
2013-02-05 17:08       ` James Hogan
2013-02-05 17:08         ` James Hogan
2013-02-05 18:34         ` Christoph Lameter
2013-02-05 18:34           ` Christoph Lameter
2013-02-06  9:44           ` James Hogan
2013-02-06  9:44             ` James Hogan
2013-02-06 18:33             ` Pekka Enberg
2013-02-06 18:33               ` Pekka Enberg
2013-02-05 18:28       ` Stephen Warren
2013-02-05 18:28         ` Stephen Warren
2013-02-05 18:52         ` Christoph Lameter
2013-02-05 18:52           ` 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=5111006A.4070809@imgtec.com \
    --to=james.hogan@imgtec.com \
    --cc=cl@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mpm@selenic.com \
    --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.