messages from 2025-09-23 07:21:13 to 2025-10-31 21:32:59 UTC [more...]
[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
2025-10-31 21:32 UTC
[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
2025-10-31 20:09 UTC (2+ messages)
[PATCH 1/4] rust: macros: Add support for 'imports_ns' to module!
2025-10-31 13:12 UTC (2+ messages)
[PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module
2025-10-31 7:40 UTC
[syzbot] [kernel?] BUG: soft lockup in sys_bpf
2025-10-25 15:30 UTC (2+ messages)
` [syzbot] [mm?] "
[PATCH v2 00/10] scalable symbol flags with __kflagstab
2025-10-23 9:58 UTC (18+ messages)
` [PATCH v2 01/10] define kernel symbol flags
` [PATCH v2 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH v2 03/10] modpost: create entries for kflagstab
` [PATCH v2 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH v2 05/10] modpost: put all exported symbols in ksymtab section
` [PATCH v2 06/10] module loader: remove references of *_gpl sections
` [PATCH v2 07/10] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v2 08/10] remove references to *_gpl sections in documentation
` [PATCH v2 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH v2 10/10] module loader: enforce symbol import protection
[PATCH] params: Replace __modinit with __init_or_module
2025-10-23 2:45 UTC (3+ messages)
[PATCH] module: Remove unused __INIT*_OR_MODULE macros
2025-10-23 2:43 UTC (3+ messages)
[PATCH] taint/module: Remove unnecessary taint_flag.module field
2025-10-22 19:31 UTC (3+ messages)
[PATCH v6 00/17] lib/crypto: Move SHA3 to lib/crypto, add SHAKE* and add ML-DSA signing
2025-10-21 13:51 UTC (22+ messages)
` [PATCH v6 01/17] s390/sha3: Rename conflicting functions
` [PATCH v6 02/17] arm64/sha3: "
` [PATCH v6 03/17] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256
` [PATCH v6 04/17] lib/crypto: Move the SHA3 Iota transform into the single round function
` [PATCH v6 05/17] lib/crypto: Add SHA3 kunit tests
` [PATCH v6 06/17] crypto/jitterentropy: Use lib/crypto/sha3
` [PATCH v6 07/17] crypto/sha3: "
` [PATCH v6 08/17] crypto/sha3: Add SHAKE128/256 support
` [PATCH v6 09/17] crypto: SHAKE tests
` [PATCH v6 10/17] crypto: Add ML-DSA/Dilithium support
` [PATCH v6 11/17] crypto: Add ML-DSA/Dilithium keypair generation support
` [PATCH v6 12/17] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v6 13/17] crypto: Add ML-DSA-65 "
` [PATCH v6 14/17] crypto: Add ML-DSA-87 "
` [PATCH v6 15/17] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v6 16/17] pkcs7, x509: Add ML-DSA support
` [PATCH v6 17/17] modsign: Enable ML-DSA module signing
[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
2025-10-21 2:05 UTC (8+ messages)
` [PATCH v2 1/3] media: dvb-usb-v2: lmedm04: Fix firmware macro definitions
` [PATCH v2 2/3] media: radio: si470x: Fix DRIVER_AUTHOR macro definition
` [PATCH v2 3/3] module: Add compile-time check for embedded NUL characters
[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
2025-10-20 11:53 UTC (13+ messages)
` [PATCH 1/4] PCI: Support "
[PATCH] MAINTAINERS: Add myself as reviewer for module support
2025-10-18 22:27 UTC (3+ messages)
[PATCH] docs: ABI: sysfs-module: list all taint flags
2025-10-17 17:38 UTC (3+ messages)
[PATCH 0/2] module: Tweak return and warning
2025-10-17 12:06 UTC (5+ messages)
` [PATCH 1/2] module: Override -EEXISTS module return
` [PATCH 2/2] module: Simplify warning on positive returns from module_init()
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (76+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH v8 0/8] Add generated modalias to modules.builtin.modinfo
2025-10-10 13:24 UTC (17+ messages)
` [PATCH v8 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v8 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v8 7/8] modpost: Create modalias for builtin modules
` [PATCH v8 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
modprobe returns 0 upon -EEXIST from insmod
2025-10-09 14:13 UTC (8+ messages)
[RFC PATCH 00/10] scalable symbol flags with __kflagstab
2025-10-08 15:35 UTC (17+ messages)
` [PATCH 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH 06/10] module loader: remove references "
` [PATCH 08/10] remove references to *_gpl sections in documentation
` [PATCH 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH 10/10] module loader: enforce symbol import protection
[PATCH 0/3] module: Add compile-time check for embedded NUL characters
2025-10-08 9:55 UTC (8+ messages)
` [PATCH 1/3] media: dvb-usb-v2: lmedm04: Fix firmware macro definitions
` [PATCH 2/3] media: radio: si470x: Fix DRIVER_AUTHOR macro definition
` [PATCH 3/3] module: Add compile-time check for embedded NUL characters
[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
2025-10-02 16:37 UTC (3+ messages)
` [PATCH v7 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
[PATCH 0/6] module: enable force unloading of modules that have crashed during init
2025-09-30 15:51 UTC (5+ messages)
linux-6.17/kernel/module/sysfs.c:275: Always true test in for loop ?
2025-09-30 10:25 UTC
[RFC] crypto: support for a standalone FIPS 140 module
2025-09-29 9:47 UTC (3+ messages)
` [PATCH RFC 019/104] module: add load_module_mem() helper
[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
2025-09-24 12:39 UTC (8+ messages)
` [PATCH v18 1/7] rust: sync: add `SetOnce`
` [PATCH v18 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v18 3/7] rust: introduce module_param module
` [PATCH v18 4/7] rust: module: use a reference in macros::module::module
` [PATCH v18 5/7] rust: module: update the module macro with module parameter support
` [PATCH v18 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v18 7/7] modules: add rust modules files to MAINTAINERS
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).