All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 11:51:54 to 2022-05-27 12:13:23 UTC [more...]

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:50 UTC  (73+ messages)
` [PATCH 5.15 042/145] random: make credit_entropy_bits() always safe
` [PATCH 5.15 043/145] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 5.15 044/145] random: remove batched entropy locking
` [PATCH 5.15 046/145] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 5.15 047/145] random: get rid of secondary crngs
` [PATCH 5.15 048/145] random: inline leaves of rand_initialize()
` [PATCH 5.15 049/145] random: ensure early RDSEED goes through mixer on init
` [PATCH 5.15 050/145] random: do not xor RDRAND when writing into /dev/random
` [PATCH 5.15 051/145] random: absorb fast pool into input pool after fast load
` [PATCH 5.15 052/145] random: use simpler fast key erasure flow on per-cpu keys
` [PATCH 5.15 053/145] random: use hash function for crng_slow_load()
` [PATCH 5.15 054/145] random: make more consistent use of integer types
` [PATCH 5.15 055/145] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 5.15 056/145] random: zero buffer after reading entropy from userspace
` [PATCH 5.15 057/145] random: fix locking for crng_init in crng_reseed()
` [PATCH 5.15 058/145] random: tie batched entropy generation to base_crng generation
` [PATCH 5.15 059/145] random: remove ifdefd out interrupt bench
` [PATCH 5.15 060/145] random: remove unused tracepoints
` [PATCH 5.15 061/145] random: add proper SPDX header
` [PATCH 5.15 062/145] random: deobfuscate irq u32/u64 contributions
` [PATCH 5.15 063/145] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 5.15 064/145] random: remove useless header comment
` [PATCH 5.15 065/145] random: remove whitespace and reorder includes
` [PATCH 5.15 066/145] random: group initialization wait functions
` [PATCH 5.15 067/145] random: group crng functions
` [PATCH 5.15 068/145] random: group entropy extraction functions
` [PATCH 5.15 069/145] random: group entropy collection functions
` [PATCH 5.15 070/145] random: group userspace read/write functions
` [PATCH 5.15 071/145] random: group sysctl functions
` [PATCH 5.15 072/145] random: rewrite header introductory comment
` [PATCH 5.15 073/145] random: defer fast pool mixing to worker
` [PATCH 5.15 074/145] random: do not take pool spinlock at boot
` [PATCH 5.15 075/145] random: unify early init crng load accounting
` [PATCH 5.15 076/145] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 5.15 077/145] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.15 080/145] random: only wake up writers after zap if threshold was passed
` [PATCH 5.15 081/145] random: cleanup UUID handling
` [PATCH 5.15 082/145] random: unify cycles_t and jiffies usage and types
` [PATCH 5.15 083/145] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.15 084/145] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.15 085/145] random: dont let 644 read-only sysctls be written to
` [PATCH 5.15 086/145] random: replace custom notifier chain with standard one
` [PATCH 5.15 087/145] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.15 088/145] random: make consistent usage of crng_ready()
` [PATCH 5.15 089/145] random: reseed more often immediately after booting
` [PATCH 5.15 090/145] random: check for signal and try earlier when generating entropy
` [PATCH 5.15 091/145] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.15 092/145] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.15 093/145] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.15 094/145] random: mix build-time latent entropy into pool at init
` [PATCH 5.15 095/145] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.15 096/145] random: do not allow user to keep crng key around on stack
` [PATCH 5.15 097/145] random: check for signal_pending() outside of need_resched() check
` [PATCH 5.15 098/145] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 5.15 099/145] random: allow partial reads if later user copies fail
` [PATCH 5.15 100/145] random: make random_get_entropy() return an unsigned long
` [PATCH 5.15 101/145] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.15 102/145] random: fix sysctl documentation nits
` [PATCH 5.15 103/145] init: call time_init() before rand_initialize()
` [PATCH 5.15 104/145] ia64: define get_cycles macro for arch-override
` [PATCH 5.15 105/145] s390: "
` [PATCH 5.15 106/145] parisc: "
` [PATCH 5.15 107/145] alpha: "
` [PATCH 5.15 108/145] powerpc: "
` [PATCH 5.15 109/145] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.15 112/145] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.15 113/145] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.15 114/145] nios2: "
` [PATCH 5.15 115/145] x86/tsc: Use "
` [PATCH 5.15 116/145] um: use "
` [PATCH 5.15 117/145] sparc: "
` [PATCH 5.15 118/145] xtensa: "

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:50 UTC  (68+ messages)
` [PATCH 5.10 058/163] random: use linear min-entropy accumulation crediting
` [PATCH 5.10 059/163] random: always wake up entropy writers after extraction
` [PATCH 5.10 062/163] random: remove batched entropy locking
` [PATCH 5.10 063/163] random: fix locking in crng_fast_load()
` [PATCH 5.10 064/163] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 5.10 065/163] random: get rid of secondary crngs
` [PATCH 5.10 066/163] random: inline leaves of rand_initialize()
` [PATCH 5.10 067/163] random: ensure early RDSEED goes through mixer on init
` [PATCH 5.10 068/163] random: do not xor RDRAND when writing into /dev/random
` [PATCH 5.10 069/163] random: absorb fast pool into input pool after fast load
` [PATCH 5.10 070/163] random: use simpler fast key erasure flow on per-cpu keys
` [PATCH 5.10 071/163] random: use hash function for crng_slow_load()
` [PATCH 5.10 072/163] random: make more consistent use of integer types
` [PATCH 5.10 073/163] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 5.10 074/163] random: zero buffer after reading entropy from userspace
` [PATCH 5.10 075/163] random: fix locking for crng_init in crng_reseed()
` [PATCH 5.10 076/163] random: tie batched entropy generation to base_crng generation
` [PATCH 5.10 077/163] random: remove ifdefd out interrupt bench
` [PATCH 5.10 078/163] random: remove unused tracepoints
` [PATCH 5.10 079/163] random: add proper SPDX header
` [PATCH 5.10 080/163] random: deobfuscate irq u32/u64 contributions
` [PATCH 5.10 081/163] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 5.10 082/163] random: remove useless header comment
` [PATCH 5.10 083/163] random: remove whitespace and reorder includes
` [PATCH 5.10 084/163] random: group initialization wait functions
` [PATCH 5.10 085/163] random: group crng functions
` [PATCH 5.10 086/163] random: group entropy extraction functions
` [PATCH 5.10 087/163] random: group entropy collection functions
` [PATCH 5.10 088/163] random: group userspace read/write functions
` [PATCH 5.10 089/163] random: group sysctl functions
` [PATCH 5.10 091/163] random: defer fast pool mixing to worker
` [PATCH 5.10 092/163] random: do not take pool spinlock at boot
` [PATCH 5.10 095/163] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.10 096/163] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.10 097/163] random: round-robin registers as ulong, not u32
` [PATCH 5.10 098/163] random: only wake up writers after zap if threshold was passed
` [PATCH 5.10 099/163] random: cleanup UUID handling
` [PATCH 5.10 100/163] random: unify cycles_t and jiffies usage and types
` [PATCH 5.10 101/163] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.10 102/163] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.10 103/163] random: dont let 644 read-only sysctls be written to
` [PATCH 5.10 104/163] random: replace custom notifier chain with standard one
` [PATCH 5.10 105/163] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.10 106/163] random: make consistent usage of crng_ready()
` [PATCH 5.10 107/163] random: reseed more often immediately after booting
` [PATCH 5.10 108/163] random: check for signal and try earlier when generating entropy
` [PATCH 5.10 109/163] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.10 110/163] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.10 111/163] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.10 112/163] random: mix build-time latent entropy into pool at init
` [PATCH 5.10 113/163] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.10 114/163] random: do not allow user to keep crng key around on stack
` [PATCH 5.10 115/163] random: check for signal_pending() outside of need_resched() check
` [PATCH 5.10 116/163] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 5.10 117/163] random: allow partial reads if later user copies fail
` [PATCH 5.10 118/163] random: make random_get_entropy() return an unsigned long
` [PATCH 5.10 119/163] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.10 120/163] random: fix sysctl documentation nits
` [PATCH 5.10 121/163] init: call time_init() before rand_initialize()
` [PATCH 5.10 123/163] s390: define get_cycles macro for arch-override
` [PATCH 5.10 124/163] parisc: "
` [PATCH 5.10 128/163] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.10 129/163] riscv: "
` [PATCH 5.10 130/163] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.10 131/163] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.10 132/163] nios2: "
` [PATCH 5.10 133/163] x86/tsc: Use "

