aboutsummaryrefslogtreecommitdiffstats
path: root/init/init_task.c
diff options
context:
space:
mode:
authorAhmed S. Darwish <[email protected]>2020-07-20 15:55:17 +0000
committerPeter Zijlstra <[email protected]>2020-07-29 14:14:25 +0000
commit318ce71f3e3ae4108c1665f3860afa8a2a4c9f02 (patch)
treef14151319fc5982781cbe4dd22a85ca1637437ee /init/init_task.c
parentseqlock: Align multi-line macros newline escapes at 72 columns (diff)
downloadkernel-318ce71f3e3ae4108c1665f3860afa8a2a4c9f02.tar.gz
kernel-318ce71f3e3ae4108c1665f3860afa8a2a4c9f02.zip
dma-buf: Remove custom seqcount lockdep class key
Commit 3c3b177a9369 ("reservation: add support for read-only access using rcu") introduced a sequence counter to manage updates to reservations. Back then, the reservation object initializer reservation_object_init() was always inlined. Having the sequence counter initialization inlined meant that each of the call sites would have a different lockdep class key, which would've broken lockdep's deadlock detection. The aforementioned commit thus introduced, and exported, a custom seqcount lockdep class key and name. The commit 8735f16803f00 ("dma-buf: cleanup reservation_object_init...") transformed the reservation object initializer to a normal non-inlined C function. seqcount_init(), which automatically defines the seqcount lockdep class key and must be called non-inlined, can now be safely used. Remove the seqcount custom lockdep class key, name, and export. Use seqcount_init() inside the dma reservation object initializer. Signed-off-by: Ahmed S. Darwish <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: Daniel Vetter <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'init/init_task.c')
0 files changed, 0 insertions, 0 deletions