diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-08-22 07:55:31 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 20:52:46 +0300 |
commit | e58dd0de5eadf145895b13451a1fef8ef03946eb (patch) | |
tree | f5db856cd6e69abf35e136e8c2666469ac6b51d3 /include/linux/extcon.h | |
parent | cedc5b6aab493f6b1b1d381dccc0cc082da7d3d8 (diff) | |
download | linux-e58dd0de5eadf145895b13451a1fef8ef03946eb.tar.xz |
bdi: use refcount_t for reference counting instead atomic_t
refcount_t type and corresponding API should be used instead of atomic_t
when the variable is used as a reference counter. This permits avoiding
accidental refcounter overflows that might lead to use-after-free
situations.
Link: http://lkml.kernel.org/r/20180703200141.28415-4-bigeasy@linutronix.de
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Suggested-by: Peter Zijlstra <peterz@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/extcon.h')
0 files changed, 0 insertions, 0 deletions