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
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
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?
--
__
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
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
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