summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-2859-75/+76
|\
| * perf arm-spe: Fix a dangling Documentation/arm64 referenceJonathan Corbet2023-06-211-1/+1
| * mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet2023-06-211-1/+2
| * arm64: Fix dangling references to Documentation/arm64Jonathan Corbet2023-06-215-6/+6
| * dt-bindings: fix dangling Documentation/arm64 referenceJonathan Corbet2023-06-211-1/+1
| * docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet2023-06-2149-66/+66
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2884-203/+467
|\ \
| * | netfilter: ipset: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-5/+5
| * | uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-202-1/+2
| * | um: Use HOST_DIR for mrproperKees Cook2023-06-141-1/+1
| * | kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-142-3/+3
| * | sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-142-3/+3
| * | of/flattree: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-1/+1
| * | sparc64: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-144-4/+4
| * | Hexagon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-3/+3
| * | kobject: Use return value of strreplace()Andy Shevchenko2023-06-061-2/+1
| * | lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko2023-06-062-5/+9
| * | jbd2: Avoid printing outside the boundary of the bufferAndy Shevchenko2023-06-061-4/+2
| * | checkpatch: Check for 0-length and 1-element arraysKees Cook2023-06-061-0/+10
| * | riscv/purgatory: Do not use fortified string functionsKees Cook2023-06-061-1/+1
| * | s390/purgatory: Do not use fortified string functionsKees Cook2023-06-011-1/+1
| * | x86/purgatory: Do not use fortified string functionsKees Cook2023-06-011-1/+1
| * | acpi: Replace struct acpi_table_slit 1-element array with flex-arrayWyes Karny2023-06-011-1/+1
| * | clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | string: use __builtin_memcpy() in strlcpy/strlcatAlexander Potapenko2023-06-011-2/+2
| * | staging: most: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-4/+4
| * | drm/i2c: tda998x: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/mediatek: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/rockchip: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-012-2/+2
| * | drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-013-3/+3
| * | ubsan: add prototypes for internal functionsArnd Bergmann2023-05-312-3/+11
| * | checkpatch: Check for strcpy and strncpy tooKees Cook2023-05-311-1/+13
| * | ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-311-9/+9
| * | Compiler Attributes: Add __counted_by macroKees Cook2023-05-311-0/+13
| * | autofs: use flexible array in ioctl structureArnd Bergmann2023-05-313-3/+3
| * | lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook2023-05-311-2/+2
| * | befs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-312-2/+2
| * | md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2023-05-312-3/+3
| * | overflow: Add struct_size_t() helperKees Cook2023-05-2610-25/+40
| * | drm/amd/pm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | drm/radeon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-263-5/+5
| * | tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-265-10/+10
| * | scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-3/+3
| * | vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-1/+1
| * | NFS: Prefer strscpy over strlcpy callsAzeem Shaikh2023-05-221-1/+1