[SRU][J:linux-bluefield][PATCH v1 0/1] mlxbf_livefish: driver build fails if CONFIG_ACPI not set
David Thompson
davthompson at nvidia.com
Tue Aug 27 15:29:24 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2077976
SRU Justification:
[Impact]
The mlxbf_livefish driver depends on CONFIG_ACPI but that requirement
is not specified in the driver's Kconfig. So, any attempt to build a
kernel with CONFIG_ACPI not set and CONFIG_MLXBF_LIVEFISH set will
result in a build error.
[Fix]
* Update the Kconfig file in drivers/platform/mellanox to specify
the CONFIG_ACPI dependency
[Test Case]
* Clear CONFIG_ACPI in kernel configuration
* Verify there is no option to configure mlxbf_livefish driver
* Verify that no build errors result
[Regression Potential]
* no known regression.
David Thompson (1):
UBUNTU: SAUCE: mlxbf-livefish: add ACPI dependency to Kconfig
drivers/platform/mellanox/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.30.1
More information about the kernel-team
mailing list