linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
	James Bottomley <James.Bottomley@HansenPartnership.com>,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc fixes and updates for kernel v4.19
Date: Wed, 22 Aug 2018 21:35:17 +0200	[thread overview]
Message-ID: <20180822193517.GA31476@ls3530.fritz.box> (raw)

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(-)

                 reply	other threads:[~2018-08-22 19:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180822193517.GA31476@ls3530.fritz.box \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=dave.anglin@bell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).