Skip to content

Commit 04446ee

Browse files
committed
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
2 parents 8b2198f + b9802b5 commit 04446ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

arch/s390/lib/crypto/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o
44
chacha_s390-y := chacha-glue.o chacha-s390.o
55

6-
obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256.o
6+
obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256-s390.o
7+
sha256-s390-y := sha256.o

include/asm-generic/simd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <linux/compiler_attributes.h>
66
#include <linux/preempt.h>
7+
#include <linux/sched.h>
78
#include <linux/types.h>
89

910
/*

0 commit comments

Comments
 (0)