[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <19f34abd0807081035k2c7a18eckc8aa749a6f015f65@mail.gmail.com>
Date: Tue, 8 Jul 2008 19:35:56 +0200
From: "Vegard Nossum" <vegard.nossum@...il.com>
To: "Mike Travis" <travis@....com>
Cc: "Ingo Molnar" <mingo@...e.hu>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
mm-commits@...r.kernel.org, "Yinghai Lu" <yhlu.kernel@...il.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] x86: Change _node_to_cpumask_ptr to return const ptr
Hi,
On Tue, Jul 8, 2008 at 7:06 PM, Mike Travis <travis@....com> wrote:
>> (v3 is applied already so Mike please send a delta to v3.)
>>
>> Ingo
>
> Subject: [PATCH 1/1] x86: Change _node_to_cpumask_ptr to return const ptr
>
> * Strengthen the return type for the _node_to_cpumask_ptr to be
> a const pointer. This adds compiler checking to insure that
> node_to_cpumask_map[] is not changed inadvertently.
>
> Applies to tip/master with the following patch applied:
>
> "[PATCH 1/1] x86: Add check for node passed to node_to_cpumask V3"
>
> Signed-off-by: Mike Travis <travis@....com>
> ---
> Note: I did not change node_to_cpumask_ptr() in include/asm-generic/topology.h
> as node_to_cpumask_ptr_next() does change the cpumask value.
Hmmm. Does it really?
#define node_to_cpumask_ptr_next(v, node) \
_##v = node_to_cpumask(node)
This doesn't seem to modify it?
Also, isn't it unfortunate to have the same function return
const/non-const depending on your arch/config?
Vegard
--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
-- E. W. Dijkstra, EWD1036
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists