Re: [PATCH RFT v9 2/8] selftests: Provide helper header for shadow stack testing
From: "Edgecombe, Rick P" <rick.p.edgecombe@intel.com>
Date: 2024-08-20 21:36:59
Also in:
linux-kselftest, lkml
From: "Edgecombe, Rick P" <rick.p.edgecombe@intel.com>
Date: 2024-08-20 21:36:59
Also in:
linux-kselftest, lkml
On Mon, 2024-08-19 at 20:24 +0100, Mark Brown wrote:
+
+#ifndef ENABLE_SHADOW_STACK
+static inline void enable_shadow_stack(void) { }
+#endif
+
+#endif
+
+Trivial, I get: Applying: selftests: Provide helper header for shadow stack testing .git/rebase-apply/patch:72: new blank line at EOF. + warning: 1 line adds whitespace errors.