messages from 2025-06-26 15:32:12 to 2025-07-12 23:26:27 UTC [more...]
[PATCH 00/26] SHA-1 library functions
2025-07-12 23:23 UTC (17+ messages)
` [PATCH 01/26] crypto: x86/sha1 - Rename conflicting symbol
` [PATCH 02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
` [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
` [PATCH 04/26] lib/crypto: sha1: Add HMAC support
` [PATCH 05/26] crypto: sha1 - Wrap library and add "
` [PATCH 06/26] crypto: sha1 - Use same state format as legacy drivers
` [PATCH 07/26] lib/crypto: arm/sha1: Migrate optimized code into library
` [PATCH 08/26] lib/crypto: arm64/sha1: "
` [PATCH 09/26] lib/crypto: mips/sha1: "
` [PATCH 10/26] lib/crypto: powerpc/sha1: "
` [PATCH 11/26] lib/crypto: s390/sha1: "
` [PATCH 12/26] lib/crypto: sparc/sha1: "
` [PATCH 13/26] lib/crypto: x86/sha1: "
` [PATCH 14/26] crypto: sha1 - Remove sha1_base.h
` [PATCH 15/26] lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
` [PATCH 16/26] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
[PATCH] multipath-tools: fix default blacklist of s390 devices
2025-07-12 22:11 UTC (2+ messages)
[PATCH 1/2] crypto: engine: remove request batching support
2025-07-11 18:29 UTC
[PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
2025-07-11 16:16 UTC (5+ messages)
[kvm-unit-tests PATCH] s390x: Fix arch_cmd
2025-07-11 14:42 UTC (4+ messages)
[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
2025-07-11 14:37 UTC (13+ messages)
` [kvm-unit-tests PATCH v4 05/13] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool
[PATCH 0/2] KVM: s390: Fix latent guest entry/exit bugs
2025-07-11 13:26 UTC (5+ messages)
` [PATCH 1/2] entry: Add arch_in_rcu_eqs()
` [PATCH 2/2] KVM: s390: Rework guest entry logic
[PATCH v1 net] smc: Fix various oops due to inet_sock type confusion
2025-07-11 6:07 UTC
[PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
2025-07-11 0:24 UTC (3+ messages)
[PATCH] perf list: Remove trailing A in PAI crypto event 4210
2025-07-10 17:27 UTC (3+ messages)
[PATCH v2] s390/con3215: Use macros for hardcoded values
2025-07-10 6:35 UTC (2+ messages)
[PATCH net-next v2 0/2] Converge on using secs_to_jiffies() part two
2025-07-10 2:40 UTC (7+ messages)
` [PATCH net-next v2 1/2] net/smc: convert timeouts to secs_to_jiffies()
` [PATCH net-next v2 2/2] net: ipconfig: "
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-07-10 1:57 UTC (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
[PATCH] s390/con3215: Use macros for hardcoded values
2025-07-09 19:10 UTC (2+ messages)
[PATCH] s390/sclp_con: delete unused macros and standardize the name
2025-07-09 18:59 UTC
[PATCH] s390/con3270: Use macros for hardcoded values
2025-07-09 17:13 UTC
[PATCH] s390/sclp_tty: Use macros for hardcoded values
2025-07-09 16:38 UTC
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
2025-07-09 11:58 UTC (4+ messages)
` [PATCH 17/23] s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "
[PATCH 6.12,6.15] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-07-08 21:44 UTC
[GIT PULL] Crypto library fix for v6.16-rc6
2025-07-08 20:40 UTC (2+ messages)
[PATCH net-next v3 0/6] net: Remove unused function parameters in skbuff.c
2025-07-08 16:00 UTC (8+ messages)
` [PATCH net-next v3 1/6] net: splice: Drop unused @pipe
` [PATCH net-next v3 2/6] net: splice: Drop unused @gfp
` [PATCH net-next v3 3/6] net: splice: Drop nr_pages_max initialization
` [PATCH net-next v3 4/6] net/smc: "
` [PATCH net-next v3 5/6] net: skbuff: Drop unused @skb
` [PATCH net-next v3 6/6] "
[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
2025-07-07 20:35 UTC (7+ messages)
[PATCH] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-07-07 6:47 UTC (9+ messages)
[PATCH v2 00/14] SHA-256 library improvements
2025-07-04 13:26 UTC (17+ messages)
` [PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH v2 03/14] lib/crypto: sha256: Reorder some code
` [PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH v2 08/14] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH v2 09/14] crypto: sha256 - Wrap library and add HMAC support
` [PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
` [PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
` [PATCH v2 12/14] lib/crypto: sha256: Consolidate into single module
` [PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
2025-07-04 8:41 UTC (7+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter
[PATCH] perf list: Add IBM z17 event descriptions
2025-07-03 18:16 UTC (6+ messages)
` [Ping][PATCH] "
[PATCH v2] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
2025-07-03 17:23 UTC
[PATCH] s390/boot: use the full title of the manual for facility bits
2025-07-03 7:59 UTC (3+ messages)
[GIT PULL] s390 fixes for 6.16-rc5
2025-07-02 17:06 UTC (2+ messages)
[PATCH net-next v2 0/9] net: Remove unused function parameters in skbuff.c
2025-07-02 13:44 UTC (9+ messages)
` [PATCH net-next v2 7/9] net/smc: Drop nr_pages_max initialization
[PATCH] perf test: perf header test fails on s390
2025-07-01 17:55 UTC (5+ messages)
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-07-01 13:37 UTC (23+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
` [PATCH v2 02/11] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v2 03/11] kasan/arm: "
` [PATCH v2 04/11] kasan/xtensa: "
` [PATCH v2 05/11] kasan/loongarch: "
` [PATCH v2 06/11] kasan/um: "
` [PATCH v2 07/11] kasan/x86: "
` [PATCH v2 08/11] kasan/s390: "
` [PATCH v2 09/11] kasan/powerpc: "
` [PATCH v2 10/11] kasan/riscv: "
` [PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled
[PATCH] mm/debug_vm_pgtable: Use a swp_entry_t input value for swap tests
2025-07-01 4:16 UTC (3+ messages)
[PATCH v3 00/16] SHA-512 library functions
2025-06-30 16:03 UTC (17+ messages)
` [PATCH v3 01/16] crypto: sha512 - Rename conflicting symbols
` [PATCH v3 02/16] lib/crypto: sha512: Add support for SHA-384 and SHA-512
` [PATCH v3 03/16] lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v3 04/16] crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
` [PATCH v3 05/16] crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library
` [PATCH v3 06/16] crypto: sha512 - Use same state format as legacy drivers
` [PATCH v3 07/16] lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 08/16] lib/crypto: arm64/sha512: "
` [PATCH v3 09/16] mips: cavium-octeon: Move octeon-crypto.h into asm directory
` [PATCH v3 10/16] lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 11/16] lib/crypto: riscv/sha512: "
` [PATCH v3 12/16] lib/crypto: s390/sha512: "
` [PATCH v3 13/16] lib/crypto: sparc/sha512: "
` [PATCH v3 14/16] lib/crypto: x86/sha512: "
` [PATCH v3 15/16] lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
` [PATCH v3 16/16] crypto: sha512 - Remove sha512_base.h
[RFC PATCH 1/1] mm/debug_vm_pgtable: Use a swp_entry_t input value for swap tests
2025-06-30 14:38 UTC (4+ messages)
[syzbot] [rdma?] [s390?] [net?] KASAN: null-ptr-deref Read in smc_tcp_syn_recv_sock
2025-06-30 6:51 UTC (8+ messages)
` syztest
` [syzbot] [smc?] KASAN: null-ptr-deref Read in smc_tcp_syn_recv_sock
[PATCH RESEND] integrity: Extract secure boot enquiry function out of IMA
2025-06-28 2:37 UTC (3+ messages)
[PATCH net v2] MAINTAINERS: update smc section
2025-06-27 22:20 UTC (2+ messages)
[GIT PULL] s390 fixes for 6.16-rc4
2025-06-27 16:29 UTC (2+ messages)
[PATCH v2 0/7] Remove ops.pgsize_bitmap
2025-06-27 12:59 UTC (5+ messages)
` [PATCH v2 7/7] iommu: Remove ops->pgsize_bitmap
[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
2025-06-27 8:45 UTC (5+ messages)
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock
Syzbot finding: invalid-load in arch/s390/crypto/sha_common.c
2025-06-27 7:13 UTC (4+ 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).