mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3]  x86_64,vsyscall: Minor cleanups and fixes
@ 2014-05-22 22:24 Andy Lutomirski
  2014-05-22 22:24 ` [PATCH 1/3] x86_64,vsyscall: Move all of the gate_area code to vsyscall_64.c Andy Lutomirski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Lutomirski @ 2014-05-22 22:24 UTC (permalink / raw)
  To: x86, H. Peter Anvin; +Cc: linux-kernel, Andy Lutomirski

This turns the vsyscall page all the way off in vsyscall=none mode
and fixes a bug in warn_bad_vsyscall that resulted in corrupt log
lines.

With this series applied, vsyscall=none results in a tidier
/proc/PID/maps.

Andy Lutomirski (3):
  x86_64,vsyscall: Move all of the gate_area code to vsyscall_64.c
  x86_64,vsyscall: Turn vsyscalls all the way off when vsyscall=none
  x86_64,vsyscall: Fix warn_bad_vsyscall log output

 arch/x86/kernel/vsyscall_64.c | 69 ++++++++++++++++++++++++++++++++++++++-----
 arch/x86/mm/init_64.c         | 49 ------------------------------
 2 files changed, 61 insertions(+), 57 deletions(-)

-- 
1.9.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-22 22:24 [PATCH 0/3] x86_64,vsyscall: Minor cleanups and fixes Andy Lutomirski
2014-05-22 22:24 ` [PATCH 1/3] x86_64,vsyscall: Move all of the gate_area code to vsyscall_64.c Andy Lutomirski
2014-05-22 22:24 ` [PATCH 2/3] x86_64,vsyscall: Turn vsyscalls all the way off when vsyscall=none Andy Lutomirski
2014-05-22 22:24 ` [PATCH 3/3] x86_64,vsyscall: Fix warn_bad_vsyscall log output Andy Lutomirski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome