Stable Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-27 08:58:45 to 2022-05-27 11:51:40 UTC [more...]

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:50 UTC  (77+ messages)
` [PATCH 5.17 004/111] random: simplify entropy debiting
` [PATCH 5.17 006/111] random: always wake up entropy writers after extraction
` [PATCH 5.17 007/111] random: make credit_entropy_bits() always safe
` [PATCH 5.17 008/111] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 5.17 016/111] random: absorb fast pool into input pool after fast load
` [PATCH 5.17 017/111] random: use simpler fast key erasure flow on per-cpu keys
` [PATCH 5.17 018/111] random: use hash function for crng_slow_load()
` [PATCH 5.17 019/111] random: make more consistent use of integer types
` [PATCH 5.17 020/111] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 5.17 021/111] random: zero buffer after reading entropy from userspace
` [PATCH 5.17 022/111] random: fix locking for crng_init in crng_reseed()
` [PATCH 5.17 023/111] random: tie batched entropy generation to base_crng generation
` [PATCH 5.17 024/111] random: remove ifdefd out interrupt bench
` [PATCH 5.17 025/111] random: remove unused tracepoints
` [PATCH 5.17 026/111] random: add proper SPDX header
` [PATCH 5.17 027/111] random: deobfuscate irq u32/u64 contributions
` [PATCH 5.17 028/111] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 5.17 029/111] random: remove useless header comment
` [PATCH 5.17 030/111] random: remove whitespace and reorder includes
` [PATCH 5.17 031/111] random: group initialization wait functions
` [PATCH 5.17 032/111] random: group crng functions
` [PATCH 5.17 033/111] random: group entropy extraction functions
` [PATCH 5.17 034/111] random: group entropy collection functions
` [PATCH 5.17 035/111] random: group userspace read/write functions
` [PATCH 5.17 036/111] random: group sysctl functions
` [PATCH 5.17 037/111] random: rewrite header introductory comment
` [PATCH 5.17 038/111] random: defer fast pool mixing to worker
` [PATCH 5.17 039/111] random: do not take pool spinlock at boot
` [PATCH 5.17 040/111] random: unify early init crng load accounting
` [PATCH 5.17 041/111] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 5.17 042/111] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.17 043/111] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.17 044/111] random: round-robin registers as ulong, not u32
` [PATCH 5.17 045/111] random: only wake up writers after zap if threshold was passed
` [PATCH 5.17 046/111] random: cleanup UUID handling
` [PATCH 5.17 047/111] random: unify cycles_t and jiffies usage and types
` [PATCH 5.17 048/111] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.17 049/111] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.17 050/111] random: dont let 644 read-only sysctls be written to
` [PATCH 5.17 051/111] random: replace custom notifier chain with standard one
` [PATCH 5.17 052/111] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.17 053/111] random: make consistent usage of crng_ready()
` [PATCH 5.17 054/111] random: reseed more often immediately after booting
` [PATCH 5.17 055/111] random: check for signal and try earlier when generating entropy
` [PATCH 5.17 056/111] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.17 057/111] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.17 058/111] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.17 059/111] random: mix build-time latent entropy into pool at init
` [PATCH 5.17 060/111] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.17 061/111] random: do not allow user to keep crng key around on stack
` [PATCH 5.17 062/111] random: check for signal_pending() outside of need_resched() check
` [PATCH 5.17 063/111] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 5.17 064/111] random: allow partial reads if later user copies fail
` [PATCH 5.17 065/111] random: make random_get_entropy() return an unsigned long
` [PATCH 5.17 066/111] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.17 067/111] random: fix sysctl documentation nits
` [PATCH 5.17 068/111] init: call time_init() before rand_initialize()
` [PATCH 5.17 069/111] ia64: define get_cycles macro for arch-override
` [PATCH 5.17 070/111] s390: "
` [PATCH 5.17 071/111] parisc: "
` [PATCH 5.17 072/111] alpha: "
` [PATCH 5.17 073/111] powerpc: "
` [PATCH 5.17 074/111] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.17 075/111] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.17 076/111] riscv: "
` [PATCH 5.17 077/111] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.17 078/111] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.17 079/111] nios2: "
` [PATCH 5.17 080/111] x86/tsc: Use "
` [PATCH 5.17 082/111] sparc: use "
` [PATCH 5.17 083/111] xtensa: "
` [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 091/111] siphash: use one source of truth for siphash permutations

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:49 UTC  (60+ messages)
` [PATCH 5.10 003/163] KVM: x86: Properly handle APF vs disabled LAPIC situation
` [PATCH 5.10 004/163] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
` [PATCH 5.10 005/163] tcp: change source port randomizarion at connect() time
` [PATCH 5.10 006/163] secure_seq: use the 64 bits of the siphash for port offset calculation
` [PATCH 5.10 007/163] media: vim2m: Register video device after setting up internals
` [PATCH 5.10 008/163] media: vim2m: initialize the media device earlier
` [PATCH 5.10 009/163] ACPI: sysfs: Make sparse happy about address space in use
` [PATCH 5.10 010/163] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.10 011/163] random: avoid arch_get_random_seed_long() when collecting IRQ randomness
` [PATCH 5.10 012/163] random: remove dead code left over from blocking pool
` [PATCH 5.10 013/163] MAINTAINERS: co-maintain random.c
` [PATCH 5.10 014/163] MAINTAINERS: add git tree for random.c
` [PATCH 5.10 015/163] crypto: lib/blake2s - Move selftest prototype into header file
` [PATCH 5.10 016/163] crypto: blake2s - define shash_alg structs using macros
` [PATCH 5.10 017/163] crypto: x86/blake2s "
` [PATCH 5.10 018/163] crypto: blake2s - remove unneeded includes
` [PATCH 5.10 019/163] crypto: blake2s - move update and final logic to internal/blake2s.h
` [PATCH 5.10 020/163] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH 5.10 021/163] crypto: blake2s - optimize blake2s initialization
` [PATCH 5.10 022/163] crypto: blake2s - add comment for blake2s_state fields
` [PATCH 5.10 023/163] crypto: blake2s - adjust include guard naming
` [PATCH 5.10 024/163] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH 5.10 025/163] lib/crypto: blake2s: include as built-in
` [PATCH 5.10 026/163] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.10 027/163] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.10 028/163] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.10 029/163] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.10 030/163] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.10 031/163] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.10 032/163] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.10 033/163] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.10 034/163] random: mix bootloader randomness into pool
` [PATCH 5.10 035/163] random: harmonize "crng init done" messages
` [PATCH 5.10 036/163] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.10 037/163] random: early initialization of ChaCha constants
` [PATCH 5.10 038/163] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 5.10 039/163] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.10 040/163] random: fix typo in comments
` [PATCH 5.10 041/163] random: cleanup poolinfo abstraction
` [PATCH 5.10 042/163] random: cleanup integer types
` [PATCH 5.10 043/163] random: remove incomplete last_data logic
` [PATCH 5.10 044/163] random: remove unused extract_entropy() reserved argument
` [PATCH 5.10 045/163] random: rather than entropy_store abstraction, use global
` [PATCH 5.10 046/163] random: remove unused OUTPUT_POOL constants
` [PATCH 5.10 047/163] random: de-duplicate INPUT_POOL constants
` [PATCH 5.10 049/163] random: cleanup fractional entropy shift constants
` [PATCH 5.10 050/163] random: access input_pool_data directly rather than through pointer
` [PATCH 5.10 051/163] random: selectively clang-format where it makes sense
` [PATCH 5.10 052/163] random: simplify arithmetic function flow in account()
` [PATCH 5.10 053/163] random: continually use hwgenerator randomness
` [PATCH 5.10 054/163] random: access primary_pool directly rather than through pointer
` [PATCH 5.10 055/163] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.10 056/163] random: use computational hash for entropy extraction
` [PATCH 5.10 057/163] random: simplify entropy debiting
` [PATCH 5.10 060/163] random: make credit_entropy_bits() always safe
` [PATCH 5.10 061/163] random: remove use_input_pool parameter from crng_reseed()
` [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 065/163] random: get rid of secondary crngs

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:49 UTC  (46+ messages)
` [PATCH 5.15 003/145] [PATCH 5.15] ice: fix crash at allocation failure
` [PATCH 5.15 004/145] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.15 005/145] MAINTAINERS: co-maintain random.c
` [PATCH 5.15 006/145] MAINTAINERS: add git tree for random.c
` [PATCH 5.15 007/145] lib/crypto: blake2s: include as built-in
` [PATCH 5.15 008/145] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.15 009/145] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.15 010/145] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.15 011/145] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.15 012/145] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.15 013/145] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.15 014/145] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.15 015/145] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.15 016/145] random: mix bootloader randomness into pool
` [PATCH 5.15 017/145] random: harmonize "crng init done" messages
` [PATCH 5.15 018/145] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.15 019/145] random: early initialization of ChaCha constants
` [PATCH 5.15 020/145] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 5.15 021/145] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.15 022/145] random: fix typo in comments
` [PATCH 5.15 023/145] random: cleanup poolinfo abstraction
` [PATCH 5.15 024/145] random: cleanup integer types
` [PATCH 5.15 025/145] random: remove incomplete last_data logic
` [PATCH 5.15 026/145] random: remove unused extract_entropy() reserved argument
` [PATCH 5.15 027/145] random: rather than entropy_store abstraction, use global
` [PATCH 5.15 028/145] random: remove unused OUTPUT_POOL constants
` [PATCH 5.15 029/145] random: de-duplicate INPUT_POOL constants
` [PATCH 5.15 030/145] random: prepend remaining pool constants with POOL_
` [PATCH 5.15 031/145] random: cleanup fractional entropy shift constants
` [PATCH 5.15 032/145] random: access input_pool_data directly rather than through pointer
` [PATCH 5.15 033/145] random: selectively clang-format where it makes sense
` [PATCH 5.15 034/145] random: simplify arithmetic function flow in account()
` [PATCH 5.15 035/145] random: continually use hwgenerator randomness
` [PATCH 5.15 036/145] random: access primary_pool directly rather than through pointer
` [PATCH 5.15 037/145] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.15 038/145] random: use computational hash for entropy extraction
` [PATCH 5.15 039/145] random: simplify entropy debiting
` [PATCH 5.15 040/145] random: use linear min-entropy accumulation crediting
` [PATCH 5.15 041/145] random: always wake up entropy writers after extraction
` [PATCH 5.15 042/145] random: make credit_entropy_bits() always safe
` [PATCH 5.15 045/145] random: fix locking in crng_fast_load()
` [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 050/145] random: do not xor RDRAND when writing into /dev/random

