summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-2729-164/+225
|\
| * spufs: fix bogosity in S_ISGID handlingAl Viro2021-03-131-8/+2
| * 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2021-03-131-7/+3
| * openpromfs: don't do unlock_new_inode() until the new inode is set upAl Viro2021-03-131-34/+33
| * hostfs_mknod(): don't bother with init_special_inode()Al Viro2021-03-131-1/+0
| * cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro2021-03-134-32/+18
| * cifs: have ->mkdir() handle race with another client sanelyAl Viro2021-03-131-1/+11
| * do_cifs_create(): don't set ->i_mode of something we had not createdAl Viro2021-03-131-9/+10
| * gfs2: be careful with inode refreshAl Viro2021-03-131-8/+14
| * ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro2021-03-131-2/+10
| * orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro2021-03-131-1/+1
| * vboxsf: don't allow to change the inode typeAl Viro2021-03-134-31/+49
| * afs: Fix updating of i_mode due to 3rd party changeDavid Howells2021-03-081-3/+3
| * ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2021-03-082-5/+30
| * ceph: fix up error handling with snapdirsJeff Layton2021-03-083-5/+20
| * new helper: inode_wrong_type()Al Viro2021-03-0810-18/+22
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-2775-113/+760
|\ \
| * | arm64: allow CONFIG_CFI_CLANG to be selectedSami Tolvanen2021-04-091-0/+1
| * | KVM: arm64: Disable CFI for nVHESami Tolvanen2021-04-091-3/+3
| * | arm64: ftrace: use function_nocfi for ftrace_callSami Tolvanen2021-04-091-1/+1
| * | arm64: add __nocfi to __apply_alternativesSami Tolvanen2021-04-091-2/+2
| * | arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen2021-04-093-6/+6
| * | arm64: use function_nocfi with __pa_symbolSami Tolvanen2021-04-096-6/+9
| * | arm64: implement function_nocfiSami Tolvanen2021-04-091-0/+16
| * | psci: use function_nocfi for cpu_resumeSami Tolvanen2021-04-091-2/+5
| * | lkdtm: use function_nocfiSami Tolvanen2021-04-091-1/+1
| * | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-0941-72/+90
| * | bpf: disable CFI in dispatcher functionsSami Tolvanen2021-04-091-2/+2
| * | kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen2021-04-091-5/+50
| * | kthread: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-091-1/+2
| * | workqueue: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-091-1/+1
| * | module: ensure __cfi_check alignmentSami Tolvanen2021-04-091-1/+18
| * | mm: add generic function_nocfi macroSami Tolvanen2021-04-091-0/+10
| * | cfi: add __cficanonicalSami Tolvanen2021-04-094-4/+9
| * | add support for Clang CFISami Tolvanen2021-04-0914-6/+534
* | | Merge tag 'overflow-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+1
|\ \ \
| * | | overflow: Correct check_shl_overflow() commentKeith Busch2021-04-011-1/+1
| | |/ | |/|
* | | Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-274-6/+33
|\ \ \
| * | | pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-314-6/+33
| |/ /
* | | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-273-2/+4
|\ \ \
| * | | seccomp: Fix "cacheable" typo in commentsCui GaoSheng2021-03-311-1/+1
| * | | seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-312-1/+3
| |/ /
* | | cfg80211: fix locking in netlink owner interface destructionJohannes Berg2021-04-272-9/+36
* | | Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-2772-1064/+2011
|\ \ \
| * | | spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko2021-04-231-5/+4
| * | | spi: Convert Freescale QSPI binding to json schemaKuldeep Singh2021-04-233-66/+97
| * | | spi: stm32-qspi: fix debug format stringArnd Bergmann2021-04-221-1/+1
| * | | spi: tools: make a symbolic link to the header file spi.hQuanyang Wang2021-04-221-2/+3
| * | | spi: fsi: add a missing of_node_putChristophe JAILLET2021-04-211-1/+3
| * | | spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko2021-04-211-6/+7