[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091106131330.0ce956f4@lxorguk.ukuu.org.uk>
Date: Fri, 6 Nov 2009 13:13:30 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: castet.matthieu@...e.fr
Cc: linux-kernel@...r.kernel.org
Subject: Re: Using x86 segments against NULL pointer deference exploit
On Fri, 06 Nov 2009 13:59:49 +0100
castet.matthieu@...e.fr wrote:
> Hi,
>
> I am wondering why we can't set the KERNEL_DS data segment to not contain the
> first page, ie changing it from R/W flat model to R/W expand down from
> 0xffffffff to 4096.
For one it is enormously expensive because the moment you have segment
limits all sorts of stuff goes slower. You also do sometimes need low 4K
access for wine/dosemu etc as you guess - and for APM and so on. Plus in
64bit you don't have a lot of those features ayway.
> The drawback of this it that the kernel can't access anymore data in the first
> segment. Is it needed for application like wine or dosemu ?
Yes.
--
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