[PATCH v2 0/2] lib/lwq: fixes for test module hang and unload

Josh Law posted 2 patches 3 weeks, 2 days ago
lib/lwq.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
[PATCH v2 0/2] lib/lwq: fixes for test module hang and unload
Posted by Josh Law 3 weeks, 2 days ago
This series contains two fixes for the lib/lwq test module:
1. Fix a potential kthread_stop() hang by checking kthread_should_stop()
   inside the wait_var_event() condition.
2. Add a missing module_exit() declaration to allow the test module
   to be unloaded after insertion.

Changes since v1:
  - Resend with the relevant recipients added from file history and blame.
  - Add Neil Brown and Andrew Morton to To:.
  - Add Chuck Lever and linux-kernel@vger.kernel.org to Cc:.
  - No code changes.

Josh Law (2):
  lib/lwq: fix potential kthread_stop() hang in test
  lib/lwq: add missing module_exit for test module

 lib/lwq.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

-- 
2.34.1