Re: [OS-BUILD PATCHv3 0/2] configs: add CONFIG_BLK_SED_OPAL and CONFIG_BLK_DEV_UBLK

2024-05-06 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3071#note_1895318513 /unblock -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1895025110 I am going to look at that this week, and try to get some good data on it, but wanted to keep it in sync with the previous behavior from CONFIG_DMA_PERNUMA_CMA for now while that is

Re: [OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Donald Dutile (via Email Bridge)
From: Donald Dutile on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3099#note_1895021093 What memory does enabling these CONFIG's to yes consume? or does it 'just' turn on the ability to use CMA areas, and (per-numa) cma- size has to be set to consume memory? -- __

[OS-BUILD PATCH] redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off

2024-05-06 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar redhat/configs: remove CONFIG_DMA_PERNUMA_CMA and switch CONFIG_DMA_NUMA_CMA off CONFIG_DMA_PERNUMA_CMA was replaced by CONFIG_DMA_NUMA_CMA, so remove the old, and continue to leave off with CONFIG_DMA_NUMA_CMA. Signed-off-by: Jerry Snitselaar diff --git a/redhat/config

[OS-BUILD PATCH] [redhat] rh_messages.h: mark mlx5 on Bluefield-3 as unmaintained

2024-05-06 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver [redhat] rh_messages.h: mark mlx5 on Bluefield-3 as unmaintained The mlx5 pci device 0x15B3:0xA2DC should no longer be marked as disabled. This brings the status of this device up-to-date with the hardware removal support project for RHEL-10. Signed-off-by: Scott Weaver di

[OS-BUILD PATCH] redhat/kernel.spec: _buildvars_variant

2024-05-06 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek redhat/kernel.spec: _buildvars_variant This introduces a new macro that allows to override variant/config to use for standalone tools/tests build. In SPEC, we support building standalone tools and selftests. Main user are CKI pipelines, which run a native build. Over time howe