diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-09-28 12:22:15 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-09-28 12:22:15 -0500 |
commit | 0abb49794121cee5ad9e727b82a0f041256f828c (patch) | |
tree | 87dd45519b9baca9c8f4158a1a812d893193d6b0 /kernel-aarch64-debug-fedora.config | |
parent | 77a998e6219f0f5e8a0e8e214c78107a5b904fbf (diff) | |
download | kernel-0abb49794121cee5ad9e727b82a0f041256f828c.tar.gz kernel-0abb49794121cee5ad9e727b82a0f041256f828c.tar.xz kernel-0abb49794121cee5ad9e727b82a0f041256f828c.zip |
kernel-6.0.0-0.rc7.20220928git49c13ed0316d.50
* Wed Sep 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.0.0-0.rc7.49c13ed0316d.50]
- Allow selftests to fail without killing the build (Justin M. Forbes)
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-aarch64-debug-fedora.config')
-rw-r--r-- | kernel-aarch64-debug-fedora.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config index c305fa109..d66e84187 100644 --- a/kernel-aarch64-debug-fedora.config +++ b/kernel-aarch64-debug-fedora.config @@ -3081,8 +3081,8 @@ CONFIG_INFINIBAND_USNIC=m # CONFIG_INITRAMFS_PRESERVE_MTIME is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_INIT_STACK_ALL_PATTERN is not set -# CONFIG_INIT_STACK_ALL_ZERO is not set -CONFIG_INIT_STACK_NONE=y +CONFIG_INIT_STACK_ALL_ZERO=y +# CONFIG_INIT_STACK_NONE is not set CONFIG_INOTIFY_USER=y # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_ADXL34X is not set |