[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YhZuW0o9A4qhfdZ5@ls3530>
Date: Wed, 23 Feb 2022 18:26:51 +0100
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>,
Sven Schnelle <svens@...ckframe.org>
Subject: [GIT PULL] parisc unaligned handler fixes for v5.17-rc6
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(-)
Powered by blists - more mailing lists