2003-09-09 11:34:40

by Bernhard Rosenkraenzer

[permalink] [raw]
Subject: [PATCH 2.6.0-test5-mm1] Fix build with debug disabled

2.6.0-test5-mm1 mm/slab.c defines dbg_redzone1 and friends in #if DEBUG,
but uses them unconditionally.

Patch attached.

--
Ark Linux - Linux for the masses
http://www.arklinux.org/

Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php


Attachments:
2.6.0-test5-mm1-compile.patch (0.99 kB)
Fix compile

2003-09-09 12:03:16

by Maciej Soltysiak

[permalink] [raw]
Subject: Re: [PATCH 2.6.0-test5-mm1] Fix build with debug disabled

Hi Alan,

> 2.6.0-test5-mm1 mm/slab.c defines dbg_redzone1 and friends in #if DEBUG,
> but uses them unconditionally.

> Patch attached.
Could you create directories in your people/akpm/* directory for patches
that are accepted/needed/bugfixes/whatever sent for -mm patches after you
submit the respective patch?

Like:
.../people/akpm/patches/2.6/2.6.0-test5-mm1/pending/01_debugfix_patch.diff
.../people/akpm/patches/2.6/2.6.0-test5-mm1/pending/02_other_bugfix.diff

Those would be applied over test5-mm1 to get it going, before you publish
newer patches.

Is this fine with you?

I think that testers would be happy with that.

Regards,
Maciej

2003-09-09 12:07:42

by Maciej Soltysiak

[permalink] [raw]
Subject: Re: [PATCH 2.6.0-test5-mm1] Fix build with debug disabled

> Hi Alan,
Oops, I meant Hi Andrew!