Show patches with: State = Action Required       |    Archived = No       |   342 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/3] modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled [1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time - - - --- 2023-12-21 Christophe Leroy New
[1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time [1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time - - - --- 2023-12-21 Christophe Leroy New
[3/3] module: Don't ignore errors from set_memory_XX() [1/3] module: Use set_memory_rox() - - - --- 2023-12-21 Christophe Leroy New
[2/3] module: Change module_enable_{nx/x/ro}() to more explicit names [1/3] module: Use set_memory_rox() - - - --- 2023-12-21 Christophe Leroy New
[1/3] module: Use set_memory_rox() [1/3] module: Use set_memory_rox() - - - --- 2023-12-21 Christophe Leroy New
modules: wait do_free_init correctly modules: wait do_free_init correctly - - - --- 2023-12-19 Changbin Du New
configure: set docdir in GTK_DOC_CHECK configure: set docdir in GTK_DOC_CHECK - - - --- 2023-12-08 Ross Burton New
module: Remove redundant TASK_UNINTERRUPTIBLE module: Remove redundant TASK_UNINTERRUPTIBLE - - - --- 2023-12-08 Kevin Hao New
[6/6] module: add install target for modules.builtin.ranges Generate address range data for built-in modules - 1 - --- 2023-12-08 Kris Van Hees New
[5/6] kbuild: generate modules.builtin.ranges when linking the kernel Generate address range data for built-in modules - 1 - --- 2023-12-08 Kris Van Hees New
[4/6] module: script to generate offset ranges for builtin modules Generate address range data for built-in modules - 1 - --- 2023-12-08 Kris Van Hees New
[3/6] kbuild: generate a linker map for vmlinux.o Generate address range data for built-in modules - 1 - --- 2023-12-08 Kris Van Hees New
[2/6] module: add CONFIG_BUILTIN_RANGES option Generate address range data for built-in modules - 2 - --- 2023-12-08 Kris Van Hees New
[1/6] kbuild: add modules.builtin.objs Generate address range data for built-in modules - 2 - --- 2023-12-08 Kris Van Hees New
[v6,2/2] kbuild: rpm-pkg: Fix build with non-default MODLIB [v6,1/2] depmod: Handle installing modules under a different directory - - - --- 2023-12-06 Michal Suchánek New
[v6,1/2] depmod: Handle installing modules under a different directory [v6,1/2] depmod: Handle installing modules under a different directory - - - --- 2023-12-06 Michal Suchánek New
[kmod,3/3] Add modprobe -I/--ignore-cmdline [kmod,1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32 - - - --- 2023-12-05 Ahelenia Ziemiańska New
[kmod,2/3] Add KMOD_NEW_IGNORE_CMDLINE [kmod,1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32 - - - --- 2023-12-05 Ahelenia Ziemiańska New
[kmod,1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32 [kmod,1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32 - - - --- 2023-12-05 Ahelenia Ziemiańska New
init: move THIS_MODULE from <linux/export.h> to <linux/init.h> init: move THIS_MODULE from <linux/export.h> to <linux/init.h> - 1 - --- 2023-11-26 Masahiro Yamada New
[4/4] modules: Add missing entry for __ex_table [1/4] linux/export: Fix alignment for 64-bit ksymtab entries - - - --- 2023-11-22 Helge Deller New
[3/4] vmlinux.lds.h: Fix alignment for __ksymtab*, __kcrctab_* and .pci_fixup sections [1/4] linux/export: Fix alignment for 64-bit ksymtab entries - - - --- 2023-11-22 Helge Deller New
[2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections [1/4] linux/export: Fix alignment for 64-bit ksymtab entries - - - --- 2023-11-22 Helge Deller New
[1/4] linux/export: Fix alignment for 64-bit ksymtab entries [1/4] linux/export: Fix alignment for 64-bit ksymtab entries 1 - - --- 2023-11-22 Helge Deller New
[0/4] Section alignment issues? - - - --- 2023-11-22 Helge Deller New
[v6,05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE Untitled series #802938 - 1 - --- 2023-11-21 Breno Leitao New
[v3,5/5] params: Fix multi-line comment style params: harden string ops and allocatio ops - 2 - --- 2023-11-20 Andy Shevchenko New
[v3,4/5] params: Sort headers params: harden string ops and allocatio ops - 2 - --- 2023-11-20 Andy Shevchenko New
[v3,3/5] params: Use size_add() for kmalloc() params: harden string ops and allocatio ops - 2 - --- 2023-11-20 Andy Shevchenko New
[v3,2/5] params: Do not go over the limit when getting the string length params: harden string ops and allocatio ops - 2 - --- 2023-11-20 Andy Shevchenko New
[v3,1/5] params: Introduce the param_unknown_fn type params: harden string ops and allocatio ops - 2 - --- 2023-11-20 Andy Shevchenko New
[v2,5/5] export_report: Use new version info format MODVERSIONS + RUST Redux - - - --- 2023-11-18 Matthew Maurer New
[v2,4/5] rust: Allow MODVERSIONS MODVERSIONS + RUST Redux - - - --- 2023-11-18 Matthew Maurer New
[v2,3/5] modpost: Extended modversion support MODVERSIONS + RUST Redux - - - --- 2023-11-18 Matthew Maurer New
[v2,2/5] modules: Refactor + kdoc elf_validity_cached_copy MODVERSIONS + RUST Redux - - - --- 2023-11-18 Matthew Maurer New
[v2,1/5] export_report: Rehabilitate script MODVERSIONS + RUST Redux - - - --- 2023-11-18 Matthew Maurer New
[2/3] modpost: Extended modversion support Untitled series #801407 - - - --- 2023-11-15 Matthew Maurer New
[2/2] configure: Check that provided paths are absolute kmod /usr support - - - --- 2023-11-10 Michal Suchánek New
[1/2] libkmod, depmod, modprobe: Make directory for kernel modules configurable kmod /usr support - - - --- 2023-11-10 Michal Suchánek New
[3/3] rust: Require RUST_MODULES for module support Untitled series #799555 - - - --- 2023-11-08 Matthew Maurer New
lib/test_kmod: fix kernel-doc warnings lib/test_kmod: fix kernel-doc warnings - - - --- 2023-11-04 Randy Dunlap New
[GIT,PULL] Modules changes for v6.7-rc1 [GIT,PULL] Modules changes for v6.7-rc1 - - 2 --- 2023-11-01 Luis Chamberlain New
« 1 2 3 4 »