]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2026 17:38:37 +0000 (10:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2026 17:38:37 +0000 (10:38 -0700)
commitfd6b56615696c2addca7b43c862b21a9a386c116
treee3cceceed21b32d89f2f1d3ae903d66b88c60c4f
parent70eda68668d1476b459b64e69b8f36659fa9dfa8
parentd1fa83ecac31093a550534a79a33bc7f4ba8fc10
Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:

 - Fix potential dead-lock in rhashtable when used by xattr

 - Avoid calling kvfree on atomic path in rhashtable

* tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  rhashtable: Add bucket_table_free_atomic() helper
  mm/slab: Add kvfree_atomic() helper
  rhashtable: drop ht->mutex in rhashtable_free_and_destroy()