linux-kernel.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 architecture updates for kernel v5.9
Date: Wed, 12 Aug 2020 15:57:50 +0200	[thread overview]
Message-ID: <20200812135750.GA17014@ls3530.fritz.box> (raw)

Hi Linus,

please pull another set of patches for the parisc architecture for kernel 5.9-rc1 from:

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

This patchset includes:
- Oscar Carter contributed a patch which fixes parisc's usage of
  dereference_function_descriptor() and thus will allow using the
  -Wcast-function-type compiler option in the top-level Makefile
- Sven Schnelle fixed a bug in the SBA code to prevent crashes during kexec
- John David Anglin provided implementations for __smp_store_release() and
  __smp_load_acquire barriers() which avoids using the sync assembler
  instruction and thus speeds up barrier paths
- Some whitespace cleanups in parisc's atomic.h header file

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
      sections.h: dereference_function_descriptor() returns void pointer
      parisc: Whitespace cleanups in atomic.h

John David Anglin (1):
      parisc: Implement __smp_store_release and __smp_load_acquire barriers

Oscar Carter (1):
      parisc/kernel/ftrace: Remove function callback casts

Sven Schnelle (1):
      parisc: mask out enable and reserved bits from sba imask

 arch/parisc/include/asm/atomic.h  |  8 ++---
 arch/parisc/include/asm/barrier.h | 61 +++++++++++++++++++++++++++++++++++++++
 arch/parisc/kernel/ftrace.c       |  3 +-
 drivers/parisc/sba_iommu.c        |  2 +-
 include/asm-generic/sections.h    |  4 +--
 5 files changed, 70 insertions(+), 8 deletions(-)

             reply	other threads:[~2020-08-12 13:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 13:57 Helge Deller [this message]
2020-08-12 19:58 ` [GIT PULL] parisc architecture updates for kernel v5.9 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-08-04 15:20 Helge Deller
2020-08-05  6:05 ` pr-tracker-bot

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=20200812135750.GA17014@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).