mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] usercopy: reimplement arch_within_stack_frames
@ 2018-04-09  6:06 kpark3469
  2018-04-09  6:06 ` [PATCH v2 1/3] stacktrace: move arch_within_stack_frames from thread_info.h kpark3469
  0 siblings, 1 reply; 6+ messages in thread
From: kpark3469 @ 2018-04-09  6:06 UTC (permalink / raw)
  To: kernel-hardening
  Cc: catalin.marinas, keescook, will.deacon, mark.rutland,
	james.morse, panand, keun-o.park, psodagud, jpoimboe, mingo,
	linux-kernel

From: Sahara <keun-o.park@darkmatter.ae>

This series of patches introduce the arm64 arch_within_stack_frames
implementation using stacktrace functions. Also the base code is
moved from thread_info.h to stacktrace.h. x86 code is reimplemented
to use frame pointer unwinder functions.

Note: The code is still missing in case of using x86 ORC unwinder and
guess unwinder.

v2 changes:
 - Remove 'arm64: usercopy: consider dynamic array stack variable'
 - minor fix in x86 arch_within_stack_frames code.

James Morse (1):
  arm64: usercopy: implement arch_within_stack_frames

Sahara (2):
  stacktrace: move arch_within_stack_frames from thread_info.h
  x86: usercopy: reimplement arch_within_stack_frames with unwinder

 arch/arm/kernel/stacktrace.c       |  1 -
 arch/arm64/Kconfig                 |  1 +
 arch/arm64/kernel/stacktrace.c     | 77 ++++++++++++++++++++++++++++++++-
 arch/mips/kernel/stacktrace.c      |  1 -
 arch/mips/oprofile/backtrace.c     |  1 -
 arch/sh/kernel/stacktrace.c        |  1 -
 arch/sparc/kernel/stacktrace.c     |  1 -
 arch/um/kernel/stacktrace.c        |  1 -
 arch/unicore32/kernel/process.c    |  1 -
 arch/unicore32/kernel/stacktrace.c |  2 -
 arch/x86/include/asm/thread_info.h | 51 +---------------------
 arch/x86/include/asm/unwind.h      |  5 +++
 arch/x86/kernel/Makefile           |  2 +-
 arch/x86/kernel/stacktrace.c       | 88 +++++++++++++++++++++++++++++++++++++-
 arch/x86/kernel/unwind_frame.c     |  4 +-
 arch/xtensa/kernel/stacktrace.c    |  1 -
 include/linux/page_ext.h           |  1 -
 include/linux/stacktrace.h         | 25 +++++++++++
 include/linux/thread_info.h        | 21 ---------
 kernel/sysctl.c                    |  1 -
 mm/usercopy.c                      |  2 +-
 21 files changed, 198 insertions(+), 90 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-04-09  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09  6:06 [PATCH v2 0/3] usercopy: reimplement arch_within_stack_frames kpark3469
2018-04-09  6:06 ` [PATCH v2 1/3] stacktrace: move arch_within_stack_frames from thread_info.h kpark3469
2018-04-09  6:06   ` [PATCH v2 2/3] arm64: usercopy: implement arch_within_stack_frames kpark3469
2018-04-09  6:06     ` [PATCH v2 3/3] x86: usercopy: reimplement arch_within_stack_frames with unwinder kpark3469
2018-04-09  7:26   ` [PATCH v2 1/3] stacktrace: move arch_within_stack_frames from thread_info.h kbuild test robot
2018-04-09  8:58   ` kbuild test robot

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

all inboxes | Powered by JetHome®