Merge tag 'v3.10.67' into update

This is the 3.10.67 stable release
This commit is contained in:
Stricted
2018-03-21 22:36:30 +01:00
140 changed files with 610 additions and 179 deletions
+2 -2
View File
@@ -201,12 +201,12 @@ static noinline void key_gc_unused_keys(struct list_head *keys)
if (test_bit(KEY_FLAG_INSTANTIATED, &key->flags))
atomic_dec(&key->user->nikeys);
key_user_put(key->user);
/* now throw away the key memory */
if (key->type->destroy)
key->type->destroy(key);
key_user_put(key->user);
kfree(key->description);
#ifdef KEY_DEBUGGING