Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
"Fix a loongarch header regression and a module name collision on s390"

* tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
asm-generic: Add sched.h inclusion in simd.h
crypto: s390/sha256 - rename module to sha256-s390

+3 -1
+2 -1
arch/s390/lib/crypto/Makefile
··· 3 3 obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o 4 4 chacha_s390-y := chacha-glue.o chacha-s390.o 5 5 6 - obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256.o 6 + obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256-s390.o 7 + sha256-s390-y := sha256.o
+1
include/asm-generic/simd.h
··· 4 4 5 5 #include <linux/compiler_attributes.h> 6 6 #include <linux/preempt.h> 7 + #include <linux/sched.h> 7 8 #include <linux/types.h> 8 9 9 10 /*