]> Git Repo - J-linux.git/commitdiff
Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof...
authorLinus Torvalds <[email protected]>
Thu, 11 Jan 2024 02:00:18 +0000 (18:00 -0800)
committerLinus Torvalds <[email protected]>
Thu, 11 Jan 2024 02:00:18 +0000 (18:00 -0800)
Pull module updates from Luis Chamberlain:
 "Just one cleanup and one documentation improvement change. No
  functional changes"

* tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
  kernel/module: improve documentation for try_module_get()
  module: Remove redundant TASK_UNINTERRUPTIBLE

1  2 
include/linux/module.h

diff --combined include/linux/module.h
index 9cd0009bd050ca3814c3e246e7f4701f6a2f4917,08364d5cbc07978094eab554e5515ac38982982f..96bc462872c0ca9fcecfb06a4c68e3f12697d789
@@@ -540,8 -540,6 +540,8 @@@ struct module 
        struct static_call_site *static_call_sites;
  #endif
  #if IS_ENABLED(CONFIG_KUNIT)
 +      int num_kunit_init_suites;
 +      struct kunit_suite **kunit_init_suites;
        int num_kunit_suites;
        struct kunit_suite **kunit_suites;
  #endif
@@@ -670,7 -668,7 +670,7 @@@ extern void __module_get(struct module 
   * @module: the module we should check for
   *
   * Only try to get a module reference count if the module is not being removed.
-  * This call will fail if the module is already being removed.
+  * This call will fail if the module is in the process of being removed.
   *
   * Care must also be taken to ensure the module exists and is alive prior to
   * usage of this call. This can be gauranteed through two means:
This page took 0.057598 seconds and 4 git commands to generate.