[PATCH 04/17] clone.2: tfix
From: Alejandro Colomar <hidden>
Date: 2021-05-09 20:20:13
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-05-09 20:20:13
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Johannes Berg <johannes@sipsolutions.net> Despite my mention of this spawning a hilarious discussion on IRC, this alignment restriction should be 128-bit, not 126-bit. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Alejandro Colomar <redacted> --- man2/clone.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/clone.2 b/man2/clone.2
index 818e584ce..838fbd669 100644
--- a/man2/clone.2
+++ b/man2/clone.2@@ -1418,7 +1418,7 @@ was an invalid. .TP .BR EINVAL " (AArch64 only, Linux 4.6 and earlier)" .I stack -was not aligned to a 126-bit boundary. +was not aligned to a 128-bit boundary. .TP .B ENOMEM Cannot allocate sufficient memory to allocate a task structure for the
--
2.31.1