[GIT PULL] parisc architecture updates for v5.19-rc4
From: Helge Deller
Date: Sun Jun 26 2022 - 10:41:35 EST
Hi Linus,
please pull three important parisc architecture fixes for kernel v5.19-rc4:
- enable ARCH_HAS_STRICT_MODULE_RWX to prevent a boot crash on c8000 machines
- flush all mappings of a shared anonymous page on PA8800/8900 machines via
flushing the whole data cache. This may slow down such machines but
makes sure that the cache is consistent
- Fix duplicate definition build error regarding fb_is_primary_device()
All of them are tagged for backporting.
Thanks,
Helge
----------------------------------------------------------------
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.19/parisc-3
for you to fetch changes up to 0a1355db36718178becd2bfe728a023933d73123:
parisc: Enable ARCH_HAS_STRICT_MODULE_RWX (2022-06-26 12:23:15 +0200)
----------------------------------------------------------------
parisc architecture fixes & updates for kernel v5.19-rc4:
Three important fixes:
- enable ARCH_HAS_STRICT_MODULE_RWX to prevent a boot crash on c8000 machines
- flush all mappings of a shared anonymous page on PA8800/8900 machines via
flushing the whole data cache. This may slow down such machines but
makes sure that the cache is consistent
- Fix duplicate definition build error regarding fb_is_primary_device()
----------------------------------------------------------------
Helge Deller (2):
parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI
parisc: Enable ARCH_HAS_STRICT_MODULE_RWX
Jiang Jian (1):
parisc: align '*' in comment in math-emu code
John David Anglin (1):
parisc: Fix flush_anon_page on PA8800/PA8900
arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/fb.h | 2 +-
arch/parisc/kernel/cache.c | 5 ++++-
arch/parisc/math-emu/decode_exc.c | 2 +-
drivers/video/console/sticore.c | 2 ++
5 files changed, 9 insertions(+), 3 deletions(-)