linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 22:40:30 to 2023-03-20 11:03:36 UTC [more...]

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-20 10:58 UTC  (27+ messages)
` [PATCH 01/17] irqchip: remove MODULE_LICENSE in non-modules
` [PATCH 03/17] braille_console: "
` [PATCH 05/17] drivers: bus: simple-pm-bus: "
` [PATCH 06/17] watch_queue: "
` [PATCH 07/17] btree: "
` [PATCH 10/17] tty: "
` [PATCH 11/17] unicode: "
` [PATCH 12/17] udmabuf: "
` [PATCH 13/17] regulator: stm32-pwr: "
` [PATCH 14/17] mm: "
` [PATCH 15/17] xen: "
` [PATCH 17/17] zswap: "

[PATCH 00/24] MODULE_LICENSE removals, second tranche
 2023-03-20 10:36 UTC  (10+ messages)
` [PATCH 12/24] kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules
` [PATCH 14/24] kbuild, firmware: imx: "
` [PATCH 20/24] kbuild, gpio: "
` [PATCH 21/24] kbuild, serial: "

[RFC 00/12] module: avoid userspace pressure on unwanted allocations
 2023-03-20  9:38 UTC  (23+ messages)
` [RFC 01/12] module: use goto errors on check_modinfo() and layout_and_allocate()
` [RFC 02/12] module: move get_modinfo() helpers all above
` [RFC 03/12] module: rename next_string() to module_next_tag_pair()
` [RFC 04/12] module: add a for_each_modinfo_entry()
` [RFC 05/12] module: add debugging alias parsing support
` [RFC 06/12] module: move early sanity checks into a helper
` [RFC 07/12] module: move check_modinfo() early to early_mod_check()
` [RFC 08/12] module: move finished_loading()
` [RFC 09/12] module: extract patient module check into helper
` [RFC 10/12] module: avoid allocation if module is already present and ready
` [RFC 11/12] module: use list_add_tail_rcu() when adding module
` [RFC 12/12] module: use aliases to find module on find_module_all()

[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 0/5] module: ELF validation enhancement and cleanups
 2023-03-19 21:35 UTC  (6+ 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 00/12] module: cleanup and call taints after is inserted
 2023-03-19 21:27 UTC  (13+ 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()

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

[PATCH v2] stress-module: stress finit_module() and delete_module()
 2023-03-18  0:08 UTC 

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

[PATCH] module/decompress: Never use kunmap() for local un-mappings
 2023-03-17 19:04 UTC  (3+ 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  (20+ messages)
` [PATCH 02/18] mfd: da9052: "
` [PATCH 03/18] mfd: da9052-i2c: "
` [PATCH 04/18] mfd: da9052-spi: "
` [PATCH 05/18] mfd: da9055: "
` [PATCH 06/18] mfd: da9055-i2c: "
` [PATCH 07/18] mfd: stmpe-i2c: "
` [PATCH 08/18] mfd: stmpe-spi: "
` [PATCH 09/18] mfd: 88pm860x: "
` [PATCH 10/18] mfd: da9055: do not cite as modular
` [PATCH 11/18] mfd: tc3589x: remove MODULE_LICENSE in non-modules
` [PATCH 12/18] mfd: tps6586x: "
` [PATCH 13/18] mfd: ezx-pcap: "
` [PATCH 14/18] mfd: lp8788: "
` [PATCH 15/18] mfd: omap-usb-host: "
` [PATCH 16/18] mfd: omap-usb-tll: "
` [PATCH 17/18] mfd: twl4030-audio: "
` [PATCH 18/18] mfd: twl6040: "

[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 01/27] gpio: remove MODULE_LICENSE in non-modules
 2023-03-15 15:23 UTC  (36+ messages)
` [PATCH 04/27] mfd: intel_soc_pmic_crc: "
` [PATCH 06/27] interconnect: "
` [PATCH 07/27] iommu/sun50i: "
` [PATCH 10/27] leds: "
` [PATCH 15/27] memory: tegra: "
` [PATCH 16/27] "
  ` (subset) "
` [PATCH 17/27] memory: "
  ` (subset) "
` [PATCH 19/27] irqchip/mchp-eic: "
` [PATCH 21/27] mfd: bcm2835-pm: "
` [PATCH 26/27] mfd: "

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

[PATCH v2] module: Don't wait for GOING modules
 2023-03-12  6:25 UTC  (11+ messages)

[PATCH] kernel/module: add documentation for try_module_get()
 2023-03-10 19:04 UTC 

[PATCH] lib: packing: remove MODULE_LICENSE in non-modules
 2023-03-10  7:30 UTC  (4+ messages)
` [PATCH] mctp: "

[PATCH v3 0/2] dyndbg: let's use the module notifier callback
 2023-03-09 20:58 UTC  (7+ messages)
` [PATCH v3 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module()
` [PATCH v3 2/2] dyndbg: use the module notifier callbacks

[PATCH v2 0/2] dyndbg: let's use the module notifier callback
 2023-03-09 20:58 UTC  (4+ messages)
` [PATCH v2 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module()

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-09 16:14 UTC  (4+ messages)
` [PATCH 02/20] pinctrl: amd: remove MODULE_LICENSE in non-modules

[PATCH 1/2] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-03-09 14:23 UTC  (4+ messages)
` [PATCH 2/2] memory: "

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-03-08 20:29 UTC  (8+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165

[PATCH] firmware: xilinx: nvmem: zynqmp: make modular
 2023-03-08 13:08 UTC  (3+ messages)
` [PATCH] mailbox: zynq: "

[PATCH 18/27] mtd: bcm63xxpart: remove MODULE_LICENSE in non-modules
 2023-03-07 19:23 UTC  (2+ messages)

[PATCH 11/27] kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules
 2023-03-06 19:29 UTC  (6+ messages)
` [PATCH 12/27] kbuild, clk: "
` [PATCH 27/27] kbuild, gpio: gpio-aspeed-sgpio: "

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-03-05 15:11 UTC  (13+ messages)
` [PATCH v10 02/13] kbuild: bring back tristate.conf
` [PATCH v10 03/13] kbuild: add tristate checker
` [PATCH v10 04/13] kbuild: fix up substitutions in makefiles to allow for "
` [PATCH v10 05/13] kbuild: remove MODULE_LICENSE/AUTHOR/DESCRIPTION in non-modules


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