messages from 2025-06-30 16:05:23 to 2025-07-21 20:16:57 UTC [more...]
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-07-21 20:16 UTC (25+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON
[PATCH] arch: fix resource leak in chmc.c
2025-07-21 8:25 UTC (9+ messages)
` "
` [PATCH v2] arch: fix resource leak in jbusmc_probe()
` [PATCH v3] sparc: "
Kernel stacktrace on sun4v during boot
2025-07-20 15:03 UTC
[PATCH 00/26] SHA-1 library functions
2025-07-18 17:24 UTC (31+ 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 17/26] sctp: Use HMAC-SHA1 and HMAC-SHA256 library functions
` [PATCH 18/26] ipv6: sr: "
` [PATCH 19/26] tee: Use SHA-1 library instead of crypto_shash
` [PATCH 20/26] lib/digsig: "
` [PATCH 21/26] drm/bridge: it6505: "
` [PATCH 22/26] nfc: s3fwrn5: "
` [PATCH 23/26] ppp: mppe: "
` [PATCH 24/26] KEYS: trusted_tpm1: "
` [PATCH 25/26] ipv6: Switch to higher-level SHA-1 functions
` [PATCH 26/26] lib/crypto: sha1: Remove low-level functions from API
[PATCH v2 RESEND] sparc: fix error handling in scan_one_device()
2025-07-18 9:32 UTC
[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
2025-07-16 18:04 UTC (3+ messages)
[PATCH] sparc64: fix hugetlb for sun4u
2025-07-16 16:47 UTC (4+ messages)
[PATCH 0/3] drop hugetlb_free_pgd_range()
2025-07-16 16:42 UTC (9+ messages)
` [PATCH 1/3] sparc64: remove hugetlb_free_pgd_range()
` [PATCH 2/3] mm: remove call to hugetlb_free_pgd_range()
` [PATCH 3/3] mm: drop hugetlb_free_pgd_range()
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
2025-07-15 10:32 UTC (5+ messages)
` [PATCH 19/23] sparc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "
[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
2025-07-15 0:31 UTC (5+ messages)
[PATCH v6 0/8] char: misc: Various cleanup for miscdevice
2025-07-14 15:34 UTC (9+ messages)
` [PATCH v6 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v6 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v6 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v6 4/8] char: misc: Add a case to test registering miscdevice again without reinitialization
` [PATCH v6 5/8] char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor
` [PATCH v6 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v6 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v6 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition
[PATCH v5 0/8] char: misc: Various cleanup for miscdevice
2025-07-14 11:26 UTC (15+ messages)
` [PATCH v5 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v5 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v5 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v5 4/8] char: misc: Add a case to test registering miscdevice again without reinitialization
` [PATCH v5 5/8] char: misc: Fix kunit test case miscdev_test_dynamic_reentry() failure
` [PATCH v5 6/8] char: misc: Does not request module for miscdevice with dynamic minor
` [PATCH v5 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v5 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition
[PATCH 1/2] vdso: sparc: stub out custom vdso implementation
2025-07-14 8:40 UTC (12+ messages)
` [PATCH 2/2] clocksource: remove ARCH_CLOCKSOURCE_DATA
[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 v4 0/8] char: misc: Various cleanup for miscdevice
2025-07-09 13:10 UTC (16+ messages)
` [PATCH v4 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v4 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v4 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v4 4/8] char: misc: Add a reentry test case about dynamic minor request
` [PATCH v4 5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor
` [PATCH v4 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v4 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v4 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition
[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
[PATCH v3 0/8] char: misc: Various cleanup for miscdevice
2025-07-04 12:38 UTC (11+ messages)
` [PATCH v3 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v3 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v3 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v3 4/8] char: misc: Add a reentry test case about dynamic minor request
` [PATCH v3 5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor
` [PATCH v3 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v3 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v3 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition
[PATCH v2 0/9] char: misc: Various cleanup for miscdevice
2025-07-02 12:13 UTC (12+ messages)
` [PATCH v2 1/9] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v2 2/9] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v2 3/9] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v2 4/9] char: misc: Add a reentry test case for dynamic minor request
` [PATCH v2 5/9] char: misc: Make registering dynamic device reentry
` [PATCH v2 6/9] char: misc: Does not request module for miscdevice with dynamic minor
` [PATCH v2 7/9] char: misc: Allocate 4 more fixed minors for watchdog
` [PATCH v2 8/9] char: misc: Define fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v2 9/9] sparc: kernel: apc: Remove macro APC_MINOR defination
kernel/fork.c:3088:2: warning: clone3() entry point is missing, please fix
2025-07-01 8:49 UTC (6+ messages)
[PATCH v3 00/16] SHA-512 library functions
2025-06-30 16:03 UTC (14+ messages)
` [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
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).