index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-linear.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
uml: Replace strlcpy with strscpy
Azeem Shaikh
2
-1
/
+2
2023-06-14
um: Use HOST_DIR for mrproper
Kees Cook
1
-1
/
+1
2023-06-14
kallsyms: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-3
/
+3
2023-06-14
sh: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-3
/
+3
2023-06-14
of/flattree: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-14
sparc64: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
4
-4
/
+4
2023-06-14
Hexagon: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-3
/
+3
2023-06-06
kobject: Use return value of strreplace()
Andy Shevchenko
1
-2
/
+1
2023-06-06
lib/string_helpers: Change returned value of the strreplace()
Andy Shevchenko
2
-5
/
+9
2023-06-06
jbd2: Avoid printing outside the boundary of the buffer
Andy Shevchenko
1
-4
/
+2
2023-06-06
checkpatch: Check for 0-length and 1-element arrays
Kees Cook
1
-0
/
+10
2023-06-06
riscv/purgatory: Do not use fortified string functions
Kees Cook
1
-1
/
+1
2023-06-01
s390/purgatory: Do not use fortified string functions
Kees Cook
1
-1
/
+1
2023-06-01
x86/purgatory: Do not use fortified string functions
Kees Cook
1
-1
/
+1
2023-06-01
acpi: Replace struct acpi_table_slit 1-element array with flex-array
Wyes Karny
1
-1
/
+1
2023-06-01
clocksource: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
string: use __builtin_memcpy() in strlcpy/strlcat
Alexander Potapenko
1
-2
/
+2
2023-06-01
staging: most: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-06-01
drm/i2c: tda998x: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/mediatek: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/rockchip: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-2
/
+2
2023-06-01
drm/display/dp_mst: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-3
/
+3
2023-05-31
ubsan: add prototypes for internal functions
Arnd Bergmann
2
-3
/
+11
2023-05-31
checkpatch: Check for strcpy and strncpy too
Kees Cook
1
-1
/
+13
2023-05-31
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-9
/
+9
2023-05-31
Compiler Attributes: Add __counted_by macro
Kees Cook
1
-0
/
+13
2023-05-31
autofs: use flexible array in ioctl structure
Arnd Bergmann
3
-3
/
+3
2023-05-31
lkdtm/bugs: Switch from 1-element array to flexible array
Kees Cook
1
-2
/
+2
2023-05-31
befs: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-2
/
+2
2023-05-31
md/raid5: Convert stripe_head's "dev" to flexible array member
Kees Cook
2
-3
/
+3
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
10
-25
/
+40
2023-05-26
drm/amd/pm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
drm/radeon: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-5
/
+5
2023-05-26
tracing: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
5
-10
/
+10
2023-05-26
scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: aacraid: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: bnx2i: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: qedi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: ibmvscsi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-3
/
+3
2023-05-22
vboxsf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-22
NFS: Prefer strscpy over strlcpy calls
Azeem Shaikh
1
-1
/
+1
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-22
kbuild: Enable -fstrict-flex-arrays=3
Kees Cook
1
-0
/
+6
2023-05-17
ubsan: remove cc-option test for UBSAN_TRAP
Nick Desaulniers
1
-1
/
+0
2023-05-16
fortify: strcat: Move definition to use fortified strlcat()
Kees Cook
1
-27
/
+26
2023-05-16
fortify: Add protection for strlcat()
Kees Cook
1
-0
/
+64
2023-05-16
fortify: Use const variables for __member_size tracking
Kees Cook
1
-21
/
+21
2023-05-16
string: Add Kunit tests for strcat() family
Kees Cook
4
-0
/
+111
2023-05-16
fortify: Allow KUnit test to build without FORTIFY
Kees Cook
2
-1
/
+15
[next]