[uml-devel] [PATCH] UML utrace support, step 1

2007-02-20 Thread Jeff Dike
Below is the first step in your Fix-Your-Broken-Arch-HOWTO for UML. Do you want incremental patches as I go along, or replacement ones? BTW, UML runs on the utrace in -mm (i.e. utrace on the host), which it didn't with several Fedora kernels. Jeff -- Work email

[uml-devel] [patch 09/21] x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be accepted

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- Also PTRACE_OLDSETOPTIONS should be accepted, as done by kernel/ptrace.c and forced by binary compatibility. UML/32bit breaks because of this - since it is wise enough to use PTRACE_OLDSETOPTIONS to be bi

[uml-devel] [patch 18/18] x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be accepted

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: "Paolo 'Blaisorblade' Giarrusso" <[EMAIL PROTECTED]> Also PTRACE_OLDSETOPTIONS should be accepted, as done by kernel/ptrace.c and forced by binary compatibility. UML/32bit breaks because of this - si