linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-29 09:06:20 to 2022-05-17 14:35:34 UTC [more...]

[PATCH modules-next 1/1] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled
 2022-05-17 14:35 UTC  (7+ 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 v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-13 12:20 UTC  (12+ 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

[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  (11+ messages)
` [PATCH 1/2] module: add a function to add module references
              ` [Intel-gfx] "

[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  (9+ messages)
` [PATCH v4 1/2] module: Make module_flags_taint() accept a module's taints bitmap directly
` [PATCH v4 2/2] module: Introduce module unload taint tracking

[PATCH v2 0/2] Let userspace know when snd-hda-intel needs i915
 2022-05-01 13:23 UTC  (6+ messages)
` [PATCH v2 1/2] module: update dependencies at try_module_get()
` [PATCH v2 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 18:42 UTC  (6+ messages)
` [PATCH v3 1/2] module: update dependencies at try_module_get()
` [PATCH v3 2/2] ALSA: hda - identify when audio is provided by a video driver

[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] module: show disallowed symbol name for inherit_taint()
 2022-04-27  7:40 UTC  (3+ messages)

scsi_debug in fstests and blktests (Was: Re: Fwd: [bug report][bisected] modprob -r scsi-debug take more than 3mins during blktests srp/ tests)
 2022-04-26  6:27 UTC  (9+ messages)

[PATCH v3 0/2] module: Introduce module unload taint tracking
 2022-04-22 12:23 UTC  (8+ messages)
` [PATCH v3 1/2] module: Make module_flags_taint() accept a module's taints bitmap directly
` [PATCH v3 2/2] module: Introduce module unload taint tracking

[RFC PATCH v2 0/2] module: Introduce module unload taint tracking
 2022-04-19 15:03 UTC  (3+ messages)
` [RFC PATCH v2 1/2] module: Make module_flags_taint() accept a module's taints bitmap directly
` [RFC PATCH v2 2/2] module: Introduce module unload taint tracking

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

depmod searches in dictionary order
 2022-04-07 22:40 UTC  (2+ messages)

[PATCH 0/4] modprobe -r fixes and refactors
 2022-04-07  5:05 UTC  (12+ messages)
` [PATCH 1/4] modprobe: Rename rmmod_do_deps_list
` [PATCH 2/4] modprobe: Fix holders removal
` [PATCH 3/4] modprobe: Move check for remove_holders to caller
` [PATCH 3/4] modprobe: move "
` [PATCH 4/4] modprobe: Make rmmod_do_module() contain all the removal sequence

[PATCH 1/2] modprobe: fix the NULL-termination of new_argv
 2022-04-04 15:17 UTC  (3+ messages)

[PATCH v2] depmod: Add support for excluding a directory
 2022-04-02  4:42 UTC  (2+ messages)

[GIT PULL] Modules fixes for v5.18-rc1
 2022-03-30 22:47 UTC  (2+ messages)

[PATCH] depmod: Add support for excluding a directory
 2022-03-30 21:18 UTC  (2+ messages)


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).