linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 08:17:29 to 2024-11-16 18:41:31 UTC [more...]

[PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
 2024-11-16 18:41 UTC  (29+ messages)
  ` [PATCH 1/2] module: Put known GPL offenders in an array
  ` [PATCH 2/2] module: Block modules by Tuxedo from accessing GPL symbols

[PATCH v5 2/2] module: Block a module by TUXEDO from accessing GPL symbols
 2024-11-16 17:20 UTC  (5+ messages)
` [PATCH v5 1/2] module: Put known GPL offenders in an array

[PATCH v5 00/19] Implement DWARF modversions
 2024-11-16  9:08 UTC  (32+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 02/19] tools: Add gendwarfksyms
` [PATCH v5 03/19] gendwarfksyms: Add address matching
` [PATCH v5 04/19] gendwarfksyms: Expand base_type
` [PATCH v5 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v5 06/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v5 07/19] gendwarfksyms: Expand subroutine_type
` [PATCH v5 08/19] gendwarfksyms: Expand array_type
` [PATCH v5 09/19] gendwarfksyms: Expand structure types
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v5 11/19] gendwarfksyms: Add die_map debugging
` [PATCH v5 12/19] gendwarfksyms: Add symtypes output
` [PATCH v5 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v5 14/19] gendwarfksyms: Add support for kABI rules
` [PATCH v5 15/19] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v5 16/19] gendwarfksyms: Add support for symbol type pointers
` [PATCH v5 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v5 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v5 19/19] Documentation/kbuild: Add DWARF module versioning

[PATCH v2 0/2] module: Block some modules by TUXEDO from accessing
 2024-11-15 17:27 UTC  (6+ messages)
` [PATCH v3 1/2] module: Put known GPL offenders in an array
` [PATCH v3 2/2] module: Block some modules by TUXEDO from accessing GPL symbols
` [PATCH v3 0/2] module: Block some modules by TUXEDO from accessing

[PATCH v4 0/2] module: Block some modules by TUXEDO from accessing
 2024-11-15 16:04 UTC  (3+ messages)
` [PATCH v4 1/2] module: Put known GPL offenders in an array
` [PATCH v4 2/2] module: Block some modules by TUXEDO from accessing GPL symbols

[PATCH v2 0/2] module: Block some modules by TUXEDO from accessing
 2024-11-15 12:49 UTC  (3+ messages)
` [PATCH v2 1/2] module: Put known GPL offenders in an array
` [PATCH v2 2/2] module: Block some modules by TUXEDO from accessing GPL symbols

[RFC][PATCH 0/8] module: Strict per-modname namespaces
 2024-11-15 12:49 UTC  (21+ messages)
` [RFC][PATCH 1/8] module: Prepare for script
` [RFC][PATCH 2/8] module: Convert symbol namespace to string literal
` [RFC][PATCH 3/8] module: Fix up after script
` [RFC][PATCH 4/8] module/modpost: Use for() loop
` [RFC][PATCH 5/8] module/modpost: Add basename helper
` [RFC][PATCH 6/8] module: Add module specific symbol namespace support
` [RFC][PATCH 7/8] module: Extend the MODULE_ namespace parsing
` [RFC][PATCH 8/8] module: Provide EXPORT_SYMBOL*_FOR() helpers

[RFC PATCH 1/3] module: Split module_enable_rodata_ro()
 2024-11-13  9:56 UTC  (15+ messages)
  ` [RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
  ` [RFC PATCH 3/3] module: pre-test setting ro_after_init data read-only

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-11-13  7:32 UTC  (2+ messages)

[PATCH] kmod: verify module name before invoking modprobe
 2024-11-13  2:15 UTC  (3+ messages)

[PATCH kmod] README: List strip CLI command option for summary
 2024-11-09 16:50 UTC 

[kmod] README: List strip CLI command option for summary
 2024-11-09 16:42 UTC 

[PATCH] README: List strip CLI command option for summary
 2024-11-09 16:38 UTC 

[PATCH RFC v3 0/4] module: refactor ro_after_init failure path
 2024-11-09  9:49 UTC  (7+ messages)
` [PATCH RFC v3 1/4] module: remove module_deallocate() unused param
` [PATCH RFC v3 2/4] module: avoid double ref drop on ro_after_init failure
` [PATCH RFC v3 3/4] module: update state and release reference under lock
` [PATCH RFC v3 4/4] module: refactor ro_after_init failure path

[PATCH] static_call: Handle module init failure correctly in static_call_del_module()
 2024-11-08 16:22 UTC  (3+ messages)

[RFC] module: Strict per-modname namespaces
 2024-11-08 15:35 UTC  (13+ messages)

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-07 22:38 UTC  (18+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v8 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH] tests/module/gen_test_kallsyms.sh: use 0 value for variables
 2024-11-07 22:33 UTC  (3+ messages)

[PATCH v3] selftests: add new kallsyms selftests
 2024-11-06  0:21 UTC  (5+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-05 19:04 UTC  (5+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH v2] scripts: Remove export_report.pl
 2024-11-01 17:06 UTC  (3+ messages)

[PATCH] brd: fix null pointer when modprobe brd
 2024-11-01  0:31 UTC  (5+ messages)

[bug report] alloc_tag: load module tags into separate contiguous memory
 2024-11-01  0:03 UTC  (3+ messages)

[PATCH] scripts: Remove export_report.pl
 2024-10-30  8:02 UTC  (3+ messages)

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-30  5:35 UTC  (12+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-28 13:13 UTC  (3+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script

[PATCH v1] audit,module: restore audit logging in load failure case
 2024-10-28  5:55 UTC  (5+ messages)

[PATCH v4 0/6] page allocation tag compression
 2024-10-24 16:25 UTC  (5+ messages)
` [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text


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