Re: [OS-BUILD PATCH] scsi: sd: Add "probe_type" module parameter to allow synchronous probing

2023-06-20 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2504#note_1438705806 I actually don't think it needs the CONFIG_RHEL_DIFFERENCES ifdef, as the code path requires a module parameter to invoke, and I will just drop the patch all together for Fedora

Re: [OS-BUILD PATCH] scsi: sd: Add "probe_type" module parameter to allow synchronous probing

2023-06-20 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2504#note_1438601446 hi @e-milne, for starters, i would recommend wrapping this with "#ifdef CONFIG_RHEL_DIFFERENCES", so @jmflinuxtx can easily remove it for fedora systems. is there a path forward on

Re: [OS-BUILD PATCHv12 0/13] redhat: Add realtime and arm64 64k-page-size build and packaging logic

2023-06-20 Thread Jiri Benc (via Email Bridge)
From: Jiri Benc on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1438205693 The only non-rt core networking related change seems to be that CONFIG_INET_TABLE_PERTURB_ORDER is being set to 16. I don't know what caused this to be added but this is the default value

[OS-BUILD PATCH] redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK

2023-06-20 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov redhat/configs: enable CONFIG_MANA_INFINIBAND=m for ARK CONFIG_MANA_INFINIBAND is getting enabled for C9S: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2436 and it is already enabled for Fedora. Enable it for ARK too.