Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Jun 2022 16:08:30 +0000 (09:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Jun 2022 16:08:30 +0000 (09:08 -0700)
commitc0c6a7bd4c6f87d6d3621fd58c94110bf2404e12
tree360af99b58892086c713c7939acab072996f914e
parente963d685dda05b978cf6bcab74b3a0ad6199327a
parent0a1355db36718178becd2bfe728a023933d73123
Merge tag 'for-5.19/parisc-3' of git://git./linux/kernel/git/deller/parisc-linux

Pull parisc architecture fixes from Helge Deller:

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

* tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Enable ARCH_HAS_STRICT_MODULE_RWX
  parisc: Fix flush_anon_page on PA8800/PA8900
  parisc: align '*' in comment in math-emu code
  parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI