[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0609061314430.27779@g5.osdl.org>
Date: Wed, 6 Sep 2006 13:20:59 -0700 (PDT)
From: Linus Torvalds <torvalds@...l.org>
To: Kirill Korotaev <dev@...nvz.org>
cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Fernando Vazquez <fernando@....ntt.co.jp>,
"David S. Miller" <davem@...emloft.net>, tony.luck@...el.com,
linux-ia64@...r.kernel.org, stable@...nel.org, xemul@...nvz.org,
devel@...nvz.org
Subject: Re: [PATCH] IA64,sparc: local DoS with corrupted ELFs
On Mon, 4 Sep 2006, Kirill Korotaev wrote:
>
> +#ifdef __KERNEL__
> +#define arch_mmap_check ia64_mmap_check
> +#ifndef __ASSEMBLY__
> +int ia64_mmap_check(unsigned long addr, unsigned long len,
> + unsigned long flags);
> +#endif
> +#endif
Btw, is there some reason for the __ASSEMBLY__ check?
I'm not seeing any kernel users that could care, a quick
git grep 'mman\.h' -- '*.[sS]'
doesn't trigger anything, and the other header files that include this
seem to all either be mman.h themselves, or have things like structure
declarations etc that wouldn't work for any non-C source anyway.
But maybe I missed some.
I'd rather not have more of those '#ifndef __ASSEMBLY__' than necessary.
Linus
-
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