summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0223-98/+184
|\
| * audit: return early if the filter rule has a lower priorityGaosheng Cui2021-10-191-2/+3
| * audit: add OPENAT2 record to list "how" infoRichard Guy Briggs2021-10-045-1/+32
| * audit: add support for the openat2 syscallRichard Guy Briggs2021-10-0116-0/+36
| * audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-0118-71/+102
| * lsm_audit: avoid overloading the "key" audit fieldOndrej Mosnacek2021-09-201-1/+1
| * audit: Convert to SPDX identifierCai Huoqing2021-09-141-14/+1
| * audit: rename struct node to struct audit_node to prevent future name collisionsChristophe Leroy2021-09-131-10/+10
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-0228-421/+884
|\ \
| * | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-207-10/+21
| * | selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore2021-10-191-2/+2
| * | binder: use cred instead of task for getsecidTodd Kjos2021-10-152-10/+6
| * | binder: use cred instead of task for selinux checksTodd Kjos2021-10-156-76/+54
| * | binder: use euid from cred instead of using taskTodd Kjos2021-10-142-1/+7
| * | LSM: Avoid warnings about potentially unused hook variablesKees Cook2021-10-141-1/+1
| * | selinux: fix all of the W=1 build warningsPaul Moore2021-10-136-8/+33
| * | selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore2021-10-131-27/+25
| * | selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek2021-10-121-85/+77
| * | selinux: remove unneeded ipv6 hook wrappersFlorian Westphal2021-10-111-62/+18
| * | selinux: remove the SELinux lockdown implementationPaul Moore2021-09-302-32/+0
| * | selinux: enable genfscon labeling for securityfsChristian Göttsche2021-09-291-1/+2
| * | Smack: Brutalist io_uring supportCasey Schaufler2021-09-201-0/+46
| * | selinux: add support for the io_uring access controlsPaul Moore2021-09-202-0/+36
| * | lsm,io_uring: add LSM hooks to io_uringPaul Moore2021-09-205-0/+56
| * | io_uring: convert io_uring to the secure anon inode interfacePaul Moore2021-09-201-2/+2
| * | fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()Paul Moore2021-09-202-0/+33
| * | audit: add filtering for io_uring recordsPaul Moore2021-09-205-20/+64
| * | audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2021-09-206-6/+248
| * | audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2021-09-202-94/+167
| |/
* | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-0222-200/+273
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney2021-10-0712-126/+201
| |\ \ \ \ \
| | | | | * | torture: Make kvm-remote.sh print size of downloaded tarballPaul E. McKenney2021-09-161-0/+1
| | | | | * | torture: Allot 1G of memory for scftorture runsPaul E. McKenney2021-09-161-1/+1
| | | | | * | tools/rcu: Add an extract-stall scriptPaul E. McKenney2021-09-161-0/+34
| | | | | * | torture: Make torture.sh print the number of files to be compressedPaul E. McKenney2021-09-141-2/+7
| | | | | * | torture: Apply CONFIG_KCSAN_STRICT to kvm.sh --kcsan argumentPaul E. McKenney2021-09-131-1/+1
| | | | | |/
| | | | * | rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood2021-09-141-12/+36
| | | | * | rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney2021-09-141-2/+2
| | | | * | rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney2021-09-141-5/+5
| | | | * | refscale: Warn on individual ref_scale_init() error conditionsPaul E. McKenney2021-09-141-3/+3
| | | | * | locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney2021-09-141-7/+7
| | | | * | rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney2021-09-142-15/+23
| | | | * | rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney2021-09-141-1/+1
| | | | |/
| | | * | rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney2021-09-151-3/+3
| | | * | rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay2021-09-151-1/+3
| | | * | rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay2021-09-151-10/+6
| | | * | rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay2021-09-151-7/+7
| | | * | rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay2021-09-151-2/+2
| | | * | rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay2021-09-151-1/+1
| | | * | rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay2021-09-151-1/+1