[PATCH] stm: add proper dependencies on the subsystem

Alexander Shishkin alexander.shishkin at linux.intel.com
Mon Jan 25 08:17:58 PST 2016


Arnd Bergmann <arnd at arndb.de> writes:

> As several people have pointed out, the Kconfig dependencies for
> stm are confusing, because you can enable the individual features
> even when the subsystem itself is disabled.
>
> It turns out that randconfig tests even show the a build-time
> bug because of this:
>
> drivers/hwtracing/stm/built-in.o: In function `dummy_stm_init':
> drivers/hwtracing/stm/dummy_stm.c:53: undefined reference to `stm_register_device'
> drivers/hwtracing/stm/built-in.o: In function `dummy_stm_exit':
> drivers/hwtracing/stm/dummy_stm.c:58: undefined reference to `stm_unregister_device'
> drivers/hwtracing/stm/built-in.o:(.debug_addr+0x14): undefined reference to `stm_register_device'
> drivers/hwtracing/stm/built-in.o:(.debug_addr+0x1c): undefined reference to `stm_unregister_device'
>
> This adds the missing 'depends on STM' lines.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Fixes: 2c41538191e1 ("stm class: dummy_stm: Add dummy driver for testing stm class")

http://marc.info/?l=linux-kernel&m=144680658616967

Unfortunately I wasn't able to get any fixes in 4.4 or anywhere else so
far.

Thanks,
--
Alex



More information about the linux-arm-kernel mailing list