]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
arm/mm: fix swp type masking in __swp_entry()
authorDavid Hildenbrand <david@redhat.com>
Wed, 8 Feb 2023 14:08:01 +0000 (15:08 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 00:51:30 +0000 (16:51 -0800)
commit6f74c0ec2095335158015ce29b708e775b9cea3a
tree52fc1bc1ac0bdfcc2f630a9ea36c50c847ebae2e
parent9160cffd45ee93bc20de134e4f127dac9af0cc18
arm/mm: fix swp type masking in __swp_entry()

We're masking with the number of type bits instead of the type mask, which
is obviously wrong.

Link: https://lkml.kernel.org/r/39fd91e3-c93b-23c6-afc6-cbe473bb0ca9@redhat.com
Fixes: 20aae9eff5ac ("arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE")
Signed-off-by: David Hildenbrand <david@redhat.com>
Reported-by: Mark Brown <broonie@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Cc: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/include/asm/pgtable.h