messages from 2025-08-15 14:25:43 to 2025-09-04 21:29:09 UTC [more...]
[RFC] crypto: support for a standalone FIPS 140 module
2025-09-04 21:29 UTC (108+ 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 "
` [PATCH RFC 027/104] crypto: fips140: convert lib/crypto/sha512.c "
` [PATCH RFC 028/104] crypto: fips140: convert lib/crypto/utils.c "
` [PATCH RFC 029/104] crypto: fips140: convert crypto/aead.c "
` [PATCH RFC 030/104] crypto: fips140: convert crypto/aes_generic.c "
` [PATCH RFC 031/104] crypto: fips140: convert crypto/ahash.c "
` [PATCH RFC 032/104] crypto: fips140: convert crypto/akcipher.c "
` [PATCH RFC 033/104] crypto: fips140: convert crypto/algapi.c "
` [PATCH RFC 034/104] crypto: fips140: convert crypto/algboss.c "
` [PATCH RFC 035/104] crypto: fips140: convert crypto/api.c "
` [PATCH RFC 036/104] crypto: fips140: convert crypto/authenc.c "
` [PATCH RFC 037/104] crypto: fips140: convert crypto/authencesn.c "
` [PATCH RFC 038/104] crypto: fips140: convert crypto/cbc.c "
` [PATCH RFC 039/104] crypto: fips140: convert crypto/ccm.c "
` [PATCH RFC 040/104] crypto: fips140: convert crypto/cipher.c "
` [PATCH RFC 041/104] crypto: fips140: convert crypto/cmac.c "
` [PATCH RFC 042/104] crypto: fips140: convert crypto/cryptd.c "
` [PATCH RFC 043/104] crypto: fips140: convert crypto/ctr.c "
` [PATCH RFC 044/104] crypto: fips140: convert crypto/dh.c "
` [PATCH RFC 045/104] crypto: fips140: convert crypto/dh_helper.c "
` [PATCH RFC 046/104] crypto: fips140: convert crypto/drbg.c "
` [PATCH RFC 047/104] crypto: fips140: convert crypto/ecb.c "
` [PATCH RFC 048/104] crypto: fips140: convert crypto/ecc.c "
` [PATCH RFC 049/104] crypto: fips140: convert crypto/ecdh.c "
` [PATCH RFC 050/104] crypto: fips140: convert crypto/ecdh_helper.c "
` [PATCH RFC 051/104] crypto: fips140: convert crypto/ecdsa.c "
` [PATCH RFC 052/104] crypto: fips140: convert crypto/echainiv.c "
` [PATCH RFC 053/104] crypto: fips140: convert crypto/essiv.c "
` [PATCH RFC 054/104] crypto: fips140: convert crypto/gcm.c "
` [PATCH RFC 055/104] crypto: fips140: convert crypto/geniv.c "
` [PATCH RFC 056/104] crypto: fips140: convert crypto/ghash-generic.c "
` [PATCH RFC 057/104] crypto: fips140: convert crypto/hmac.c "
` [PATCH RFC 058/104] crypto: fips140: convert crypto/jitterentropy-kcapi.c "
` [PATCH RFC 059/104] crypto: fips140: convert crypto/kpp.c "
` [PATCH RFC 060/104] crypto: fips140: convert crypto/lskcipher.c "
` [PATCH RFC 061/104] crypto: fips140: convert crypto/pcrypt.c "
` [PATCH RFC 062/104] crypto: fips140: convert crypto/rng.c "
` [PATCH RFC 063/104] crypto: fips140: convert crypto/rsa.c "
` [PATCH RFC 064/104] crypto: fips140: convert crypto/rsa_helper.c "
` [PATCH RFC 065/104] crypto: fips140: convert crypto/seqiv.c "
` [PATCH RFC 066/104] crypto: fips140: convert crypto/sha1.c "
` [PATCH RFC 067/104] crypto: fips140: convert crypto/sha256.c "
` [PATCH RFC 068/104] crypto: fips140: convert crypto/sha3_generic.c "
` [PATCH RFC 069/104] crypto: fips140: convert crypto/sha512.c "
` [PATCH RFC 070/104] crypto: fips140: convert crypto/shash.c "
` [PATCH RFC 071/104] crypto: fips140: convert crypto/sig.c "
` [PATCH RFC 072/104] crypto: fips140: convert crypto/simd.c "
` [PATCH RFC 073/104] crypto: fips140: convert crypto/skcipher.c "
` [PATCH RFC 074/104] crypto: fips140: convert crypto/tcrypt.c "
` [PATCH RFC 075/104] crypto: fips140: convert crypto/testmgr.c "
` [PATCH RFC 076/104] crypto: fips140: convert crypto/xts.c "
` [PATCH RFC 077/104] crypto: fips140: convert crypto/asymmetric_keys/asymmetric_type.c "
` [PATCH RFC 078/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_key_type.c "
` [PATCH RFC 079/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_parser.c "
` [PATCH RFC 080/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_trust.c "
` [PATCH RFC 081/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_verify.c "
` [PATCH RFC 082/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs8_parser.c "
` [PATCH RFC 083/104] crypto: fips140: convert crypto/asymmetric_keys/public_key.c "
` [PATCH RFC 084/104] crypto: fips140: convert crypto/asymmetric_keys/selftest.c "
` [PATCH RFC 085/104] crypto: fips140: convert crypto/asymmetric_keys/signature.c "
` [PATCH RFC 086/104] crypto: fips140: convert crypto/asymmetric_keys/x509_cert_parser.c "
` [PATCH RFC 087/104] crypto: fips140: convert crypto/asymmetric_keys/x509_loader.c "
` [PATCH RFC 088/104] crypto: fips140: convert crypto/asymmetric_keys/x509_public_key.c "
` [PATCH RFC 089/104] crypto: fips140: manual fixups for include/keys/asymmetric-type.h
` [PATCH RFC 090/104] crypto: fips140: manual fixups for include/crypto/sha2.h
` [PATCH RFC 091/104] crypto: fips140: manual fixups for include/crypto/public_key.h
` [PATCH RFC 092/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 093/104] crypto: fips140: manual fixups for crypto/internal.h
` [PATCH RFC 094/104] crypto: fips140: manual fixups for include/crypto/internal/ecc.h
` [PATCH RFC 095/104] crypto: fips140: manual fixups for include/crypto/internal/rsa.h
` [PATCH RFC 096/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 097/104] crypto: fips140: manual fixups for lib/crypto/sha256.c
` [PATCH RFC 098/104] crypto: fips140: manual fixups for lib/crypto/sha512.c
` [PATCH RFC 099/104] crypto: fips140: add symlinks to kernel sources
` [PATCH RFC 100/104] crypto: fips140: add standalone FIPS 140 module
` [PATCH RFC 101/104] crypto: fips140: add FIPS 140 module loader
` [PATCH RFC 102/104] scripts/extract-fips140: new script
` [PATCH RFC 103/104] Documentation/crypto: add fips140.rst
` [PATCH RFC 104/104] MAINTAINERS: add myself as FIPS140 standalone module maintainer
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 (6+ messages)
[PATCH v6 0/9] Add generated modalias to modules.builtin.modinfo
2025-08-25 16:56 UTC (14+ messages)
` [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 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 (5+ messages)
` [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)
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).