linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-30 13:41:58 to 2022-06-04 06:15:04 UTC [more...]

Modules list
 2022-06-04  6:14 UTC  (14+ messages)
      ` Module failure on new install of Debian Bullseye

[PATCH v2] module: Add support for default value for module async_probe
 2022-06-04  1:01 UTC 

[PATCH v1] module: Add support for default value for module async_probe
 2022-06-03 23:16 UTC  (3+ messages)

[PATCH 0/8] Add --wait to modprobe -r
 2022-06-03 21:50 UTC  (9+ messages)
` [PATCH 1/8] modprobe: Move -R to "Query options"
` [PATCH 2/8] libkmod: Allow to ignore log message on module removal
` [PATCH 3/8] module-playground: Add debugfs entry in mod-simple
` [PATCH 4/8] util: Add time-related functions from testsuite
` [PATCH 5/8] util: Add msec variants for time-related functions
` [PATCH 6/8] util: Add exponential backoff sleep
` [PATCH 7/8] testsuite: Add tests for sleep calculation
` [PATCH 8/8] modprobe: Add --wait

[PATCH 1/2] depmod: Fix writing over array length
 2022-06-03 20:49 UTC  (2+ messages)
` [PATCH 2/2] modprobe: re-use modname variable

[PATCH v12 01/14] module: Move all into module/
 2022-06-03  4:30 UTC  (11+ messages)
` [PATCH v1] module: Fix prefix for module.sig_enforce module param

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-29  4:27 UTC  (22+ messages)
` [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v6 03/10] kbuild: stop merging *.symversions
` [PATCH v6 04/10] genksyms: adjust the output format to modpost
` [PATCH v6 05/10] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v6 07/10] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v6 08/10] kbuild: make *.mod "
` [PATCH v6 09/10] kbuild: add cmd_and_savecmd macro
` [PATCH v6 10/10] kbuild: rebuild multi-object modules when objtool is updated

[GIT PULL] Modules fixes for v5.19-rc1
 2022-05-27  0:32 UTC  (3+ messages)

[PATCH] fixup! kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
 2022-05-23 21:04 UTC  (3+ messages)

[PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
 2022-05-23 19:39 UTC  (10+ messages)
    ` [PATCH 1/5] kallsyms: pass buffer size in sprint_* APIs
    ` [PATCH 2/5] kallsyms: replace sprintf with scnprintf
    ` [PATCH 3/5] arch:hexagon/powerpc: use KSYM_NAME_LEN as array size
    ` [PATCH 4/5] kallsyms: pass buffer size argument in *lookup* APIs
    ` [PATCH 5/5] kallsyms: remove unsed API lookup_symbol_attrs

[PATCH modules-next 1/1] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled
 2022-05-17 14:35 UTC  (6+ messages)

[PATCH v6 0/4] Let userspace know when snd-hda-intel needs i915
 2022-05-15  8:22 UTC  (8+ messages)
` [PATCH v6 1/4] module: drop prototype for non-existing __symbol_get_gpl()
` [PATCH v6 2/4] module: update dependencies at try_module_get()
  ` [module] a1f1245bef: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c
` [PATCH v6 3/4] module: set holders when symbol_get() is used
` [PATCH v6 4/4] ALSA: hda - identify when audio is provided by a video driver

[PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-13 11:40 UTC  (24+ messages)
` [PATCH v5 01/12] modpost: split the section mismatch checks into section-check.c
` [PATCH v5 02/12] modpost: add sym_find_with_module() helper
` [PATCH v5 03/12] modpost: extract symbol versions from *.cmd files
` [PATCH v5 04/12] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v5 05/12] kbuild: stop merging *.symversions
` [PATCH v5 06/12] genksyms: adjust the output format to modpost
` [PATCH v5 07/12] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v5 08/12] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v5 09/12] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v5 10/12] kbuild: make *.mod "
` [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro
` [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated

request_module DoS
 2022-05-12 17:43 UTC  (11+ messages)

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-12  4:36 UTC  (34+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
` [PATCH v4 04/14] modpost: add sym_find_with_module() helper
` [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files
` [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v4 07/14] kbuild: stop merging *.symversions
` [PATCH v4 08/14] genksyms: adjust the output format to modpost
` [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v4 12/14] kbuild: make *.mod "
` [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro
` [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated

[PATCH v5 0/2] Let userspace know when snd-hda-intel needs i915
 2022-05-09 16:56 UTC  (7+ messages)
` [PATCH v5 1/2] module: update dependencies at try_module_get()
  ` [Intel-gfx] "
` [PATCH v5 2/2] ALSA: hda - identify when audio is provided by a video driver

[PATCH v2 0/3] module: trivial cleanups for symbol search
 2022-05-05  6:07 UTC  (5+ messages)
` [PATCH v2 1/3] module: do not pass opaque pointer "
` [PATCH v2 2/3] module: do not binary-search in __ksymtab_gpl if fsa->gplok is false
` [PATCH v2 3/3] module: merge check_exported_symbol() into find_exported_symbol_in_section()

[RESEND PATCH] module: show disallowed symbol name for inherit_taint()
 2022-05-04 20:48 UTC  (2+ messages)

[PATCH] module: fix [e_shstrndx].sh_size=0 OOB access
 2022-05-04 20:30 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/3] module: trivial cleanups for symbol search
 2022-05-04 20:22 UTC  (5+ messages)
` [PATCH 1/3] module: do not pass opaque pointer "
` [PATCH 2/3] module: do not binary-search in __ksymtab_gpl if fsa->gplok is false
` [PATCH 3/3] module: merge check_exported_symbol() into find_exported_symbol_in_section()

[PATCH 0/2] Let userspace know when snd-hda-intel needs i915
 2022-05-04  8:49 UTC  (10+ messages)
` [PATCH 1/2] module: add a function to add module references

[PATCH v5 0/3] module: Introduce module unload taint tracking
 2022-05-03 20:12 UTC  (5+ messages)
` [PATCH v5 1/3] module: Make module_flags_taint() accept a module's taints bitmap and usable outside core code
` [PATCH v5 2/3] module: Move module_assert_mutex_or_preempt() to internal.h
` [PATCH v5 3/3] module: Introduce module unload taint tracking

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v4 0/2] module: Introduce module unload taint tracking
 2022-05-02 18:45 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/2] Let userspace know when snd-hda-intel needs i915
 2022-05-01 13:23 UTC  (5+ messages)
` [PATCH v2 1/2] module: update dependencies at try_module_get()

[PATCH v3 2/2] ALSA: hda - identify when audio is provided by a video driver
 2022-04-30 18:42 UTC  (3+ messages)

[PATCH v4 0/2] Let userspace know when snd-hda-intel needs i915
 2022-04-30 17:10 UTC  (3+ messages)
` [PATCH v4 1/2] module: update dependencies at try_module_get()
` [PATCH v4 2/2] ALSA: hda - identify when audio is provided by a video driver

[PATCH v3 0/2] Let userspace know when snd-hda-intel needs i915
 2022-04-30 15:01 UTC  (3+ messages)
` [PATCH v3 1/2] module: update dependencies at try_module_get()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).