index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-30
checkpatch: Check for strcpy and strncpy too
Kees Cook
2023-05-30
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-30
Compiler Attributes: Add __counted_by macro
Kees Cook
2023-05-30
autofs: use flexible array in ioctl structure
Arnd Bergmann
2023-05-30
lkdtm/bugs: Switch from 1-element array to flexible array
Kees Cook
2023-05-30
befs: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-30
md/raid5: Convert stripe_head's "dev" to flexible array member
Kees Cook
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
2023-05-26
drm/amd/pm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
drm/radeon: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
tracing: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
scsi: aacraid: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
scsi: bnx2i: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
scsi: qedi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-26
scsi: ibmvscsi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
vboxsf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
NFS: Prefer strscpy over strlcpy calls
Azeem Shaikh
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
kbuild: Enable -fstrict-flex-arrays=3
Kees Cook
2023-05-17
ubsan: remove cc-option test for UBSAN_TRAP
Nick Desaulniers
2023-05-16
fortify: strcat: Move definition to use fortified strlcat()
Kees Cook
2023-05-16
fortify: Add protection for strlcat()
Kees Cook
2023-05-16
fortify: Use const variables for __member_size tracking
Kees Cook
2023-05-16
string: Add Kunit tests for strcat() family
Kees Cook
2023-05-16
fortify: Allow KUnit test to build without FORTIFY
Kees Cook
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2023-05-16
fortify: strscpy: Fix flipped q and p docstring typo
Arne Welzel
2023-05-16
ubsan: Tighten UBSAN_BOUNDS on GCC
Kees Cook
2023-05-14
Linux 6.4-rc2
v6.4-rc2
Linus Torvalds
2023-05-14
Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-14
Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-05-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2023-05-14
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-05-14
Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-05-14
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-05-14
Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-14
Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-05-13
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-13
Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-13
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2023-05-14
parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag
Helge Deller
2023-05-13
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
2023-05-13
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
2023-05-13
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
2023-05-13
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
2023-05-13
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
2023-05-13
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2023-05-13
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
2023-05-13
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
[next]