* Re: [dpdk-stable] [dpdk-dev] [PATCH v5] usertools/devbind: fix binding for built-in kernel drivers
[not found] ` <4fedb4c2-9891-bdfc-588e-2d047b70bca1@intel.com>
@ 2021-02-11 22:19 ` Thomas Monjalon
0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2021-02-11 22:19 UTC (permalink / raw)
To: Liu, Yongxin; +Cc: dev, Burakov, Anatoly, stable
> >> A driver can be loaded as a dynamic module or a built-in module.
> >> In commit 681a67288655 ("usertools: check if module is loaded before
> >> binding"), script only checks modules in /sys/module/.
> >>
> >> However, for built-in kernel driver, it only shows up in /sys/module/, if
> >> it has a version or at least one parameter. So add check for modules in
> >> /lib/modules/$(uname -r)/modules.builtin.
> >>
> >> Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com>
>
> Apologies for the delay.
>
> Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
Fixes: 681a67288655 ("usertools: check if module is loaded before binding")
Cc: stable@dpdk.org
Applied, thanks
^ permalink raw reply [flat|nested] only message in thread