Skip to content
Commit 9ae4d6bf authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: vdso: use raw_read_seqcount_begin() in vdso



Previously we were using read_seqcount_begin(), which works fine until
lockdep is enabled in the kernel, at which point lockdep locking shows
up in the vdso and userspace will take a GPV accessing a kernel-only
SPR when calling gettimeofday() etc.

Signed-off-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
parent 41dd496c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment