messages from 2025-05-05 19:11:37 to 2025-05-10 05:50:10 UTC [more...]
[v4 PATCH 00/11] crypto: lib - Add partial block helper
2025-05-10 5:50 UTC (32+ messages)
` [v4 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [PATCH] crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic code out
` [v2 PATCH] "
` [v4 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface
` [PATCH] crypto: powerpc/poly1305 - Add missing poly1305_emit_arch
` [PATCH] crypto: powerpc/poly1305 - Restore crypto_simd_usable test
` [PATCH] crypto: powerpc/poly1305 - Fix input mixup in poly1305_emit_arch
` [v2 PATCH] crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapper
[PATCH] lib/crc: make arch-optimized code use subsys_initcall
2025-05-10 3:59 UTC
[REGRESSION] alg: ahash: Several tests fail during boot on Turris Omnia
2025-05-10 1:44 UTC (26+ messages)
` [PATCH] crypto: marvell/cesa - Do not chain submitted requests
` [v2 PATCH] "
` [v3 "
[PATCH v2 00/12] ARM: bcm: Add some BCMBCA peripherals
2025-05-10 1:11 UTC (3+ messages)
[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
2025-05-09 22:13 UTC (2+ messages)
` (subset) "
[PATCH] crypto: crypto4xx - Remove ahash-related code
2025-05-09 20:46 UTC (2+ messages)
[RESEND PATCH v9 00/19] zswap compression batching
2025-05-09 18:29 UTC (25+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
` [PATCH v9 02/19] crypto: acomp - Reinstate non-chained crypto_acomp_[de]compress()
` [PATCH v9 03/19] Revert "crypto: testmgr - Add multibuffer acomp testing"
` [PATCH v9 04/19] crypto: scomp - Fix off-by-one bug when calculating last page
` [PATCH v9 05/19] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v9 06/19] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v9 07/19] crypto: iaa - Define and use req->data instead of req->base.data
` [PATCH v9 08/19] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v9 09/19] crypto: iaa - CRYPTO_ACOMP_REQ_POLL acomp_req flag for sequential vs. parallel
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v9 11/19] crypto: iaa - Implement crypto_acomp batching interfaces for Intel IAA
` [PATCH v9 12/19] crypto: iaa - Enable async mode and make it the default
` [PATCH v9 13/19] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v9 14/19] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v9 15/19] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v9 16/19] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v9 17/19] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v9 18/19] mm: zswap: zswap_store() will process a folio in batches
` [PATCH v9 19/19] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH v4 0/3] Rework protected key AES for true asynch support
2025-05-09 10:24 UTC (4+ messages)
` [PATCH v4 1/3] s390/cpacf: Rework cpacf_pcc() to return condition code
` [PATCH v4 2/3] s390/crypto: Rework protected key AES for true asynch support
` [PATCH v4 3/3] Documentation: crypto_engine: Update and extend crypto engine doc
[v2 PATCH] KEYS: Invert FINAL_PUT bit
2025-05-09 9:45 UTC (3+ messages)
` [v3 "
[PATCH 2/6] crypto: ahash - Handle partial blocks in API
2025-05-08 22:03 UTC (2+ messages)
[PATCH] crypto: iaa - Optimize rebalance_wq_table()
2025-05-08 19:59 UTC
[PATCH v9 0/5] Add Loongson Security Engine chip driver
2025-05-08 19:57 UTC (10+ messages)
` [PATCH v9 1/5] mfd: Add support for Loongson Security Engine chip controller
` [PATCH v9 2/5] crypto: loongson - add Loongson RNG driver support
` [PATCH v9 3/5] MAINTAINERS: Add entry for Loongson crypto driver
` [PATCH v9 4/5] tpm: Add a driver for Loongson TPM device
[PATCH v9 00/19] zswap compression batching
2025-05-08 19:30 UTC (4+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
[PATCH v3 0/4] Introducing Hornet LSM
2025-05-08 19:23 UTC (9+ messages)
[PATCH 0/3] crypto: acomp - Add interface to set parameters
2025-05-08 19:21 UTC (9+ messages)
` [PATCH 2/3] crypto: acomp - Add setparam interface
[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
2025-05-08 18:06 UTC (3+ messages)
[PATCH] crypto: arm64/sha256 - fix build when CONFIG_PREEMPT_VOLUNTARY=y
2025-05-08 16:16 UTC (5+ messages)
[PATCH v3 0/7] Clean up the crypto testing options
2025-05-08 12:59 UTC (9+ messages)
` [PATCH v3 1/7] crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
` [PATCH v3 2/7] crypto: testmgr - remove panic_on_fail
` [PATCH v3 3/7] crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
` [PATCH v3 4/7] crypto: testmgr - make it easier to enable the full set of tests
` [PATCH v3 5/7] crypto: testmgr - rename noextratests to noslowtests
` [PATCH v3 6/7] crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
` [PATCH v3 7/7] crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS
[PATCH v4 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-05-08 11:11 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: crypto: Add binding for TI DTHE V2
` [PATCH v4 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[net-next PATCH v1 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
2025-05-08 10:56 UTC (27+ messages)
` [net-next PATCH v1 02/15] octeontx2-af: Configure crypto hardware for inline ipsec
` [net-next PATCH v1 04/15] octeontx2-af: Handle inbound inline ipsec config in AF
` [net-next PATCH v1 06/15] octeontx2-af: Add support for CPT second pass
` [net-next PATCH v1 07/15] octeontx2-af: Add support for SPI to SA index translation
` [net-next PATCH v1 09/15] octeontx2-pf: ipsec: Allocate Ingress SA table
` [net-next PATCH v1 10/15] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
` [net-next PATCH v1 11/15] octeontx2-pf: ipsec: Handle NPA threshold interrupt
` [net-next PATCH v1 13/15] octeontx2-pf: ipsec: Manage NPC rules and SPI-to-SA table entries
` [net-next PATCH v1 14/15] octeontx2-pf: ipsec: Process CPT metapackets
` [net-next PATCH v1 15/15] octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows
[PATCH next] crypto: qat/qat_6xxx - Fix NULL vs IS_ERR() check in adf_probe()
2025-05-08 8:18 UTC (2+ messages)
crypto self-test errors kernel 6.12.4
2025-05-08 5:07 UTC (4+ messages)
[RFC PATCH 0/6] btrfs: offload zlib-deflate to accelerators
2025-05-08 4:19 UTC (10+ messages)
` [RFC PATCH 6/6] btrfs: zlib: add support for zlib-deflate through acomp
[linux-next:master 6141/9308] arch/mips/lib/crypto/chacha-core.S:264:118: error: unknown instruction, did you mean: rol, rotr?
2025-05-07 22:18 UTC
next-20250507: arm64 local label `"3" (instance number 1 of a fb label)' is not defined
2025-05-07 17:30 UTC (2+ messages)
[ebiggers:sha256-lib-v4 4/13] /tmp/ccoCWqTC.s: Error: local label `"3" (instance number 1 of a fb label)' is not defined
2025-05-07 17:13 UTC (2+ messages)
[PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
2025-05-07 5:44 UTC (2+ messages)
[herbert-cryptodev-2.6:master 50/70] arch/um/include/asm/fpu/api.h:14:15: error: unknown type name 'bool'
2025-05-07 5:41 UTC (3+ messages)
` [PATCH] um: Include linux/types.h in asm/fpu/api.h
[linux-next:master] [crypto] 34f170a590: CFI_failure_at_sk_filter_trim_cap
2025-05-07 5:35 UTC
[PATCH v3 0/3] Rework protected key AES for true asynch support
2025-05-07 3:35 UTC (7+ messages)
` [PATCH v3 2/3] s390/crypto: "
[PATCH v9 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
2025-05-07 2:41 UTC (4+ messages)
[PATCH 0/4] crypto: lib/chacha - improve type safety
2025-05-06 16:09 UTC (3+ messages)
` [PATCH 1/4] crypto: lib/chacha - strongly type the ChaCha state
[PATCH] crypto: aspeed/hash - Use API partial block handling
2025-05-06 8:36 UTC
[herbert-cryptodev-2.6:master 12/70] crypto/chacha20poly1305.c:155: undefined reference to `poly1305_init'
2025-05-06 7:24 UTC
[PATCH v2 0/6] Add SPAcc Crypto Driver
2025-05-06 6:51 UTC (6+ messages)
` [PATCH v2 1/6] dt-bindings: crypto: Document support for SPAcc
linux-next: build failure after merge of the crypto tree
2025-05-06 2:33 UTC (2+ messages)
[PATCH AUTOSEL 5.15 041/153] crypto: octeontx2 - suppress auth failure screaming due to negative tests
2025-05-05 23:11 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 055/153] crypto: lzo - Fix compression buffer overrun
[PATCH AUTOSEL 6.1 056/212] crypto: octeontx2 - suppress auth failure screaming due to negative tests
2025-05-05 23:04 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 079/212] crypto: lzo - Fix compression buffer overrun
[PATCH AUTOSEL 6.6 070/294] crypto: octeontx2 - suppress auth failure screaming due to negative tests
2025-05-05 22:54 UTC (4+ messages)
` [PATCH AUTOSEL 6.6 102/294] crypto: lzo - Fix compression buffer overrun
` [PATCH AUTOSEL 6.6 170/294] crypto: ahash - Set default reqsize from ahash_alg
` [PATCH AUTOSEL 6.6 171/294] crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
[PATCH AUTOSEL 6.12 114/486] crypto: octeontx2 - suppress auth failure screaming due to negative tests
2025-05-05 22:35 UTC (5+ messages)
` [PATCH AUTOSEL 6.12 171/486] crypto: lzo - Fix compression buffer overrun
` [PATCH AUTOSEL 6.12 172/486] crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
` [PATCH AUTOSEL 6.12 272/486] crypto: ahash - Set default reqsize from ahash_alg
` [PATCH AUTOSEL 6.12 273/486] crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
[PATCH AUTOSEL 6.14 143/642] crypto: octeontx2 - suppress auth failure screaming due to negative tests
2025-05-05 22:09 UTC (5+ messages)
` [PATCH AUTOSEL 6.14 216/642] crypto: lzo - Fix compression buffer overrun
` [PATCH AUTOSEL 6.14 217/642] crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
` [PATCH AUTOSEL 6.14 349/642] crypto: ahash - Set default reqsize from ahash_alg
` [PATCH AUTOSEL 6.14 350/642] crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
[PATCH 0/8] crypto: use memcpy_sglist() instead of null skcipher
2025-05-05 19:10 UTC (4+ messages)
` [PATCH 4/8] crypto: geniv - "
` [PATCH 7/8] crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL
` [PATCH 8/8] crypto: null - use memcpy_sglist()
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).