forked from linuxppc/linux-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/kees/linux.git
- Loading branch information
Showing
72 changed files
with
881 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4055,10 +4055,10 @@ F: include/vdso/bits.h | |
F: lib/bitmap-str.c | ||
F: lib/bitmap.c | ||
F: lib/cpumask.c | ||
F: lib/cpumask_kunit.c | ||
F: lib/find_bit.c | ||
F: lib/find_bit_benchmark.c | ||
F: lib/test_bitmap.c | ||
F: lib/tests/cpumask_kunit.c | ||
F: tools/include/linux/bitfield.h | ||
F: tools/include/linux/bitmap.h | ||
F: tools/include/linux/bits.h | ||
|
@@ -9164,9 +9164,9 @@ L: [email protected] | |
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening | ||
F: include/linux/fortify-string.h | ||
F: lib/fortify_kunit.c | ||
F: lib/memcpy_kunit.c | ||
F: lib/test_fortify/* | ||
F: lib/tests/fortify_kunit.c | ||
F: lib/tests/memcpy_kunit.c | ||
K: \bunsafe_memcpy\b | ||
K: \b__NO_FORTIFY\b | ||
|
||
|
@@ -9869,9 +9869,9 @@ F: include/linux/string.h | |
F: include/linux/string_choices.h | ||
F: include/linux/string_helpers.h | ||
F: lib/string.c | ||
F: lib/string_kunit.c | ||
F: lib/string_helpers.c | ||
F: lib/string_helpers_kunit.c | ||
F: lib/tests/string_helpers_kunit.c | ||
F: lib/tests/string_kunit.c | ||
F: scripts/coccinelle/api/string_choices.cocci | ||
|
||
GENERIC UIO DRIVER FOR PCI DEVICES | ||
|
@@ -12735,8 +12735,9 @@ F: Documentation/ABI/testing/sysfs-kernel-warn_count | |
F: arch/*/configs/hardening.config | ||
F: include/linux/overflow.h | ||
F: include/linux/randomize_kstack.h | ||
F: include/linux/ucopysize.h | ||
F: kernel/configs/hardening.config | ||
F: lib/usercopy_kunit.c | ||
F: lib/tests/usercopy_kunit.c | ||
F: mm/usercopy.c | ||
F: security/Kconfig.hardening | ||
K: \b(add|choose)_random_kstack_offset\b | ||
|
@@ -13136,7 +13137,7 @@ F: Documentation/trace/kprobes.rst | |
F: include/asm-generic/kprobes.h | ||
F: include/linux/kprobes.h | ||
F: kernel/kprobes.c | ||
F: lib/test_kprobes.c | ||
F: lib/tests/test_kprobes.c | ||
F: samples/kprobes | ||
|
||
KS0108 LCD CONTROLLER DRIVER | ||
|
@@ -13472,7 +13473,7 @@ M: Mark Brown <[email protected]> | |
R: Matti Vaittinen <[email protected]> | ||
F: include/linux/linear_range.h | ||
F: lib/linear_ranges.c | ||
F: lib/test_linear_ranges.c | ||
F: lib/tests/test_linear_ranges.c | ||
|
||
LINUX FOR POWER MACINTOSH | ||
L: [email protected] | ||
|
@@ -13600,7 +13601,7 @@ M: David Gow <[email protected]> | |
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: lib/list-test.c | ||
F: lib/tests/list-test.c | ||
|
||
LITEX PLATFORM | ||
M: Karol Gugala <[email protected]> | ||
|
@@ -21936,7 +21937,7 @@ M: Jason A. Donenfeld <[email protected]> | |
S: Maintained | ||
F: include/linux/siphash.h | ||
F: lib/siphash.c | ||
F: lib/siphash_kunit.c | ||
F: lib/tests/siphash_kunit.c | ||
|
||
SIS 190 ETHERNET DRIVER | ||
M: Francois Romieu <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CONFIG_KUNIT=y | ||
CONFIG_UNICODE=y | ||
CONFIG_UNICODE_NORMALIZATION_KUNIT_TEST=y |
Oops, something went wrong.