Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365393

Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again

From Geert Uytterhoeven <geert@linux-m68k.org>
Newsgroups linux.kernel
Subject Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again
Date 2016-03-28 11:00 +0200
Message-ID <rhBbH-4sP-9@gated-at.bofh.it> (permalink)
References <rhxUt-2rs-3@gated-at.bofh.it> <rhxUv-2rs-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Jonsoo,

On Mon, Mar 28, 2016 at 7:26 AM,  <js1304@gmail.com> wrote:
> From: Joonsoo Kim <iamjoonsoo.kim@lge.com>
>
> Initial attemp to remove BAD_ALIEN_MAGIC is once reverted by
> 'commit edcad2509550 ("Revert "slab: remove BAD_ALIEN_MAGIC"")'
> because it causes a problem on m68k which has many node
> but !CONFIG_NUMA. In this case, although alien cache isn't used
> at all but to cope with some initialization path, garbage value
> is used and that is BAD_ALIEN_MAGIC. Now, this patch set
> use_alien_caches to 0 when !CONFIG_NUMA, there is no initialization
> path problem so we don't need BAD_ALIEN_MAGIC at all. So remove it.
>
> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>

I gave this a try on m68k/ARAnyM, and it didn't crash, unlike the previous
version that was reverted, so
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again js1304@gmail.com - 2016-03-28 07:30 +0200
  Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again Geert Uytterhoeven <geert@linux-m68k.org> - 2016-03-28 11:00 +0200
    Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-03-30 10:10 +0200
  Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again Andrew Morton <akpm@linux-foundation.org> - 2016-03-28 23:20 +0200
    Re: [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again Christoph Lameter <cl@linux.com> - 2016-03-29 03:00 +0200

csiph-web