[PATCH] drivers: char: Directly use ida_alloc()/free()
 2022-05-27 11:58 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v1] i40e: Fix dropped jumbo frames statistics
 2022-05-27 12:11 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] HAX add test description to gem_render_tiled_blits
 2022-05-27 12:12 UTC  (3+ messages)
` [igt-dev] [PATCH 1/2] tests/i915/gem_render_tiled_blits : Added subtests description
` [igt-dev] [PATCH 2/2] HAX: don't do full run

[PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 12:09 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: don't flush TLB on GEN8 (rev2)

stable-rc/queue/5.4 baseline: 63 runs, 4 regressions (v5.4.196-10-gb713e662ca6f)
 2022-05-27 11:56 UTC 

externalsrc wiping out external source directory
 2022-05-27 12:07 UTC 

[PATCH] drm/i915: Improve user experience and driver robustness under SIGINT or similar
 2022-05-27 12:07 UTC  (2+ messages)
` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-05-27 12:06 UTC 

[RFC] ath11k: fix netdev open race
 2022-05-27 12:06 UTC  (5+ messages)

Fwd: dlmalloc hanging
 2022-05-27  8:59 UTC  (2+ messages)

[LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
 2022-05-27 12:07 UTC  (7+ messages)

1. incoming ax25 session cleanup and 2. re-sending DISC
 2022-05-27 12:03 UTC  (2+ messages)

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:50 UTC  (31+ messages)
` [PATCH 5.17 081/111] um: use fallback for random_get_entropy() instead of zero
` [PATCH 5.17 083/111] xtensa: "
` [PATCH 5.17 084/111] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 5.17 085/111] random: do not use batches when !crng_ready()
` [PATCH 5.17 086/111] random: use first 128 bits of input as fast init
` [PATCH 5.17 087/111] random: do not pretend to handle premature next security model
` [PATCH 5.17 088/111] random: order timer entropy functions below interrupt functions
` [PATCH 5.17 089/111] random: do not use input pool from hard IRQs
` [PATCH 5.17 090/111] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 5.17 091/111] siphash: use one source of truth for siphash permutations
` [PATCH 5.17 092/111] random: use symbolic constants for crng_init states
` [PATCH 5.17 093/111] random: avoid initializing twice in credit race
` [PATCH 5.17 094/111] random: move initialization out of reseeding hot path
` [PATCH 5.17 095/111] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 5.17 096/111] random: use proper jiffies comparison macro
` [PATCH 5.17 097/111] random: handle latent entropy and command line from random_init()
` [PATCH 5.17 098/111] random: credit architectural init the exact amount
` [PATCH 5.17 099/111] random: use static branch for crng_ready()
` [PATCH 5.17 100/111] random: remove extern from functions in header
` [PATCH 5.17 101/111] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 5.17 102/111] random: make consistent use of buf and len
` [PATCH 5.17 103/111] random: move initialization functions out of hot pages
` [PATCH 5.17 104/111] random: move randomize_page() into mm where it belongs
` [PATCH 5.17 105/111] random: unify batched entropy implementations
` [PATCH 5.17 106/111] random: convert to using fops->read_iter()
` [PATCH 5.17 107/111] random: convert to using fops->write_iter()
` [PATCH 5.17 108/111] random: wire up fops->splice_{read,write}_iter()
` [PATCH 5.17 109/111] random: check for signals after page of pool writes
` [PATCH 5.17 110/111] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.17 111/111] ALSA: ctxfi: Add SB046x PCI ID

