[GIT PULL] parisc unaligned handler fixes for v5.17-rc6

From: Helge Deller
Date: Wed Feb 23 2022 - 12:27:06 EST


The following changes since commit 8b97cae315cafd7debf3601f88621e2aa8956ef3:

Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-02-17 11:33:59 -0800)

are available in the Git repository at:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.17/parisc-4

for you to fetch changes up to a97279836867b1cb50a3d4f0b1bf60e0abe6d46c:

parisc/unaligned: Fix ldw() and stw() unalignment handlers (2022-02-23 18:01:06 +0100)

----------------------------------------------------------------
parisc unaligned handler fixes

Two patches which fix a few bugs in the unalignment handlers. The fldd
and fstd instructions weren't handled at all on 32-bit kernels, the stw
instruction didn't checked for fault errors and the fldw_l and ldw_m
were handled wrongly as integer vs. floating point instructions.
Both patches are tagged for stable series.

----------------------------------------------------------------
Helge Deller (2):
parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
parisc/unaligned: Fix ldw() and stw() unalignment handlers

arch/parisc/kernel/unaligned.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)