]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
parisc: Fix set_fixmap() on PA1.x CPUs
authorHelge Deller <deller@gmx.de>
Sun, 31 Oct 2021 20:58:12 +0000 (21:58 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:07 +0000 (09:48 +0100)
commit2589537fac1c27804c5453d9bf00eee860718bde
treead3367d773457f96de83abd1bd22cb49c90e7505
parent1a2b192e7fc0e5552afce89e20451a19b9e2e09a
parisc: Fix set_fixmap() on PA1.x CPUs

BugLink: https://bugs.launchpad.net/bugs/1951822
commit 6e866a462867b60841202e900f10936a0478608c upstream.

Fix a kernel crash which happens on PA1.x CPUs while initializing the
FTRACE/KPROBE breakpoints.  The PTE table entries for the fixmap area
were not created correctly.

Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: ccfbc68d41c2 ("parisc: add set_fixmap()/clear_fixmap()")
Cc: stable@vger.kernel.org # v5.2+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
arch/parisc/mm/fixmap.c