stable-rc/linux-4.19.y baseline: 88 runs, 10 regressions (v4.19.245-7-g9c188d12745c8)
 2022-05-27 11:43 UTC 

stable-rc/queue/5.18 build: 153 builds: 2 failed, 151 passed, 6 errors, 2 warnings (v5.18-47-g5fcc940824037)
 2022-05-27 11:38 UTC 

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27 11:09 UTC 

[PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 10:55 UTC  (2+ messages)

stable-rc/queue/4.14 build: 191 builds: 3 failed, 188 passed, 2 errors, 28 warnings (v4.14.281-6-g635768163f4e1)
 2022-05-27 10:44 UTC 

stable-rc/linux-5.4.y build: 176 builds: 3 failed, 173 passed, 4 errors, 28 warnings (v5.4.196-11-g04a2bb5e4a0b)
 2022-05-27 10:41 UTC 

stable-rc/queue/5.17 build: 177 builds: 2 failed, 175 passed, 4 errors, 1 warning (v5.17.11-111-g6b856e34b3203)
 2022-05-27 10:02 UTC 

stable-rc/queue/4.19 build: 177 builds: 6 failed, 171 passed, 2 errors, 32 warnings (v4.19.245-6-g47ae8292c44e)
 2022-05-27  9:58 UTC 

stable-rc/linux-5.17.y build: 178 builds: 2 failed, 176 passed, 4 errors, 1 warning (v5.17.11-112-g539bc20dce9f)
 2022-05-27  9:36 UTC 

[PATCH 4.19] cfg80211: set custom regdomain after wiphy registration
 2022-05-27  9:11 UTC 

stable-rc/linux-5.10.y build: 169 builds: 2 failed, 167 passed, 4 errors, 10 warnings (v5.10.118-164-gd94e8cd982121)
 2022-05-27  9:11 UTC 

[PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27  8:58 UTC 

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27  8:50 UTC  (8+ messages)
` [PATCH 5.18 33/47] random: handle latent entropy and command line from random_init()
` [PATCH 5.18 35/47] random: use static branch for crng_ready()
` [PATCH 5.18 43/47] random: convert to using fops->write_iter()
` [PATCH 5.18 44/47] random: wire up fops->splice_{read,write}_iter()
` [PATCH 5.18 45/47] random: check for signals after page of pool writes
` [PATCH 5.18 46/47] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.18 47/47] ALSA: ctxfi: Add SB046x PCI ID


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 read-only IMAP folder(s) and NNTP newsgroup(s).