From: Wladislav Wiebe <wladislav.kw@gmail.com>
To: Christoph Lameter <cl@gentwo.org>
Cc: dedekind1@gmail.com, Mel Gorman <mel@csn.ul.ie>,
dwmw2@infradead.org, Pekka Enberg <penberg@kernel.org>,
linux-mm@kvack.org, linux-mtd@lists.infradead.org,
linuxppc-dev@lists.ozlabs.org
Subject: Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
Date: Tue, 06 Aug 2013 09:15:40 +0200 [thread overview]
Message-ID: <5200A29C.9060702@gmail.com> (raw)
In-Reply-To: <0000014035b06a9d-e8b10680-e321-4d3b-95a8-0833fa3fb7c9-000000@email.amazonses.com>
Hi,
On 31/07/13 19:04, Christoph Lameter wrote:
> On Wed, 31 Jul 2013, Wladislav Wiebe wrote:
>
>> Thanks for the point, do you plan to make kmalloc_large available for extern access in a separate mainline patch?
>> Since kmalloc_large is statically defined in slub_def.h and when including it to seq_file.c
>> we have a lot of conflicting types:
>
> You cannot separatly include slub_def.h. slab.h includes slub_def.h for
> you. What problem did you try to fix by doing so?
>
> There is a patch pending that moves kmalloc_large to slab.h. So maybe we
> have to wait a merge period in order to be able to use it with other
> allocators than slub.
>
>
ok, just saw in slab/for-linus branch that those stuff is reverted again..
commit 4932163637fbb9aaa654ca0703c5a624b7809da2
Author: Pekka Enberg <penberg@kernel.org>
Date: Wed Jul 10 10:16:01 2013 +0300
Revert "mm/sl[aou]b: Move kmalloc_node functions to common code"
..
commit 35be03cafb8f5ddcc1236e90144b6ec76296b789
Author: Pekka Enberg <penberg@kernel.org>
Date: Wed Jul 10 09:56:49 2013 +0300
Revert "mm/sl[aou]b: Move kmalloc definitions to slab.h"
--
WBR, WLadislav Wiebe
WARNING: multiple messages have this Message-ID (diff)
From: Wladislav Wiebe <wladislav.kw@gmail.com>
To: Christoph Lameter <cl@gentwo.org>
Cc: Pekka Enberg <penberg@kernel.org>,
linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org,
dedekind1@gmail.com, dwmw2@infradead.org,
linux-mtd@lists.infradead.org, Mel Gorman <mel@csn.ul.ie>
Subject: Re: mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
Date: Tue, 06 Aug 2013 09:15:40 +0200 [thread overview]
Message-ID: <5200A29C.9060702@gmail.com> (raw)
In-Reply-To: <0000014035b06a9d-e8b10680-e321-4d3b-95a8-0833fa3fb7c9-000000@email.amazonses.com>
Hi,
On 31/07/13 19:04, Christoph Lameter wrote:
> On Wed, 31 Jul 2013, Wladislav Wiebe wrote:
>
>> Thanks for the point, do you plan to make kmalloc_large available for extern access in a separate mainline patch?
>> Since kmalloc_large is statically defined in slub_def.h and when including it to seq_file.c
>> we have a lot of conflicting types:
>
> You cannot separatly include slub_def.h. slab.h includes slub_def.h for
> you. What problem did you try to fix by doing so?
>
> There is a patch pending that moves kmalloc_large to slab.h. So maybe we
> have to wait a merge period in order to be able to use it with other
> allocators than slub.
>
>
ok, just saw in slab/for-linus branch that those stuff is reverted again..
commit 4932163637fbb9aaa654ca0703c5a624b7809da2
Author: Pekka Enberg <penberg@kernel.org>
Date: Wed Jul 10 10:16:01 2013 +0300
Revert "mm/sl[aou]b: Move kmalloc_node functions to common code"
..
commit 35be03cafb8f5ddcc1236e90144b6ec76296b789
Author: Pekka Enberg <penberg@kernel.org>
Date: Wed Jul 10 09:56:49 2013 +0300
Revert "mm/sl[aou]b: Move kmalloc definitions to slab.h"
--
WBR, WLadislav Wiebe
--
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>
next prev parent reply other threads:[~2013-08-06 7:17 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-31 11:42 mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver Wladislav Wiebe
2013-07-31 11:42 ` Wladislav Wiebe
2013-07-31 11:58 ` Matthieu CASTET
2013-07-31 13:59 ` Christoph Lameter
2013-07-31 13:59 ` Christoph Lameter
[not found] ` <alpine.DEB.2.02.1307310858150.30572@gentwo.org>
2013-07-31 15:17 ` Christoph Lameter
2013-07-31 15:17 ` Christoph Lameter
[not found] ` <alpine.DEB.2.02.1307311015320.30997@gentwo.org>
2013-07-31 15:45 ` Christoph Lameter
2013-07-31 15:45 ` Christoph Lameter
2013-07-31 16:33 ` Wladislav Wiebe
2013-07-31 16:33 ` Wladislav Wiebe
2013-07-31 17:04 ` Christoph Lameter
2013-07-31 17:04 ` Christoph Lameter
2013-08-06 7:15 ` Wladislav Wiebe [this message]
2013-08-06 7:15 ` Wladislav Wiebe
2013-08-06 14:57 ` Christoph Lameter
2013-08-06 14:57 ` Christoph Lameter
2013-07-31 17:34 ` Aaro Koskinen
2013-07-31 17:34 ` Aaro Koskinen
2013-08-01 8:50 ` Wladislav Wiebe
2013-08-01 8:50 ` Wladislav Wiebe
2013-08-12 11:06 ` Wladislav Wiebe
2013-08-12 11:06 ` Wladislav Wiebe
2013-08-12 23:24 ` Benjamin Herrenschmidt
2013-08-12 23:24 ` Benjamin Herrenschmidt
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=5200A29C.9060702@gmail.com \
--to=wladislav.kw@gmail.com \
--cc=cl@gentwo.org \
--cc=dedekind1@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mm@kvack.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mel@csn.ul.ie \
--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.