summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1421-499/+1130
|\
| * selinux: provide a "no sooner than" date for the checkreqprot removalPaul Moore2020-09-291-1/+1
| * selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-153-5/+16
| * selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley2020-09-112-8/+9
| * selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-313-30/+10
| * selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-274-43/+22
| * selinux: fix error handling bugs in security_load_policy()Dan Carpenter2020-08-261-11/+23
| * selinux: convert policy read-write lock to RCUStephen Smalley2020-08-254-218/+280
| * selinux: delete repeated words in commentsRandy Dunlap2020-08-241-3/+3
| * selinux: add basic filtering for audit trace eventsPeter Enderborg2020-08-212-23/+41
| * selinux: add tracepoint on audited eventsThiƩbaud Weksteen2020-08-213-0/+43
| * selinux: Create new booleans and class dirs out of treeDaniel Burgener2020-08-211-23/+90
| * selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener2020-08-211-4/+6
| * selinux: Refactor selinuxfs directory populating functionsDaniel Burgener2020-08-211-20/+25
| * selinux: Create function for selinuxfs directory cleanupDaniel Burgener2020-08-211-14/+25
| * selinux: permit removing security.selinux xattr before policy loadStephen Smalley2020-08-211-0/+3
| * selinux: fix memdup.cocci warningskernel test robot2020-08-201-3/+2
| * selinux: avoid dereferencing the policy prior to initializationStephen Smalley2020-08-201-0/+60
| * selinux: fix allocation failure check on newpolicy->sidtabColin Ian King2020-08-191-1/+1
| * selinux: refactor changing booleansStephen Smalley2020-08-188-64/+368
| * selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-186-80/+104
| * selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-182-192/+221
| * scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-185-26/+47
* | Merge tag 'audit-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-142-9/+4
|\ \
| * | audit: Remove redundant null checkXu Wang2020-08-261-2/+1
| * | audit: uninitialize variable audit_sig_sidJules Irenge2020-08-181-1/+1
| * | audit: change unnecessary globals into staticsJules Irenge2020-08-182-7/+3
| |/
* | Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-10-144-149/+200
|\ \
| * | Smack: Remove unnecessary variable initializationCasey Schaufler2020-10-051-1/+1
| * | Smack: Fix build when NETWORK_SECMARK is not setCasey Schaufler2020-09-221-0/+7
| * | Smack: Use the netlabel cacheCasey Schaufler2020-09-124-38/+68
| * | Smack: Set socket labels only onceCasey Schaufler2020-09-122-89/+98
| * | Smack: Consolidate uses of secmark into a functionCasey Schaufler2020-09-121-28/+33
* | | Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-10-141-6/+23
|\ \ \
| * | | tomoyo: Loosen pathname/domainname validation.Tetsuo Handa2020-10-121-6/+23
* | | | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-1418-731/+3410
|\ \ \ \
| * \ \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-1216-726/+3404
| |\ \ \ \
| | * | | | printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness2020-09-301-1/+1
| | * | | | printk: avoid and/or handle record truncationJohn Ogness2020-09-303-4/+19
| | * | | | printk: remove dict ringJohn Ogness2020-09-223-200/+64
| | * | | | printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-229-160/+164
| | * | | | printk: move printk_info into separate arrayJohn Ogness2020-09-223-71/+133
| | * | | | printk: reimplement log_cont using record extensionJohn Ogness2020-09-151-78/+20
| | * | | | printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-154-57/+480
| | * | | | printk: ringbuffer: change representation of statesJohn Ogness2020-09-154-41/+41
| | * | | | printk: ringbuffer: clear initial reserved fieldsJohn Ogness2020-09-152-16/+26
| | * | | | printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness2020-09-151-2/+4
| | * | | | printk: ringbuffer: relocate get_data()John Ogness2020-09-151-58/+58
| | * | | | printk: ringbuffer: avoid memcpy() on state_varJohn Ogness2020-09-151-2/+7
| | * | | | printk: ringbuffer: fix setting state in desc_read()John Ogness2020-09-151-7/+19