aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-08-30 08:17:35 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-08-30 08:17:35 -0700
commit3ea67c4f462e1eab16ced755816143cbd1ebfc7d (patch)
treeba26d373e1eed9b0d00bbdf0c7765ae3bef1da42 /drivers/gpu
parentMerge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d... (diff)
parentaudit: move trailing statements to next line (diff)
downloadlinux-3ea67c4f462e1eab16ced755816143cbd1ebfc7d.tar.gz
linux-3ea67c4f462e1eab16ced755816143cbd1ebfc7d.zip
Merge tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Pull audit updates from Paul Moore: "Six audit patches, the highlights are: - Add an explicit cond_resched() call when generating PATH records Certain tracefs/debugfs operations can generate a *lot* of audit PATH entries and if one has an aggressive system configuration (not the default) this can cause a soft lockup in the audit code as it works to process all of these new entries. This is in sharp contrast to the common case where only one or two PATH entries are logged. In order to fix this corner case without excessively impacting the common case we're adding a single cond_rescued() call between two of the most intensive loops in the __audit_inode_child() function. - Various minor cleanups We removed a conditional header file as the included header already had the necessary logic in place, fixed a dummy function's return value, and the usual collection of checkpatch.pl noise (whitespace, brace, and trailing statement tweaks)" * tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit: audit: move trailing statements to next line audit: cleanup function braces and assignment-in-if-condition audit: add space before parenthesis and around '=', "==", and '<' audit: fix possible soft lockup in __audit_inode_child() audit: correct audit_filter_inodes() definition audit: include security.h unconditionally
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions
d9960a598e5&follow=1'>mm, swap: fix swap readahead markingHuang Ying1-7/+11 2017-09-06mm, swap: add swap readahead hit statisticsHuang Ying3-2/+15 2017-09-06mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park1-6/+4 2017-09-06mm/vmstat.c: fix wrong commentSeongJae Park1-1/+1 2017-09-06selftests/memfd: add memfd_create hugetlbfs selftestMike Kravetz3-86/+357 2017-09-06mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2-6/+55 2017-09-06mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2-14/+39 2017-09-06mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang1-7/+3 2017-09-06mm/vmstat: fix divide error at __fragmentation_indexWen Yang1-0/+3 2017-09-06mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zonesMichal Hocko1-15/+20 2017-09-06userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli2-2/+4 2017-09-06userfaultfd: provide pid in userfault msgAlexey Perevalov2-5/+13 2017-09-06userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeedsAndrea Arcangeli1-7/+15 2017-09-06userfaultfd: selftest: explicit failure if the SIGBUS test failedAndrea Arcangeli1-1/+3 2017-09-06userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXISTAndrea Arcangeli1-8/+140 2017-09-06userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS featurePrakash Sangappa1-3/+124 2017-09-06mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa2-1/+12 2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko9-25/+25 2017-09-06mm: shm: use new hugetlb size encoding definitionsMike Kravetz2-19/+29 2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz8-74/+22