Thread (15 messages) 15 messages, 3 authors, 2021-01-30
STALE1995d REVIEWED: 6 (5M)
Revisions (3)
  1. v1 [diff vs current]
  2. v3 [diff vs current]
  3. v4 current

[PATCH v4 09/10] PKCS#7: Fix missing include

From: Mickaël Salaün <mic@digikod.net>
Date: 2021-01-21 16:01:06
Also in: keyrings, linux-integrity, linux-security-module, lkml
Subsystem: asymmetric keys, the rest · Maintainers: David Howells, Lukas Wunner, Ignat Korchagin, Linus Torvalds

From: Mickaël Salaün <redacted>

Add missing linux/types.h for size_t.

[DH: Changed from stddef.h]

Signed-off-by: Mickaël Salaün <redacted>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ben Boeckel <redacted>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
---

Changes since v3:
* Add Reviewed-by Jarkko Sakkinen.

Changes since v2:
* Cherry-pick v1 patch from
  https://lore.kernel.org/lkml/2659836.1607940186@warthog.procyon.org.uk/ (local)
  to rebase on v5.11-rc3.
---
 include/linux/verification.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/linux/verification.h b/include/linux/verification.h
index 911ab7c2b1ab..a655923335ae 100644
--- a/include/linux/verification.h
+++ b/include/linux/verification.h
@@ -8,6 +8,8 @@
 #ifndef _LINUX_VERIFICATION_H
 #define _LINUX_VERIFICATION_H
 
+#include <linux/types.h>
+
 /*
  * Indicate that both builtin trusted keys and secondary trusted keys
  * should be used.
-- 
2.30.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help