Re: [OS-BUILD PATCHv3] redhat/spec: Update bpftool versioning scheme

2023-03-01 Thread Viktor Malik (via Email Bridge)
From: Viktor Malik on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2295#note_1298140207 Thanks for the hint @ptalbert! Should be fixed now, hopefully I did it right. ___ kernel mailing list -- kernel@lists.fedoraproject.org To un

[OS-BUILD PATCHv3] redhat/spec: Update bpftool versioning scheme

2023-03-01 Thread Viktor Malik (via Email Bridge)
From: Viktor Malik redhat/spec: Update bpftool versioning scheme The upstream has changed the versioning scheme of bpftool [1]. Instead of following the kernel version, it is now deduced from the libbpf version by adding +6 to the libbpf major version number. This appropriately updates the bpft

Re: [OS-BUILD PATCH] redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK

2023-03-01 Thread Waiman Long (via Email Bridge)
From: Waiman Long on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2346#note_1298001576 I think we should backport this IBT support to RHEL9. Hopefully we can do it in 9.3 or 9.4. ___ kernel mailing list -- kernel@lists.fedoraproj

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

2023-03-01 Thread Josh Poimboeuf (via Email Bridge)
From: Josh Poimboeuf redhat/configs: Enable CONFIG_X86_KERNEL_IBT for Fedora and ARK Kernel IBT is a nice kernel hardening feature with virtually no performance impact. Since commit 4fd5f70ce14d ("x86/Kconfig: Enable kernel IBT by default"), its now enabled by default upstream. Enable it in Fe

Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency for

2023-03-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2341#note_1297690928 I pinged zbyszek on IRC, the split out can happen for F37 too, so my recommendation for kernel-ark is just to drop the entire conditional. There might be a brief period that F36 is

Re: [OS-BUILD PATCHv2] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread via Email Bridge
From: Íñigo Huguet on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297560813 Please, check new version. It maintains all the current functionality, it always preserve the user selection, either from command line or from Makefile.variables, and you still can set

[OS-BUILD PATCHv2] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread via Email Bridge
From: Íñigo Huguet redhat/Makefile: fix default values for dist-brew's DISTRO and DIST In dist-brew target, target-specific variables to change the default value of DISTRO and DIST to 'rhel' and '.el9', but they're not useful because the rest of variables that depends on them, such us BUILD_TARG

[OS-BUILD PATCH] redhat: Fix build for kselftests mm

2023-03-01 Thread Nico Pache (via Email Bridge)
From: Nico Pache redhat: Fix build for kselftests mm Upstream commit baa489fabd01 ("selftests/vm: rename selftests/vm to selftests/mm") has renamed the kselftests/vm folder to kselftests/mm. Alongside this they changed the build target and output folder names. Make this change in our spec file

Re: [OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-03-01 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1297542976 As discussed in bugzilla I'm fine with moving forward with this as is. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscr

Re: [OS-BUILD PATCH] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread via Email Bridge
From: Íñigo Huguet on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297525299 But if we maintain the default value assignment of DIST in Makefile.variable, there is no way to know if a value different by default has been defined by the user in the file. _

Re: [OS-BUILD PATCH] redhat: adapt to upstream Makefile change

2023-03-01 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2344#note_1297508006 @clrkwllms - the only tricky part with this change is around the rebase. originally we put the change in a place that minimized the GA rebase merge conflicts. This may cause a conflict f

Re: [OS-BUILD PATCH] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297506964 About changing the DISTRO, may be it's be useful, although we default for RHEL as usually a RHEL developer wants to test the build on brew (rhel) instead of centos even if we ar

[OS-BUILD PATCH] redhat: adapt to upstream Makefile change

2023-03-01 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: adapt to upstream Makefile change Upstream commit 67d7c3023a672c2 breaks our include of Makefile.rhelver when the O= option is used (moves the object file directory). Move the include of Makefile.rhelver to a point where the absolute path to the source dir is define

Re: [OS-BUILD PATCH] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread via Email Bridge
From: Íñigo Huguet on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297458063 Basically, we should need to determine if the user has selected any value for DISTRO, DIST or BUILD_TARGET, either in command line or in Makefile.variables. If the user has defined any,

Re: [OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-03-01 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1297387871 Hello Hans, Thanks for the heads up and just replied at: https://bugzilla.redhat.com/show_bug.cgi?id=2110796#c6 Please let me know if you have furthers questions Best Regards, __

Re: [OS-BUILD PATCH] redhat/Makefile: fix default values for dist-brew's DISTRO and DIST

2023-03-01 Thread via Email Bridge
From: Íñigo Huguet on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1297310135 That won't work, either. In the second level sub-make, BUILD_TARGET won't be empty, but might have a wrong value, inherited from the first level make... Also, thanks to your comment, I

Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency for

2023-03-01 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2341#note_1296902202 This is much more confusing than I realized. It looks like a change did make it into RHEL9 to update systemd, so this additional change may not be necessary. I think for our sanity

[OS-BUILD PATCH] Add rtla-hwnoise files

2023-03-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Add rtla-hwnoise files Upstream added the hwnoise tool to rtla. This needs to be added to files, but as it is also a linked binary, the linking needst to be manually fixed up in the rpmbuild environment similar to osnoise. Signed-off-by: Justin M. Forbes diff --git a/re

Re: [OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-03-01 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1296748955 Interesting I actually have enabling dwc3 gadget mode support in Fedora: CONFIG_USB_DWC3=m CONFIG_USB_DWC3_ULPI=y # CONFIG_USB_DWC3_HOST is not set CONFIG_USB_DWC3_GADGET=y On my per