]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2025 22:51:24 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2025 22:51:24 +0000 (15:51 -0700)
commit7083bb6060a99a4c7e60e710b70a2ea8fb2d524c
tree9fc08a9c1e909ce33a53dc111a280bb301e169a3
parentf2b246572699a66eded2cf7afc46f53837878f14
parent1af424b15401d2be789c4dc2279889514e7c5c94
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fix from Eric Biggers:
 "Avoid some false-positive KMSAN warnings by restoring the dependency
  of the architecture-optimized Poly1305 code on !KMSAN"

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: poly1305: Restore dependency of arch code on !KMSAN