summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/kernel/auditsc.c?h=master&id=a59076f2669ec23a122549e1f4114e8d4255b632'>lsm: security_lsmblob_to_secctx module selectionCasey Schaufler 2025-08-30audit: create audit_stamp structureCasey Schaufler 2025-08-13audit: add a missing tabDan Carpenter 2025-08-11audit: fix indentation in audit_log_exit()Casey Schaufler 2025-06-16audit,module: restore audit logging in load failure caseRichard Guy Briggs 2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik 2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2024-12-04audit: workaround a GCC bug triggered by task comm changesYafang shao 2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler 2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler 2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds 2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao 2024-10-22audit: Use str_yes_no() helper functionThorsten Blum 2024-10-11audit: change context data from secid to lsm_propCasey Schaufler 2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler 2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler 2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler 2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler 2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler 2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler 2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina 2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash 2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds 2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter 2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter 2023-08-15audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant 2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant 2023-08-08audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui