[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200812135750.GA17014@ls3530.fritz.box>
Date: Wed, 12 Aug 2020 15:57:50 +0200
From: Helge Deller <deller@....de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
James Bottomley <James.Bottomley@...senpartnership.com>,
John David Anglin <dave.anglin@...l.net>
Subject: [GIT PULL] parisc architecture updates for kernel v5.9
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(-)
Powered by blists - more mailing lists