[PATCH] erofs: fix crash when enable tracepoint cachefiles_prep_read
 2022-05-27 12:01 UTC  (2+ messages)

[Buildroot] [PATCH] configs/docker_x86_*: add build config for docker images
 2022-05-27 12:01 UTC 

[PATCH v10 1/4] trace: Add trace any kernel object
 2022-05-27 12:00 UTC  (7+ messages)

[PATCH] procfs: add syscall statistics
 2022-05-27 11:49 UTC  (2+ messages)

meta-egl failure: Nothing RPROVIDES polkit
 2022-05-27 11:57 UTC 

stable-rc/queue/5.15 build: 179 builds: 4 failed, 175 passed, 14 errors, 5 warnings (v5.15.43-145-g2d6e3434d25f)
 2022-05-27 11:51 UTC 

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-05-27 11:48 UTC  (3+ messages)
` [PATCH v6 22/22] drm/panfrost: Switch to generic memory shrinker

[PATCH v7 0/5] Add TDX Guest Attestation support
 2022-05-27 11:45 UTC  (3+ messages)
` [PATCH v7 1/5] x86/tdx: Add TDX Guest attestation interface driver

[Buildroot] [PATCH] package/network-manager: support libnss instead of gnutls
 2022-05-27 11:36 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-27 11:55 UTC 

stable-rc/linux-5.18.y build: 176 builds: 2 failed, 174 passed, 6 errors, 2 warnings (v5.18-48-g10e6e3d47333)
 2022-05-27 11:47 UTC 

[PATCH v2 0/3] bitops: __fls adjustments
 2022-05-27 11:53 UTC  (4+ messages)
` [PATCH v2 1/3] ARC: bitops: Change __fls to return unsigned long
` [PATCH v2 2/3] m68k: bitops: Change __fls to return and accept "
` [PATCH v2 3/3] sparc64: bitops: Change __fls to return "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.