On 11-02-20, 10:42, Dave Jiang wrote: > idxd_config_bus_probe() calls try_module_get() but never calls module_put() > when it fails. Thus with every failed attempt, the ref count goes up. Add > module_put() in failure paths. Applied, thanks -- ~Vinod