* [PATCH] platform/x86/intel/pmt: fix build dependency for kunit test
@ 2025-07-14 8:15 Arnd Bergmann
2025-07-21 13:59 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-07-14 8:15 UTC (permalink / raw)
To: David E. Box, Hans de Goede, Ilpo Järvinen
Cc: Arnd Bergmann, platform-driver-x86, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
When INTEL_PMT_TELEMETRY is in a loadable module, the discovery
test cannot be built-in:
x86_64-linux-ld: drivers/platform/x86/intel/pmt/discovery-kunit.o: in function `test_intel_pmt_get_regions_by_feature':
discovery-kunit.c:(.text+0x29d): undefined reference to `intel_pmt_get_regions_by_feature'
x86_64-linux-ld: discovery-kunit.c:(.text+0x2c3): undefined reference to `intel_pmt_put_feature_group'
Add a Kconfig dependency to prevent this.
Fixes: b9707d46a959 ("platform/x86/intel/pmt: KUNIT test for PMT Enhanced Discovery API")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
A simpler 'depends on INTEL_PMT_TELEMETRY' would work just as well here,
not sure what the more logical variant is between the two.
---
drivers/platform/x86/intel/pmt/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/intel/pmt/Kconfig b/drivers/platform/x86/intel/pmt/Kconfig
index 785c206e1beb..7363446b7773 100644
--- a/drivers/platform/x86/intel/pmt/Kconfig
+++ b/drivers/platform/x86/intel/pmt/Kconfig
@@ -55,6 +55,7 @@ config INTEL_PMT_DISCOVERY
config INTEL_PMT_KUNIT_TEST
tristate "KUnit tests for Intel PMT driver"
depends on INTEL_PMT_DISCOVERY
+ depends on INTEL_PMT_TELEMETRY || !INTEL_PMT_TELEMETRY
depends on KUNIT
help
Enable this option to compile and run a suite of KUnit tests for the Intel
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86/intel/pmt: fix build dependency for kunit test
2025-07-14 8:15 [PATCH] platform/x86/intel/pmt: fix build dependency for kunit test Arnd Bergmann
@ 2025-07-21 13:59 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2025-07-21 13:59 UTC (permalink / raw)
To: David E. Box, Hans de Goede, Arnd Bergmann
Cc: Arnd Bergmann, platform-driver-x86, linux-kernel
On Mon, 14 Jul 2025 10:15:43 +0200, Arnd Bergmann wrote:
> When INTEL_PMT_TELEMETRY is in a loadable module, the discovery
> test cannot be built-in:
>
> x86_64-linux-ld: drivers/platform/x86/intel/pmt/discovery-kunit.o: in function `test_intel_pmt_get_regions_by_feature':
> discovery-kunit.c:(.text+0x29d): undefined reference to `intel_pmt_get_regions_by_feature'
> x86_64-linux-ld: discovery-kunit.c:(.text+0x2c3): undefined reference to `intel_pmt_put_feature_group'
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86/intel/pmt: fix build dependency for kunit test
commit: 5a9fffd8a533bfb2688ec69dd6d1b6e53ef1177a
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-21 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-14 8:15 [PATCH] platform/x86/intel/pmt: fix build dependency for kunit test Arnd Bergmann
2025-07-21 13:59 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®