ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
apritzel has quit [Ping timeout: 255 seconds]
amitk has quit [Ping timeout: 260 seconds]
sukrutb has quit [Ping timeout: 260 seconds]
sukrutb has joined #armlinux
sukrutb_ has joined #armlinux
sukrutb_ has quit [Ping timeout: 255 seconds]
sukrutb has quit [Ping timeout: 255 seconds]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #armlinux
sukrutb_ has joined #armlinux
sukrutb has joined #armlinux
iivanov has joined #armlinux
cbeznea has joined #armlinux
cbeznea_ has joined #armlinux
cbeznea has quit [Ping timeout: 255 seconds]
monstr has joined #armlinux
monstr_ has joined #armlinux
monstr has quit [Read error: Connection reset by peer]
xvmt has quit [Remote host closed the connection]
xvmt has joined #armlinux
xvmt has quit [Ping timeout: 255 seconds]
amitk has joined #armlinux
sukrutb_ has quit [Ping timeout: 255 seconds]
sukrutb has quit [Ping timeout: 255 seconds]
nsaenz has joined #armlinux
sszy has joined #armlinux
sakman has quit [Ping timeout: 255 seconds]
deathcamel57 has joined #armlinux
deathcamel57__ has quit [Read error: Connection reset by peer]
deathcamel57_ has joined #armlinux
deathcamel57 has quit [Ping timeout: 240 seconds]
<ukleinek>
arnd: I wonder about CONFIG_DEBUG_SECTION_MISMATCH=y + CONFIG_CORESIGHT_SOURCE_ETM4X=y not warning about etm4_platform_driver (in .data) refering to etm4_remove_platform_dev() (in .exit.text)
<ukleinek>
If i remove the __exit annotation from etm4_remove_platform_dev, it catches: WARNING: modpost: vmlinux: section mismatch in reference: etm4_remove_platform_dev+0x18 (section: .text) -> etm4_remove_dev (section: .exit.text)
<ukleinek>
(as expected)
nsaenz has quit [Remote host closed the connection]
<ukleinek>
looking at objdump -D drivers/hwtracing/coresight/coresight-etm4x-core.o, etm4_platform_driver doesn't reference etm4_remove_platform_dev (which explains why the section mismatch test doesn't trigger)
<ukleinek>
ah, with -r the reference is there. I guess modpost (or where the debug section missmatch is implemented) just doesn't understand that
* ukleinek
writes a mail
iivanov has quit [Remote host closed the connection]