Files
kernel_arpi/include/linux
Linus Torvalds ddaefe8947 Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Pull module updates from Jessica Yu:
 "Summary of modules changes for the 5.6 merge window:

   - Add "MS" (SHF_MERGE|SHF_STRINGS) section flags to __ksymtab_strings
     to indicate to the linker that it can perform string deduplication
     (i.e., duplicate strings are reduced to a single copy in the string
     table). This means any repeated namespace string would be merged to
     just one entry in __ksymtab_strings.

   - Various code cleanups and small fixes (fix small memleak in error
     path, improve moduleparam docs, silence rcu warnings, improve error
     logging)"

* tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux:
  module.h: Annotate mod_kallsyms with __rcu
  module: avoid setting info->name early in case we can fall back to info->mod->name
  modsign: print module name along with error message
  kernel/module: Fix memleak in module_add_modinfo_attrs()
  export.h: reduce __ksymtab_strings string duplication by using "MS" section flags
  moduleparam: fix kerneldoc
  modules: lockdep: Suppress suspicious RCU usage warning
2020-01-31 11:42:13 -08:00
..
2019-12-11 09:12:38 +01:00
2020-01-27 14:35:32 +01:00
2020-01-23 12:37:18 +00:00
2019-12-18 18:07:32 +01:00
2020-01-23 00:35:50 +01:00
2019-12-03 11:20:37 +01:00
2020-01-27 11:09:31 +01:00
2020-01-17 16:48:07 -08:00
2020-01-18 09:19:18 -05:00
2020-01-13 21:48:42 +01:00
2019-12-01 12:59:06 -08:00
2019-12-04 19:44:14 -08:00
2019-12-11 09:12:38 +01:00
2019-12-09 10:55:03 +01:00
2020-01-14 12:20:48 +01:00
2019-12-11 16:37:02 +08:00
2020-01-16 17:09:18 +01:00
2019-12-06 10:47:28 +01:00
2020-01-13 18:16:43 -08:00
2020-01-10 14:00:58 -08:00
2020-01-24 10:24:31 -08:00
2020-01-24 10:24:31 -08:00
2019-12-01 06:29:17 -08:00
2020-01-13 18:31:48 -08:00
2020-01-14 12:20:48 +01:00
2020-01-17 22:33:37 -05:00