diff options
| author | Mark Rutland <[email protected]> | 2017-06-08 13:47:41 +0000 |
|---|---|---|
| committer | James Morris <[email protected]> | 2017-06-09 03:29:50 +0000 |
| commit | 92347cfd62c174ab91ad97dd4bfbaa1d4aa28e67 (patch) | |
| tree | b3bc051f940ef773d5fb6e01401f70700ef8b875 /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API (diff) | |
| download | kernel-92347cfd62c174ab91ad97dd4bfbaa1d4aa28e67.tar.gz kernel-92347cfd62c174ab91ad97dd4bfbaa1d4aa28e67.zip | |
KEYS: fix refcount_inc() on zero
If a key's refcount is dropped to zero between key_lookup() peeking at
the refcount and subsequently attempting to increment it, refcount_inc()
will see a zero refcount. Here, refcount_inc() will WARN_ONCE(), and
will *not* increment the refcount, which will remain zero.
Once key_lookup() drops key_serial_lock, it is possible for the key to
be freed behind our back.
This patch uses refcount_inc_not_zero() to perform the peek and increment
atomically.
Fixes: fff292914d3a2f1e ("security, keys: convert key.usage from atomic_t to refcount_t")
Signed-off-by: Mark Rutland <[email protected]>
Signed-off-by: David Howells <[email protected]>
Cc: David Windsor <[email protected]>
Cc: Elena Reshetova <[email protected]>
Cc: Hans Liljestrand <[email protected]>
Cc: James Morris <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions
