David Keisar Schm ([email protected])

Number of posts: 27 (0.2 per day)
First post: 2022-12-11 22:18:25
Last post: 2023-04-23 07:41:38

Date List Subject
2023-04-23 07:41:38 linux-kernel Re: [PATCH v6 3/3] arch/x86/mm/kaslr: use siphash instead of prandom_bytes_state
2023-04-16 17:26:30 linux-kernel [PATCH v6 3/3] arch/x86/mm/kaslr: use siphash instead of prandom_bytes_state
2023-04-16 17:23:46 linux-kernel [PATCH v6 2/3] mm/slab_common: Replace invocation of weak PRNG
2023-04-16 17:23:45 linux-kernel [PATCH v6 1/3] mm/slab: Replace invocation of weak PRNG
2023-04-16 17:23:05 linux-kernel [PATCH v6 0/3] Replace invocations of prandom_u32() with get_random_u32() and siphash
2023-04-16 17:21:46 linux-kernel [PATCH v5 0/3] Replace invocations of prandom_u32() with get_random_u32()
2023-04-15 17:46:58 linux-kernel [PATCH v5 3/3] Replace invocation of weak PRNG
2023-04-15 17:39:09 linux-kernel [PATCH v5 2/3] Replace invocation of weak PRNG
2023-04-15 17:39:08 linux-kernel [PATCH v5 0/3] Replace invocations of prandom_u32() with get_random_u32()
2023-04-15 17:38:35 linux-kernel [PATCH v5 1/3] Replace invocation of weak PRNG
2023-01-13 22:06:17 linux-kernel [PATCH v4 3/3] x86 mm, x86 architecture (32-bit and 64-bit): arch/x86/mm/kaslr.c: Adds 64bits version of prandom_seed_state
2023-01-13 22:04:49 linux-kernel [PATCH v4 1/3] slab_allocator: mm/slab.c: Replace invocation of weak PRNG
2023-01-13 22:04:09 linux-kernel [PATCH v4 2/3] slab_allocator: mm/slab_common.c: Replace invocation of weak PRNG
2023-01-13 22:03:58 linux-kernel [PATCH v4 0/3] Secure prandom_u32 invocations
2022-12-18 19:30:33 linux-kernel [PATCH v3 1/3] Replace invocation of weak PRNG in mm/slab.c
2022-12-18 19:29:11 linux-kernel [PATCH v3 3/3] Replace invocation of weak PRNG in arch/x86/mm/kaslr.c
2022-12-18 19:18:38 linux-kernel [PATCH v3 0/3] Replace invocations of prandom_u32() with get_random_u32()
2022-12-18 19:14:27 linux-kernel [PATCH v3 2/3] Replace invocation of weak PRNG inside mm/slab_common.c
2022-12-13 11:06:50 linux-kernel [PATCH v2 1/3] Replace invocation of weak PRNG in mm/slab.c
2022-12-13 11:04:48 linux-kernel [PATCH v2 3/3] Replace invocation of weak PRNG in arch/x86/mm/kaslr.c
2022-12-13 10:58:38 linux-kernel [PATCH v2 0/3] Replace invocations of prandom_u32_state, prandom_bytes_state with get_random_u32, get_random_bytes
2022-12-13 10:42:00 linux-kernel [PATCH v2 2/3] Replace invocation of weak PRNG inside mm/slab_common.c
2022-12-11 22:33:29 linux-kernel [PATCH 4/5] Replace invocation of weak PRNG inside mm/slab_common.c
2022-12-11 22:31:03 linux-kernel [PATCH 3/5] Replace invocation of weak PRNG in mm/slab.c
2022-12-11 22:24:00 linux-kernel [PATCH 5/5] Replace invocation of weak PRNG in arch/x86/mm/kaslr.c
2022-12-11 22:23:50 linux-kernel [PATCH 2/5] Replace invocation of weak PRNG in kernel/bpf/core.c
2022-12-11 22:18:25 linux-kernel [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state