Re: [PATCH] kernel/module: add documentation for try_module_get()
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-07-23 02:34:08
Also in:
linux-kselftest, lkml, netdev
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-07-23 02:34:08
Also in:
linux-kselftest, lkml, netdev
On 7/22/21 3:19 PM, Luis Chamberlain wrote:
+ * The real value to try_module_get() is the module_is_live() check which + * ensures this the caller of try_module_get() can yields to userspace module + * removal requests and fail whatever it was about to process.
can yields -> can yield? Otherwise this looks really well written to me. Bart.