diff options
author | James Morse <james.morse@arm.com> | 2016-10-18 13:27:47 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-10-20 11:50:53 +0300 |
commit | 7209c868600bd8926e37c10b9aae83124ccc1dd8 (patch) | |
tree | 39995a8ef78a77bd77b9897da57c5b81aeba27f4 /net/lapb/lapb_timer.c | |
parent | 2a6dcb2b5f3e21592ca8dfa198dcce7bec09b020 (diff) | |
download | linux-7209c868600bd8926e37c10b9aae83124ccc1dd8.tar.xz |
arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
Commit 338d4f49d6f7 ("arm64: kernel: Add support for Privileged Access
Never") enabled PAN by enabling the 'SPAN' feature-bit in SCTLR_EL1.
This means the PSTATE.PAN bit won't be set until the next return to the
kernel from userspace. On a preemptible kernel we may schedule work that
accesses userspace on a CPU before it has done this.
Now that cpufeature enable() calls are scheduled via stop_machine(), we
can set PSTATE.PAN from the cpu_enable_pan() call.
Add WARN_ON_ONCE(in_interrupt()) to check the PSTATE value we updated
is not immediately discarded.
Reported-by: Tony Thompson <anthony.thompson@arm.com>
Reported-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: James Morse <james.morse@arm.com>
[will: fixed typo in comment]
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions