✅ PASS: Test report for kernel 5.11.5-50.fc33 (fedora-33)

2021-03-09 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.11.5-50.fc33 COPR build ID: 2062111 The results of these automated tests are provided below. Overall result: PASSED Tests: OK All kernel binaries, config files, and logs are av

[OS-BUILD PATCH 0/5] Enable hardened configs for Fedora and ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/961 Improve Fedora and ARK kernel hardening by enabling the following configs: CONFIG_GCC_PLUGIN_STACKLEAK CONFIG_SCHED_STACK_END_CHECK CONFIG_BUG_ON_DATA_CORRUPTION CONFIG_SLAB_FREELIST_H

[OS-BUILD PATCH 5/5] redhat/configs: Enable CONFIG_PAGE_POISONING for Fedora and ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_PAGE_POISONING for Fedora and ARK CONFIG_PAGE_POISONING adds page poisoning to harden against information leaks from freed data. In our internal testing, it had no measurable performance impact. Enable it for Fedora and ARK. Bugzilla: https:/

[OS-BUILD PATCH 4/5] redhat/configs: Enable CONFIG_SLAB_FREELIST_HARDENED for ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_SLAB_FREELIST_HARDENED for ARK CONFIG_SLAB_FREELIST_HARDENED adds hardening to the slab allocator. In our internal testing, it had no measurable performance impact. It's already enabled for Fedora; enable it for ARK as well. Bugzilla: https://

[OS-BUILD PATCH 2/5] redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_SCHED_STACK_END_CHECK for Fedora and ARK CONFIG_SCHED_STACK_END_CHECK checks for stack overrun in calls to schedule(). In internal testing, it had no measurable performance impact. Enable it for Fedora and ARK. Signed-off-by: Josh Poimboeuf

[OS-BUILD PATCH 3/5] redhat/configs: Enable CONFIG_BUG_ON_DATA_CORRUPTION for Fedora and ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_BUG_ON_DATA_CORRUPTION for Fedora and ARK CONFIG_BUG_ON_DATA_CORRUPTION turns on corruption detection for all linked lists. In our internal testing, it had no measurable impact on performance. Enable it for Fedora and ARK. Signed-off-by: Josh

[OS-BUILD PATCH 1/5] redhat/configs: Enable CONFIG_GCC_PLUGIN_STACKLEAK for Fedora and ARK

2021-03-09 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_GCC_PLUGIN_STACKLEAK for Fedora and ARK CONFIG_GCC_PLUGIN_STACKLEAK poisons the kernel stack before returning from syscalls. In our internal testing, it had no measurable performance impact. Enable it for Fedora and ARK. Bugzilla: f06c5863a91

✅ PASS: Test report for kernel 5.11.5-50.fc33 (fedora-33)

2021-03-09 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.11.5-50.fc33 COPR build ID: 2062111 The results of these automated tests are provided below. Overall result: PASSED Tests: OK All kernel binaries, config files, and logs are av

❌ FAIL: Test report for kernel 5.11.5-50.fc33 (fedora-33)

2021-03-09 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.11.5-50.fc33 COPR build ID: 2062111 The results of these automated tests are provided below. Overall result: FAILED (see details below) Tests: FAILED One or more kernel tests fai

❌ FAIL: Test report for kernel 5.11.5-50.fc33 (fedora-33)

2021-03-09 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.11.5-50.fc33 COPR build ID: 2062111 The results of these automated tests are provided below. Overall result: FAILED (see details below) Tests: FAILED One or more kernel tests fai

Re: [OS-BUILD PATCH] [redhat] Set CONFIG_MOUSE_SERIAL=n by default

2021-03-09 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/957#note_525033122 Either way: Reviewed-by: Peter Robinson ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@l

Re: [OS-BUILD PATCH] [redhat] Set CONFIG_MOUSE_SERIAL=n by default

2021-03-09 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/957#note_525031862 I incorporated this also in this cleanup MR that I did once the legacy one landed to check, either way works: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/956

[OS-BUILD PATCH] [redhat] Set CONFIG_MOUSE_SERIAL=n by default

2021-03-09 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert [redhat] Set CONFIG_MOUSE_SERIAL=n by default Since !777 CONFIG_MOUSE_SERIAL is only enabled for x86. That's fine, but the config item does not declare a default so we must unset it for the default case. Cc: Peter Robinson Cc: Dan Horák Cc: Benjamin Tissoires Signed-of

Re: [OS-BUILD PATCH] common: fix WM8804 codec dependencies

2021-03-09 Thread Jaroslav Kysela (via Email Bridge)
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/853#note_524982645 Acked-by: Jaroslav Kysela ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedo

Re: [OS-BUILD PATCH] common: fix WM8804 codec dependencies

2021-03-09 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/853#note_524966143 Right, I rebased this to the latest upstream. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le

[OS-BUILD PATCH 0/0] all/common/ark: minor cleanups and fix ups

2021-03-09 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/956 NOTE: Truncated patchset due to missing @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request t

Re: [OS-BUILD PATCHv2] redhat: allow running fedora-configs and rh-configs targets outside of redhat/

2021-03-09 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/953#note_524918645 You can also do 'make -C redhat ' from the root of the tree which is what I've always done for fedora-configs. I never stopped to ask why 🤦. ___

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-09 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524887290 OK, will this time CKI bot be happy (and sorry for the mess) Acked-by: Benjamin Tissoires ___ kernel mailing list -- kernel@lists.fedor

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-09 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524877936 Grmbl... Acked-by: ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedorap

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-09 Thread Dan Horák
On Mon, 08 Mar 2021 22:57:11 - "pbrobinson (via Email Bridge)" wrote: > From: pbrobinson on gitlab.com > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524719258 > > So s390/powerpc are not using PS2 anywhere. Some *old* PowerPC platforms > had `PC_SERIO` in the POWER4 s

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-09 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524876222 [sorry for the noise, I must had a 'enter' in the paste buffer] Acked-by: Benjamin Tissoires ___ kernel mailing list -- kernel@lists.f

Re: [OS-BUILD PATCH 0/7] Move all x86 legacy input options to that architecture

2021-03-09 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/777#note_524875054 Resending after tweaking my account settings: ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to k