]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Define and use set_pte_at()
authorJohn David Anglin <dave.anglin@bell.net>
Mon, 21 Jul 2025 20:06:21 +0000 (16:06 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:31:00 +0000 (16:31 +0200)
commit753bc5f5a3f5d6110e2a90abf9ee883168251230
tree92fb571aeaec00852c54d3221035dc6cf2bfdbf1
parent537264f4b3dc6db52161e91b2678a4285e223aa2
parisc: Define and use set_pte_at()

commit 802e55488bc2cc1ab6423b720255a785ccac42ce upstream.

When a PTE is changed, we need to flush the PTE. set_pte_at()
was lost in the folio update. PA-RISC version is the same as
the generic version.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.12+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/include/asm/pgtable.h