commit | 811d61e384e24759372bb3f01772f3744b0a8327 | [log] [tgz] |
---|---|---|
author | James Morse <james.morse@arm.com> | Tue Feb 02 15:53:59 2016 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Feb 02 15:59:21 2016 +0000 |
tree | 2a5e51604ad168f529606874ce7f2faf3649c971 | |
parent | 95f5c80050ad723163aa80dc8bffd48ef4afc6d5 [diff] |
arm64: futex.h: Add missing PAN toggling futex.h's futex_atomic_cmpxchg_inatomic() does not use the __futex_atomic_op() macro and needs its own PAN toggling. This was missed when the feature was implemented. Fixes: 338d4f49d6f ("arm64: kernel: Add support for Privileged Access Never") Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>