[PATCH v3 1/2] module: update dependencies at try_module_get()

Greg KH gregkh at linuxfoundation.org
Sat Apr 30 15:01:12 UTC 2022


On Sat, Apr 30, 2022 at 02:41:47PM +0100, Mauro Carvalho Chehab wrote:
> Sometimes, device drivers are bound into each other via try_module_get(),
> making such references invisible when looking at /proc/modules or lsmod.
> 
> Add a function to allow setting up module references for such
> cases, and call it when try_module_get() is used.
> 
> Reviewed-by: Dan Williams <dan.j.williams at intel.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>

Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>



More information about the dri-devel mailing list