OSDN Git Service

Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2020 21:25:47 +0000 (14:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2020 21:25:47 +0000 (14:25 -0700)
commitfbe0d451bcea569fc0ed3455511a90646c8a9c81
treeeaa6b911fd789c51d514a2c7e82b1727bc33f8a3
parent78b1afe22d51996c1916a332d43b853ff2b10ade
parentd181d2da0141371bbc360eaea78719203e165e1c
Merge tag 'x86-urgent-2020-07-25' of git://git./linux/kernel/git/tip/tip into master

Pull x86 fixes from Ingo Molnar:
 "Misc fixes:

   - Fix a section end page alignment assumption that was causing
     crashes

   - Fix ORC unwinding on freshly forked tasks which haven't executed
     yet and which have empty user task stacks

   - Fix the debug.exception-trace=1 sysctl dumping of user stacks,
     which was broken by recent maccess changes"

* tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/dumpstack: Dump user space code correctly again
  x86/stacktrace: Fix reliable check for empty user task stacks
  x86/unwind/orc: Fix ORC for newly forked tasks
  x86, vmlinux.lds: Page-align end of ..page_aligned sections