[GIT PULL] parisc architecture updates for kernel v5.9

From: Helge Deller
Date: Wed Aug 12 2020 - 09:58:10 EST


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