Details

[Home]

Issue of the Implementation # L0165

Brief

NFS: add checks for returned value of try_module_get()

Detailed Description

There is a couple of places in client code where returned value of try_module_get() is ignored. As a result there is a small chance to premature unload module because of unbalanced refcounting.

Component

linux-kernel 3.16

Accepted

https://lkml.org/lkml/2014/7/17/688
commit

Status

Fixed in kernel 3.17-rc1

[Home]