[OS-BUILD PATCH] configs: disable CONFIG_CRAMFS

2022-01-24 Thread Abhi Das (via Email Bridge)
From: Abhi Das configs: disable CONFIG_CRAMFS Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2041184 Upstream Status: RHEL only Tested: verified module is absent in test build. See bz for more info. Disable the cramfs kernel module as its use is deprecated. We posted a message in rhel8

[OS-BUILD PATCH] redhat: use centos x509.genkey file if building under centos

2022-01-24 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski redhat: use centos x509.genkey file if building under centos Upstream Status: RHEL only When doing modinfo against a kernel built under centos, it'll show the signer as Red Hat Enterprise Linux kernel. To avoid this, switch the module signing to use a centos

[OS-BUILD PATCHv2] Makefile: Check PKGRELEASE size on dist-brew targets

2022-01-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava Makefile: Check PKGRELEASE size on dist-brew targets The Red Hat brew system is a build system used internally within Red Hat which is similar to the externally available koji build system. One of the architectures of a brew build is 's390x+zfcpdump'. This arch using the

Re: [OS-BUILD PATCH] objtool: check: give big enough buffer for pv_ops

2022-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1586#note_819847030 upstream discussion: https://lkml.org/lkml/2022/1/14/88 ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCH] objtool: check: give big enough buffer for pv_ops

2022-01-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1586#note_819834118 in an upstream -next branch. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] Makefile: Check PKGRELEASE size on dist-brew targets

2022-01-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1579#note_819767199 And centos-stream too for external contributors or SIGs, I believe. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe

Re: [OS-BUILD PATCH] Makefile: Check PKGRELEASE size on dist-brew targets

2022-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1579#note_819750244 > That's not entirely true. koji builds do not execute a s390x+zfcpdump build and do not exceed the 64 char limit. This only occurs on brew bulds because of the s390x+zfcpdump

Re: [OS-BUILD PATCH] Makefile: Check PKGRELEASE size on dist-brew targets

2022-01-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1579#note_819743198 >@prarit - a couple of things. This is NOT an rpm error. It is a KERNEL error. > >See top level Makefile:1227 :: filechck_utsrelease.h Yeah, I discovered that after writing this

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819546421 It's great, thank you! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread pjgeorg (via Email Bridge)
From: pjgeorg on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819506368 !1583 was merged after this thread started. After a rebase there are less diffs in https://gitlab.com/pjgeorg/kernel-ark/-/compare/os-build...remove- redundant Note that the config for

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819456390 I did. https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1583 ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread perobins (via Email Bridge)
From: perobins on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819390358 Didn't Justin just run the script as part of the 5.16 GA? Or was that the clean up the dead options script? ___ kernel mailing list --

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread pjgeorg (via Email Bridge)
From: pjgeorg on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819389669 Marking this thread as resolved. Please comment if you think further changes are required. ___ kernel mailing list --

Re: [OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread pjgeorg (via Email Bridge)
From: pjgeorg on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819387670 Added the MR description to the commit message. Please mark this thread as resolved if this is sufficient for context. ___ kernel mailing list --

[OS-BUILD PATCHv3] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread pjgeorg (via Email Bridge)
From: Peter Georg redhat/configs: Enable CONFIG_ACER_WIRELESS Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2025985 CONFIG_ACER_WMI is enabled to support wireless radio and bluetooth control keys for Acer laptops. However on newer Acer laptops CONFIG_ACER_WIRELESS is required to

Re: [OS-BUILD PATCHv2] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819377642 Thank you for this @pjgeorg. Please update the commit message to provide some context. The text from the MR description here would be perfect.

Re: [OS-BUILD PATCHv5] Enable iSER on s390x

2022-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1536#note_819360034 @dzickusrh Please add @thuth to the project so he can use the Approve button. Thank you. ___ kernel mailing list --

Re: [OS-BUILD PATCHv5] Enable iSER on s390x

2022-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1536#note_819358806 Since @thuth has since Acked this MR I'll consider this thread Resolved. But while I am here @sfrielin please update the commit description to include at least some basic context.

Re: [OS-BUILD PATCHv2] [redhat] virtio: enable virtio-mem on x86-64 as tech-preview

2022-01-24 Thread David Hildenbrand (via Email Bridge)
From: David Hildenbrand on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1535#note_819203179 A note that the cs9 change has been merged. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat/configs: Enable CONFIG_ACER_WIRELESS

2022-01-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1582#note_819186463 We have a script that sorts out all the redundant CONFIG files. It hasn't been used in a while but we're planning on it soon. I think it is somewhere on @prarit's plate with