George Spelvin ([email protected])

Number of posts: 137 (0.34 per day)
First post: 2019-03-09 03:21:25
Last post: 2020-04-15 22:57:01

Date List Subject
2020-04-15 22:57:01 linux-kernel Additional get_random_* ideas
2020-04-04 18:16:46 linux-wireless Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy
2020-04-03 23:48:08 linux-wireless Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy
2020-04-02 15:37:16 linux-wireless Re: [PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy
2020-04-01 21:13:04 linux-kernel Re: [RFC PATCH v1 36/50] random: Merge batched entropy buffers
2020-04-01 05:25:00 linux-kernel lib/random32.c security
2020-03-31 19:08:44 linux-kernel Re: [RFC PATCH v1 27/50] drivers/s390/scsi/zcsp_fc.c: Use prandom_u32_max() for backoff
2020-03-31 14:50:29 linux-kernel Re: [RFC PATCH v1 44/50] arm64: ptr auth: Use get_random_u64 instead of _bytes
2020-03-31 08:58:55 linux-kernel [PATCH 3/3] random: use better approximation in calc_entropy_frac()
2020-03-31 08:58:31 linux-kernel [PATCH 2/3] random: Factor helper calc_entropy_frac() out of credit_entropy_bits()
2020-03-31 08:58:07 linux-kernel [PATCH 1/3] random: Further dead code elimination
2020-03-31 00:29:43 linux-kernel Re: [RFC PATCH v1 44/50] arm64: ptr auth: Use get_random_u64 instead of _bytes
2020-03-30 19:35:05 linux-kernel Re: [RFC PATCH v1 44/50] arm64: ptr auth: Use get_random_u64 instead of _bytes
2020-03-30 18:07:03 linux-kernel [PATCH v2] arm64: kexec_file: Avoid temp buffer for RNG seed
2020-03-30 17:17:50 linux-kernel Re: [RFC PATCH v1 29/50] fs/ocfs2/journal: Use prandom_u32() and not /dev/random for timeout
2020-03-30 16:46:41 linux-kernel Re: [RFC PATCH v1 01/50] IB/qib: Delete struct qib_ivdev.qp_rnd
2020-03-30 06:57:45 linux-kernel Re: [RFC PATCH v1 13/50] Avoid some useless msecs/jiffies conversions
2020-03-30 05:56:03 linux-kernel [PATCH] random: reduce temporary buffers
2020-03-30 02:47:29 linux-kernel Another batched entropy idea
2020-03-29 22:44:10 linux-wireless Re: [RFC PATCH v1 13/50] Avoid some useless msecs/jiffies conversions
2020-03-29 22:35:34 linux-kernel Re: [RFC PATCH v1 42/50] drivers/ininiband: Use get_random_u32()
2020-03-29 17:56:58 linux-kernel Re: [RFC PATCH v1 00/52] Audit kernel random number use
2020-03-29 17:56:35 linux-wireless Re: [RFC PATCH v1 13/50] Avoid some useless msecs/jiffies conversions
2020-03-29 17:35:33 linux-kernel Re: [RFC PATCH v1 42/50] drivers/ininiband: Use get_random_u32()
2020-03-29 16:33:16 linux-kernel Re: [RFC PATCH v1 42/50] drivers/ininiband: Use get_random_u32()
2020-03-29 16:09:13 linux-kernel Re: [RFC PATCH v1 01/50] IB/qib: Delete struct qib_ivdev.qp_rnd
2020-03-29 12:20:43 linux-kernel Re: [RFC PATCH v1 13/50] Avoid some useless msecs/jiffies conversions
2020-03-29 04:02:42 linux-ext4 Re: [RFC PATCH v1 08/50] fs/ext4/ialloc.c: Replace % with reciprocal_scale() TO BE VERIFIED
2020-03-28 23:17:39 linux-ext4 Re: [RFC PATCH v1 08/50] fs/ext4/ialloc.c: Replace % with reciprocal_scale() TO BE VERIFIED
2020-03-28 18:37:20 linux-kernel [RFC PATCH v1 00/52] Audit kernel random number use
2020-03-28 18:11:35 linux-kernel Re: [RFC PATCH v1 09/50] <linux/random.h> prandom_u32_max() for power-of-2 ranges
2020-03-28 17:38:12 linux-kernel Re: [RFC PATCH v1 18/50] net/ipv6/addrconf.c: Use prandom_u32_max for rfc3315 backoff time computation
2020-03-28 17:08:56 linux-kernel [RFC PATCH v1 04/50] batman-adv: fix batadv_nc_random_weight_tq
2020-03-28 17:05:26 linux-kernel [RFC PATCH v1 18/50] net/ipv6/addrconf.c: Use prandom_u32_max for rfc3315 backoff time computation
2020-03-28 16:49:45 linux-kernel [RFC PATCH v1 19/50] net/sched/sch_netem: Simplify get_crandom
2020-03-28 16:48:32 linux-kernel [RFC PATCH v1 01/50] IB/qib: Delete struct qib_ivdev.qp_rnd
2020-03-28 16:48:14 linux-kernel [RFC PATCH v1 46/50] mm/shuffle.c: use get_random_max()
2020-03-28 16:48:01 linux-kernel [RFC PATCH v1 31/50] lib/nodemask.c: Use cheaper prandom_u32_max() in node_random()
2020-03-28 16:48:00 linux-kernel [RFC PATCH v1 15/50] drivers/block/drbd/drbd_main: fix _drbd_fault_random()
2020-03-28 16:47:54 linux-kernel [RFC PATCH v1 28/50] drivers/target/iscsi: Replace O(n^2) randomization
2020-03-28 16:47:50 linux-kernel [RFC PATCH v1 32/50] lib/test*.c: Use prandom_u32_max()
2020-03-28 16:47:48 linux-kernel [RFC PATCH v1 23/50] prandom_seed_state(): Change to 32-bit seed type.
2020-03-28 16:47:46 linux-kernel [RFC PATCH v1 33/50] lib/test_vmalloc.c: Use pseudorandom numbers
2020-03-28 16:47:39 linux-kernel [RFC PATCH v1 37/50] random: Simplify locking of batched entropy
2020-03-28 16:47:38 linux-ext4 [RFC PATCH v1 08/50] fs/ext4/ialloc.c: Replace % with reciprocal_scale() TO BE VERIFIED
2020-03-28 16:47:33 linux-kernel [RFC PATCH v1 44/50] arm64: ptr auth: Use get_random_u64 instead of _bytes
2020-03-28 16:47:24 linux-kernel [RFC PATCH v1 10/50] <linux/random.h> Make prandom_u32_max() exact for constant ranges
2020-03-28 16:47:12 linux-kernel [RFC PATCH v1 34/50] mm/slub.c: Use cheaper prandom source in shuffle_freelist
2020-03-28 16:47:08 linux-kernel [RFC PATCH v1 22/50] lib/random32: Use random_ready_callback for seeding.
2020-03-28 16:47:03 linux-kernel [RFC PATCH v1 41/50] drivers/block/drbd/drbd_nl.c: Use get_random_u64()
2020-03-28 16:46:57 linux-kernel [RFC PATCH v1 49/50] arch/x86/entry/vdso/vma.c: Use get_random_max32() for vdso_addr