messages from 2025-07-14 13:41:11 to 2025-09-04 15:56:54 UTC [more...]
[RFC] crypto: support for a standalone FIPS 140 module
2025-09-04 15:50 UTC (27+ messages)
` [PATCH RFC 001/104] params: use arch_initcall to initialize params sysfs earlier
` [PATCH RFC 002/104] Revert "Revert "crypto: shash - avoid comparing pointers to exported functions under CFI""
` [PATCH RFC 003/104] crypto/jitterentropy: remove linux/fips.h include
` [PATCH RFC 004/104] crypto: api - Disallow identical template names
` [PATCH RFC 005/104] crypto: hide crypto_default_rng variable
` [PATCH RFC 006/104] KEYS: trusted: eat -ENOENT from the crypto API
` [PATCH RFC 007/104] testmgr: standardize alg/driver output in logs
` [PATCH RFC 008/104] arch/x86/boot/string.h: override memmove()/strlen()
` [PATCH RFC 009/104] certs/system_keyring: export restrict_link_by_builtin_*trusted
` [PATCH RFC 010/104] crypto/testmgr: make fips_allowed a bit set
` [PATCH RFC 011/104] crypto/testmgr: mark non-crypto algorithms
` [PATCH RFC 012/104] crypto/algapi: don't init algapi in fips mode
` [PATCH RFC 013/104] crypto/algapi.c: disable crypto_check_module_sig() for FIPS module
` [PATCH RFC 014/104] crypto/testmgr: add helper to alg_test()
` [PATCH RFC 015/104] crypto: pass struct crypto_alg directly "
` [PATCH RFC 016/104] crypto: alg - add CRYPTO_ALG_FIPS_PROVIDED flag
` [PATCH RFC 017/104] crypto: testmgr: check that we got the expected alg
` [PATCH RFC 018/104] crypto: make sure crypto_alg_tested() finds the correct algorithm
` [PATCH RFC 019/104] module: add load_module_mem() helper
` [PATCH RFC 020/104] module: add a mechanism for pluggable crypto APIs
` [PATCH RFC 021/104] crypto: fips140: include crypto/api.h in a few places
` [PATCH RFC 022/104] crypto: fips140: convert lib/crypto/aes.c to using crypto API wrappers
` [PATCH RFC 023/104] crypto: fips140: convert lib/crypto/aesgcm.c "
` [PATCH RFC 024/104] crypto: fips140: convert lib/crypto/gf128mul.c "
` [PATCH RFC 025/104] crypto: fips140: convert lib/crypto/memneq.c "
` [PATCH RFC 026/104] crypto: fips140: convert lib/crypto/sha256.c "
Question: a module for wiping userspace RAM before shutdown/reboot/halt
2025-09-04 7:14 UTC (3+ messages)
[RFC PATCH 00/10] scalable symbol flags with __kflagstab
2025-09-03 23:28 UTC (13+ messages)
` [PATCH 01/10] define kernel symbol flags
` [PATCH 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH 03/10] modpost: create entries for kflagstab
` [PATCH 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH 05/10] modpost: put all exported symbols in ksymtab section
` [PATCH 06/10] module loader: remove references of *_gpl sections
` [PATCH 07/10] linker: remove *_gpl sections from vmlinux and modules
` [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 v3 0/4] module: logging and code improvements
2025-09-02 2:06 UTC (13+ messages)
` [PATCH v3 1/4] module: signing: Use pr_err for signature rejection
` [PATCH v3 2/4] module: show why force load fails
` [PATCH v3 3/4] module: centralize no-versions force load check
` [PATCH v3 4/4] module: separate vermagic and livepatch checks
[Question] Non-usage of PKEY_ID_PGP and PKEY_ID_X509 in module signing
2025-08-26 18:58 UTC
[PATCH v2 0/4] module: logging and code improvements
2025-08-26 9:51 UTC (8+ messages)
` [PATCH v2 1/4] module: signing: Use pr_err for signature rejection
` [PATCH v2 2/4] module: show why force load fails
` [PATCH v2 3/4] module: centralize no-versions force load check
` [PATCH v2 4/4] module: separate vermagic and livepatch checks
[PATCH] module: pr_debug when there is no version info
2025-08-26 9:45 UTC (7+ messages)
[PATCH v6 0/9] Add generated modalias to modules.builtin.modinfo
2025-08-25 16:56 UTC (27+ messages)
` [PATCH v6 1/9] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v6 2/9] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v6 3/9] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v6 4/9] scsi: Always define blogic_pci_tbl structure
` [PATCH v6 5/9] pinctrl: meson: Fix typo in device table macro
` [PATCH v6 6/9] modpost: Add modname to mod_device_table alias
` [PATCH v6 7/9] modpost: Create modalias for builtin modules
` [PATCH v6 8/9] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
` [PATCH v6 9/9] s390: vmlinux.lds.S: Reorder sections
[PATCH 0/5] Module loading error handling improvements
2025-08-25 3:17 UTC (8+ messages)
` [PATCH 1/5] module: Fix module_sig_check() for modules with ignored modversions/vermagic
` [PATCH 2/5] module: signing: Use pr_err for signature rejection
` [PATCH 3/5] module: show why force load fails
` [PATCH 4/5] module: centralize no-versions force load check
` [PATCH 5/5] module: separate vermagic and livepatch checks
[GIT PULL] Modules fixes for v6.17-rc3
2025-08-24 14:19 UTC (3+ messages)
[PATCH] module: Remove unused __INIT*_OR_MODULE macros
2025-08-21 23:11 UTC (2+ messages)
[PATCH] params: Replace __modinit with __init_or_module
2025-08-21 23:10 UTC (2+ messages)
[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-08-21 19:25 UTC (8+ messages)
` [PATCH v3 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations
[PATCH v17 6/7] rust: samples: add a module parameter to the rust_minimal sample
2025-08-20 18:21 UTC (3+ messages)
` [v17,6/7] "
[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-08-19 20:44 UTC (8+ messages)
modprobe returns 0 upon -EEXIST from insmod
2025-08-19 14:32 UTC (8+ messages)
[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
2025-08-18 16:55 UTC (9+ messages)
` [PATCH v7 1/8] s390: vmlinux.lds.S: Reorder sections
` [PATCH v7 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v7 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v7 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v7 5/8] scsi: Always define blogic_pci_tbl structure
` [PATCH v7 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v7 7/8] modpost: Create modalias for builtin modules
` [PATCH v7 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
[nf PATCH] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
2025-08-18 11:22 UTC
[PATCH v2] params: Replace deprecated strcpy() with strscpy() and memcpy()
2025-08-15 19:19 UTC (2+ messages)
[PATCH] params: Replace deprecated strcpy() with strscpy()
2025-08-13 12:15 UTC (4+ messages)
[PATCH AUTOSEL 6.16-6.1] module: Prevent silent truncation of module name in delete_module(2)
2025-08-08 15:30 UTC
[GIT PULL] Modules changes for v6.17-rc1
2025-08-03 22:32 UTC (3+ messages)
[PATCH 0/5] module: Fix minor problems related to MODULE_NAME_LEN
2025-07-31 12:03 UTC (15+ messages)
` [PATCH 1/5] module: Prevent silent truncation of module name in delete_module(2)
` [PATCH 2/5] module: Remove unnecessary +1 from last_unloaded_module::name size
` [PATCH 3/5] module: Restore the moduleparam prefix length check
` [PATCH 4/5] tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LEN
` [PATCH 5/5] module: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LEN
[PATCH v5 00/10] Add generated modalias to modules.builtin.modinfo
2025-07-29 13:54 UTC (20+ messages)
` [PATCH v5 01/10] module: remove meaningless 'name' parameter from __MODULE_INFO()
` [PATCH v5 02/10] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v5 03/10] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v5 04/10] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v5 05/10] scsi: Always define blogic_pci_tbl structure
` [PATCH v5 06/10] pinctrl: meson: Fix typo in device table macro
` [PATCH v5 07/10] modpost: Add modname to mod_device_table alias
` [PATCH v5 08/10] modpost: Create modalias for builtin modules
` [PATCH v5 09/10] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
` [PATCH v5 10/10] s390: vmlinux.lds.S: Reorder sections
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-07-24 21:27 UTC (9+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
2025-07-22 10:05 UTC (5+ messages)
[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-07-22 9:08 UTC (8+ messages)
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).