summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 11:21:50 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 11:21:50 +1100
commitcd73d1675614a817ff3ea3fbf32e9d8251d7828b (patch)
treecfb12928c3022310328d2fbc16326332b72d2a70 /security
parent3e8e4b94d54386657b5786965967b5089f9a3402 (diff)
parent5fe5cb271594c90f11730a24ceaca5bebe9f82af (diff)
Merge remote-tracking branch 'kspp/for-next/kspp'
Diffstat (limited to 'security')
-rw-r--r--security/integrity/integrity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h
index 24520b4ef3b0..b89448a69cf4 100644
--- a/security/integrity/integrity.h
+++ b/security/integrity/integrity.h
@@ -177,7 +177,7 @@ static inline void evm_load_x509(void)
#ifdef CONFIG_INTEGRITY_AUDIT
/* declarations */
-void integrity_audit_msg(int audit_msgno, struct inode *inode,
+void __nocapture(4) integrity_audit_msg(int audit_msgno, struct inode *inode,
const unsigned char *fname, const char *op,
const char *cause, int result, int info);
#else