All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] i386: clean up user_mode() use
@ 2006-07-02 20:10 Chuck Ebbert
  2006-07-02 20:42 ` Linus Torvalds
       [not found] ` <44A85518.24327.2FBD646A@pageexec.freemail.hu>
  0 siblings, 2 replies; 5+ messages in thread
From: Chuck Ebbert @ 2006-07-02 20:10 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: pageexec, linux-kernel, Arjan van de Ven, Linus Torvalds

In-Reply-To: <20060702133718.GA27549@elte.hu>

On Sun, 2 Jul 2006 15:37:18 +0200, Ingo Molnar wrote:

> > to avoid such mistakes in the future, the suggested solution is to 
> > make user_mode() on i386 consistent with the generic expectation and 
> > make it detect any user mode execution context, that is, it should 
> > take the role of user_mode_vm() and a new user_mode_novm() is 
> > introduced for the i386 specific cases where v86 mode can be excluded. 
> > in short, the patch simply does a
> > 
> >   user_mode_vm -> user_mode
> >   user_mode    -> user_mode_novm
> > 
> > substitution as appropriate.
> > 
> > Signed-off-by: PaX Team <pageexec@freemail.hu>
> 
> agreed!
> 
> Acked-by: Ingo Molnar <mingo@elte.hu>

Please make that second one

        user_mode_novm86

Otherwise people might think it means "user mode no virtual memory."

-- 
Chuck
 "You can't read a newspaper if you can't read."  --George W. Bush

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <44A7BE17.23657.2D6F894E@pageexec.freemail.hu>]

end of thread, other threads:[~2006-07-03  4:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-02 20:10 [PATCH] i386: clean up user_mode() use Chuck Ebbert
2006-07-02 20:42 ` Linus Torvalds
     [not found] ` <44A85518.24327.2FBD646A@pageexec.freemail.hu>
2006-07-02 21:36   ` Linus Torvalds
2006-07-03  4:36     ` Ingo Molnar
     [not found] <44A7BE17.23657.2D6F894E@pageexec.freemail.hu>
2006-07-02 13:37 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.