linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 07:17:34 to 2023-03-30 04:44:28 UTC [more...]

[RFC 00/12] module: avoid userspace pressure on unwanted allocations
 2023-03-30  4:42 UTC  (34+ messages)
` [RFC 12/12] module: use aliases to find module on find_module_all()

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29 16:50 UTC  (17+ messages)
` [PATCH 1/7] module: move finished_loading()
` [PATCH 2/7] module: extract patient module check into helper
` [PATCH 3/7] module: avoid allocation if module is already present and ready
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
` [PATCH 5/7] modules/kmod: replace implementation with a sempahore
` [PATCH 6/7] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH 7/7] module: add debug stats to help identify memory pressure

[PATCH v2 0/3] kmod: modprobe: Extend holders removal to multi-level dependencies
 2023-03-29 13:58 UTC  (5+ messages)
` [PATCH v2 1/3] kmod: modprobe: Remove holders recursively
` [PATCH v2 2/3] testsuite: delete_module: Roughly implement fake-removal in sysfs tree
` [PATCH v2 3/3] testsuite: modprobe: Add test for --remove-holders

[PATCH bpf-next] kallsyms: move module-related functions under correct configs
 2023-03-29 11:40 UTC  (6+ messages)

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29  5:29 UTC 

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-29  2:50 UTC  (24+ messages)
` [PATCH 05/17] drivers: bus: simple-pm-bus: remove MODULE_LICENSE in non-modules
` [PATCH 10/17] tty: "

[RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
 2023-03-28 17:55 UTC  (4+ messages)

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-03-27 22:17 UTC  (3+ messages)

[PATCH 00/24] MODULE_LICENSE removals, second tranche
 2023-03-27 15:01 UTC  (8+ messages)
` [PATCH 12/24] kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules
` [PATCH 14/24] kbuild, firmware: imx: "

[PATCH v2] module: Don't wait for GOING modules
 2023-03-24 18:47 UTC  (15+ messages)

[PATCH 00/12] module: cleanup and call taints after is inserted
 2023-03-24 18:33 UTC  (16+ messages)
` [PATCH 01/12] module: move get_modinfo() helpers all above
` [PATCH 02/12] module: rename next_string() to module_next_tag_pair()
` [PATCH 03/12] module: add a for_each_modinfo_entry()
` [PATCH 04/12] module: move early sanity checks into a helper
` [PATCH 05/12] module: move check_modinfo() early to early_mod_check()
` [PATCH 06/12] module: rename set_license() to module_license_taint_check()
` [PATCH 07/12] module: split taint work out of check_modinfo_livepatch()
` [PATCH 08/12] module: split taint adding with info checking
` [PATCH 09/12] module: move tainting until after a module hits our linked list
` [PATCH 10/12] module: move signature taint to module_augment_kernel_taints()
` [PATCH 11/12] module: converge taint work together
` [PATCH 12/12] module: rename check_module_license_and_versions() to check_export_symbol_versions()

module_license tree refreshed against linux-next
 2023-03-23 23:08 UTC  (9+ messages)

[PATCH 0/5] module: ELF validation enhancement and cleanups
 2023-03-22 23:43 UTC  (7+ messages)
` [PATCH 1/5] module: add sanity check for ELF module section
` [PATCH 2/5] module: add stop-grap sanity check on module memcpy()
` [PATCH 3/5] module: move more elf validity checks to elf_validity_check()
` [PATCH 4/5] module: merge remnants of setup_load_info() to elf validation
` [PATCH 5/5] module: fold usermode helper kmod into modules directory

[PATCH 0/4] cosmetic fixes to module pr_debugs
 2023-03-22 23:38 UTC  (6+ messages)
` [PATCH 1/4] module: in layout_sections, move_module: add the modname
` [PATCH 2/4] module: add symbol-name to pr_debug Absolute symbol
` [PATCH 3/4] module: add section-size to move_module pr_debug
` [PATCH 4/4] module: already_uses() - reduce pr_debug output volume

[PATCH] module/decompress: Never use kunmap() for local un-mappings
 2023-03-22 23:24 UTC  (6+ messages)

[PATCH v3] stress-module: stress finit_module() and delete_module()
 2023-03-22 18:11 UTC  (3+ messages)

[PATCH 06/27] interconnect: remove MODULE_LICENSE in non-modules
 2023-03-22 13:27 UTC  (14+ messages)
` [PATCH 07/27] iommu/sun50i: "
` [PATCH 09/27] irqchip: "
` [PATCH 10/27] leds: "

RFC - KBUILD_MODNAME is misleading in builtins, as seen in /proc/dynamic_debug/control
 2023-03-21 17:45 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
 2023-03-21 16:00 UTC 

[PATCH v2] stress-module: stress finit_module() and delete_module()
 2023-03-21  8:47 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 73f2c2a7e1d2b31fdd5faa6dfa151c437a6c0a5a
 2023-03-20 17:05 UTC 

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-20 11:08 UTC  (6+ messages)
` [PATCH 09/20] clk: renesas: remove MODULE_LICENSE in non-modules

[mcgrof:20230311-module-alloc-opts] [module] 7e0c0a44ca: WARNING:at_kernel/module/internal.h:#find_module_all
 2023-03-20  6:34 UTC 

[RFT 0/5] module: avoid userspace pressure on unwanted allocations
 2023-03-19 21:49 UTC  (6+ messages)
` [RFT 1/5] module: move finished_loading()
` [RFT 2/5] module: extract patient module check into helper
` [RFT 3/5] module: avoid allocation if module is already present and ready
` [RFT 4/5] module: use list_add_tail_rcu() when adding module
` [RFT 5/5] module: add a sanity check prior to allowing kernel module auto-loading

[PATCH] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()
 2023-03-19 19:59 UTC  (3+ messages)

mod->klp set on copy ok ?
 2023-03-17 23:31 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 6f08c1de13a9403341c18b66638a05588b2663ce
 2023-03-17 15:25 UTC 

[PATCH bpf-next] kallsyms: move find_kallsyms_symbol_value out of internal header
 2023-03-17 12:50 UTC  (2+ messages)

[PATCH 01/18] mfd: da903x: remove MODULE_LICENSE in non-modules
 2023-03-16 15:42 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e
 2023-03-16 14:42 UTC 

enhancing module info to allow grouping of firmwares
 2023-03-16  8:52 UTC  (6+ messages)

[PATCH] kmod: modprobe: Remove holders recursively
 2023-03-16  8:38 UTC  (4+ messages)

[PATCH] modpost: support arbitrary symbol length in modversion
 2023-03-15 21:00 UTC  (12+ messages)

[PATCH] stress-module: stress finit_module() and delete_module()
 2023-03-13 15:27 UTC  (3+ messages)

[PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-03-13  7:16 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).