linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc fixes and updates for kernel v4.19
@ 2018-08-22 19:35 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2018-08-22 19:35 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull the second round of fixes and updates in this merge window
for the parisc architecture for kernel 4.19 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.19-2

Changes:
- fix boot failure of 64-bit kernel. It got broken by the unwind
  optimization commit in merge window.
- fix 64-bit userspace support (static 64-bit applications only, e.g. we
  don't yet have 64-bit userspace support in glibc).
- consolidate unwind initialization code.
- add machine model description to stack trace.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (6):
      parisc: Restore possibility to execute 64-bit applications
      parisc: Fix ptraced 64-bit applications to call 64-bit syscalls
      parisc: Update comments in syscall.S regarding wide userland
      parisc: Consolidate unwind initialization calls
      parisc: Fix boot failure of 64-bit kernel
      parisc: Add hardware description to stack traces

 arch/parisc/include/asm/elf.h       |  9 +++--
 arch/parisc/include/asm/linkage.h   |  9 -----
 arch/parisc/include/asm/processor.h |  6 +--
 arch/parisc/include/asm/traps.h     |  4 +-
 arch/parisc/include/asm/unwind.h    |  6 ++-
 arch/parisc/kernel/entry.S          | 79 ++++++++++++++++++-------------------
 arch/parisc/kernel/processor.c      |  2 +
 arch/parisc/kernel/stacktrace.c     | 15 +------
 arch/parisc/kernel/sys_parisc.c     |  5 ---
 arch/parisc/kernel/syscall.S        | 35 +++++++++-------
 arch/parisc/kernel/traps.c          | 37 +++--------------
 arch/parisc/kernel/unwind.c         | 43 ++++++++++++++------
 12 files changed, 113 insertions(+), 137 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-22 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 19:35 [GIT PULL] parisc fixes and updates for kernel v4.19 Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).