All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] /proc/kcore: Fix SMAP violation when dumping vsyscall user page
@ 2018-02-12 14:44 Jia Zhang
  2018-02-12 14:44 ` [PATCH 1/2] " Jia Zhang
  2018-02-12 14:44 ` [PATCH 2/2] x86/mm/64: Add vsyscall page to /proc/kcore conditionally Jia Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Jia Zhang @ 2018-02-12 14:44 UTC (permalink / raw)
  To: tglx, jolsa, mingo, hpa; +Cc: x86, linux-kernel

This patchset was validated with the combinations of pti=on/off and vsyscall=native/emulate/none.
In addition, CONFIG_HARDENED_USERCOPY is always enabled.

v2:
  - Use { } around kclist_add() when there's more than 1 line code 

Jia Zhang (2):
      /proc/kcore: Fix SMAP violation when dumping vsyscall user page
      x86/mm/64: Add vsyscall page to /proc/kcore conditionally

 arch/x86/mm/init_64.c | 6 ++++--
 fs/proc/kcore.c       | 4 ++++
 include/linux/kcore.h | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2018-02-13  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 14:44 [PATCH v2 0/2] /proc/kcore: Fix SMAP violation when dumping vsyscall user page Jia Zhang
2018-02-12 14:44 ` [PATCH 1/2] " Jia Zhang
2018-02-13  9:07   ` [tip:x86/urgent] vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault " tip-bot for Jia Zhang
2018-02-12 14:44 ` [PATCH 2/2] x86/mm/64: Add vsyscall page to /proc/kcore conditionally Jia Zhang
2018-02-13  9:08   ` [tip:x86/urgent] x86/mm/kcore: " tip-bot for Jia Zhang

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.