]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/pgtable: Use set_pmd_bit() to invalidate PMD entry
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 6 Mar 2026 16:16:31 +0000 (17:16 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 12 Mar 2026 23:07:47 +0000 (00:07 +0100)
commit2f34c2e609540c6bf806261e2f9a9d8f77b388ef
treeea441509def5d4eea231fea7db3eb8fe0889efd4
parentcf8771ca4cdbd78232338652b98a7c5c9e0a6184
s390/pgtable: Use set_pmd_bit() to invalidate PMD entry

Commit 3a5a8d343e1c ("mm: fix race between __split_huge_pmd_locked()
and GUP-fast") failed to follow the convention and used direct PMD
entry modification instead of set_pmd_bit().

Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Link: https://lore.kernel.org/r/a9248694a38cc898d3f0628f59b8abb57d56a416.1772812343.git.agordeev@linux.ibm.com
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/pgtable.h