Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security

Pull security subsystem fix from James Morris:
"Fix the default value of fs_context_parse_param hook"

* 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
security: Fix the default value of fs_context_parse_param hook

+1 -1
+1 -1
include/linux/lsm_hook_defs.h
··· 55 55 LSM_HOOK(void, LSM_RET_VOID, bprm_committed_creds, struct linux_binprm *bprm) 56 56 LSM_HOOK(int, 0, fs_context_dup, struct fs_context *fc, 57 57 struct fs_context *src_sc) 58 - LSM_HOOK(int, 0, fs_context_parse_param, struct fs_context *fc, 58 + LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc, 59 59 struct fs_parameter *param) 60 60 LSM_HOOK(int, 0, sb_alloc_security, struct super_block *sb) 61 61 LSM_HOOK(void, LSM_RET_VOID, sb_free_security, struct super_block *sb)