There is also modulus.dep file which depmod builds. You can just grep to find which modulus depends.<br /><br />10:29 AM, March 9, 2019, Greg KH <greg@kroah.com>:<br /><blockquote><p>On Sat, Mar 09, 2019 at 12:07:00AM -0800, Andy Nicholas wrote:<br /></p><blockquote> Hello,<br /><br /> Is there a website or service or tool or package or script or something<br /> which allows me to determine which pieces of the compiled kernel<br /> (especially modules) contained the source-code changes I might make to any<br /> given directory? Like a kernel-code dependency graph website?<br /><br /> For instance, assume I made a change to code in net/wireless/. How do I<br /> figure out which pieces of the kernel or modules get linked against the<br /> library built from this directory?<br /><br /> I could attempt to trace the kernel's build output line-by-line and then<br /> grep through the output looking for which other code is linking against<br /> cfg80211. That is way too tedious. In this case I would like to know which<br /> kernel modules I would need to, potentially, re-test because I apply a<br /> patch to this directory.... without examining the build logs.<br /></blockquote><p><br />Just look at the build logs, it will show you exactly what gets rebuilt<br />when you touch a single file (or multiple files.)  That's the simplest<br />way to do what you want here.<br /><br />good luck!<br /><br />greg k-h<br /><br />_______________________________________________<br />Kernelnewbies mailing list<br /><a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br /><a href="https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br /></p></blockquote><br /><br />-- <br />Sent from Yandex.Mail for mobile