Re: [uml-devel] [PATCH] uml: fix pte_mkread setting page read/write

2007-02-19 Thread Blaisorblade
On Monday 19 February 2007 20:52, Jeff Dike wrote: > On Mon, Feb 19, 2007 at 06:34:42PM +0100, Blaisorblade wrote: > > Jeff, no answer to this yet? I've just checked and it's not on the > > patchset page either. > I already had it in my -mm patchset, minus any attribution, so I guess > I cooked it

Re: [uml-devel] [PATCH] uml: fix pte_mkread setting page read/write

2007-02-19 Thread Jeff Dike
On Mon, Feb 19, 2007 at 06:34:42PM +0100, Blaisorblade wrote: > Jeff, no answer to this yet? I've just checked and it's not on the patchset > page either. I already had it in my -mm patchset, minus any attribution, so I guess I cooked it up myself. I've been running with it for a long time, so i

Re: [uml-devel] [PATCH] uml: fix pte_mkread setting page read/write

2007-02-19 Thread Blaisorblade
On Saturday 10 February 2007 18:27, Paolo 'Blaisorblade' Giarrusso wrote: > Fix the fact that pte_mkread set _PAGE_RW instead of _PAGE_USER (the logic > is copied from i386 in most place, so it is really as bad as you're > thinking). > > Thus currently page tables are more permissive than they shou