public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-25 07:10:31 to 2025-07-03 02:07:49 UTC [more...]

[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
 2025-07-03  2:07 UTC  (4+ messages)

[GIT PULL] s390 fixes for 6.16-rc5
 2025-07-02 17:06 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-02 14:09 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 net-next v2 0/9] net: Remove unused function parameters in skbuff.c
 2025-07-02 13:44 UTC  (19+ messages)
` [PATCH net-next v2 1/9] net: splice: Drop unused @pipe
` [PATCH net-next v2 2/9] net: splice: Drop unused @flags
` [PATCH net-next v2 3/9] tcp: Drop tcp_splice_state::flags
` [PATCH net-next v2 4/9] af_unix: Drop unix_stream_read_state::splice_flags
` [PATCH net-next v2 5/9] net: splice: Drop unused @gfp
` [PATCH net-next v2 6/9] net: splice: Drop nr_pages_max initialization
` [PATCH net-next v2 7/9] net/smc: "
` [PATCH net-next v2 8/9] net: skbuff: Drop unused @skb
` [PATCH net-next v2 9/9] "

[PATCH net-next v3 0/6] net: Remove unused function parameters in skbuff.c
 2025-07-02 13:38 UTC  (7+ 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] "

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-02 13:25 UTC  (22+ messages)
` [kvm-unit-tests PATCH v4 01/13] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v4 02/13] scripts: Document environment variables
` [kvm-unit-tests PATCH v4 03/13] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v4 04/13] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v4 05/13] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v4 06/13] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments "
` [kvm-unit-tests PATCH v4 08/13] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v4 09/13] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v4 10/13] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v4 11/13] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v4 12/13] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v4 13/13] scripts: Enable kvmtool

[PATCH] perf test: perf header test fails on s390
 2025-07-01 17:55 UTC  (5+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-01 13:56 UTC  (2+ messages)
` [PATCH 17/23] s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "

[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] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
 2025-06-30 17:02 UTC  (7+ messages)

[PATCH v2 00/14] SHA-256 library improvements
 2025-06-30 16:06 UTC  (15+ 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

[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  (3+ messages)

[PATCH] perf list: Add IBM z17 event descriptions
 2025-06-27 16:55 UTC  (5+ messages)
    ` [Ping][PATCH] "

[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)

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-26 13:52 UTC  (21+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "

[PATCH v12 0/6] New s390 specific protected key hmac
 2025-06-26 10:54 UTC  (2+ messages)

[PATCH net] MAINTAINERS: update smc section
 2025-06-26  6:59 UTC  (5+ messages)

[PATCH] integrity: Extract secure boot enquiry function out of IMA
 2025-06-26  2:31 UTC 

[PATCH 0/2] bugs/s390: Fix compile error with old gcc versions
 2025-06-25  9:31 UTC  (2+ messages)

[PATCH v12 0/6] New s390 specific protected key hmac
 2025-06-25  9:04 UTC 

[PATCH 00/18] SHA-256 library improvements
 2025-06-25  7:08 UTC  (11+ messages)
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox