public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-22 04:39:41 to 2022-06-23 16:53:46 UTC [more...]

[PATCH 4.9 000/264] 4.9.320-rc1 review
 2022-06-23 16:42 UTC  (92+ messages)
` [PATCH 4.9 001/264] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.9 002/264] random: remove stale maybe_reseed_primary_crng
` [PATCH 4.9 003/264] random: remove stale urandom_init_wait
` [PATCH 4.9 004/264] random: remove variable limit
` [PATCH 4.9 005/264] random: fix comment for unused random_min_urandom_seed
` [PATCH 4.9 006/264] random: convert get_random_int/long into get_random_u32/u64
` [PATCH 4.9 007/264] random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block
` [PATCH 4.9 008/264] random: invalidate batched entropy after crng init
` [PATCH 4.9 009/264] random: silence compiler warnings and fix race
` [PATCH 4.9 010/264] random: add wait_for_random_bytes() API
` [PATCH 4.9 011/264] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH 4.9 012/264] random: warn when kernel uses unseeded randomness
` [PATCH 4.9 013/264] random: do not ignore early device randomness
` [PATCH 4.9 014/264] random: suppress spammy warnings about unseeded randomness
` [PATCH 4.9 015/264] random: reorder READ_ONCE() in get_random_uXX
` [PATCH 4.9 016/264] random: fix warning message on ia64 and parisc
` [PATCH 4.9 017/264] random: use a different mixing algorithm for add_device_randomness()
` [PATCH 4.9 018/264] random: set up the NUMA crng instances after the CRNG is fully initialized
` [PATCH 4.9 019/264] random: fix possible sleeping allocation from irq context
` [PATCH 4.9 020/264] random: rate limit unseeded randomness warnings
` [PATCH 4.9 021/264] random: add a spinlock_t to struct batched_entropy
` [PATCH 4.9 022/264] char/random: silence a lockdep splat with printk()
` [PATCH 4.9 023/264] Revert "char/random: silence a lockdep splat with printk()"
` [PATCH 4.9 024/264] random: always use batched entropy for get_random_u{32,64}
` [PATCH 4.9 025/264] random: fix data race on crng_node_pool
` [PATCH 4.9 026/264] crypto: chacha20 - Fix keystream alignment for chacha20_block()
` [PATCH 4.9 027/264] random: always fill buffer in get_random_bytes_wait
` [PATCH 4.9 028/264] random: optimize add_interrupt_randomness
` [PATCH 4.9 029/264] drivers/char/random.c: remove unused dont_count_entropy
` [PATCH 4.9 030/264] random: Fix whitespace pre random-bytes work
` [PATCH 4.9 031/264] random: Return nbytes filled from hw RNG
` [PATCH 4.9 032/264] random: add a config option to trust the CPUs hwrng
` [PATCH 4.9 033/264] random: remove preempt disabled region
` [PATCH 4.9 034/264] random: Make crng state queryable
` [PATCH 4.9 035/264] random: make CPU trust a boot parameter
` [PATCH 4.9 036/264] drivers/char/random.c: constify poolinfo_table
` [PATCH 4.9 037/264] drivers/char/random.c: remove unused stuct poolinfo::poolbits
` [PATCH 4.9 038/264] drivers/char/random.c: make primary_crng static
` [PATCH 4.9 039/264] random: only read from /dev/random after its pool has received 128 bits
` [PATCH 4.9 043/264] random: fix soft lockup when trying to read from an uninitialized blocking pool
` [PATCH 4.9 044/264] random: Support freezable kthreads in add_hwgenerator_randomness()
` [PATCH 4.9 045/264] fdt: add support for rng-seed
` [PATCH 4.9 046/264] random: Use wait_event_freezable() in add_hwgenerator_randomness()
` [PATCH 4.9 047/264] char/random: Add a newline at the end of the file
` [PATCH 4.9 048/264] Revert "hwrng: core - Freeze khwrng thread during suspend"
` [PATCH 4.9 082/264] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 4.9 083/264] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 4.9 084/264] random: do not sign extend bytes for rotation when mixing
` [PATCH 4.9 086/264] random: mix bootloader randomness into pool
` [PATCH 4.9 087/264] random: harmonize "crng init done" messages
` [PATCH 4.9 088/264] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 4.9 090/264] random: early initialization of ChaCha constants
` [PATCH 4.9 091/264] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 4.9 092/264] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 4.9 093/264] random: fix typo in comments
` [PATCH 4.9 094/264] random: cleanup poolinfo abstraction
` [PATCH 4.9 095/264] crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
` [PATCH 4.9 096/264] random: cleanup integer types
` [PATCH 4.9 097/264] random: remove incomplete last_data logic
` [PATCH 4.9 098/264] random: remove unused extract_entropy() reserved argument
` [PATCH 4.9 099/264] random: try to actively add entropy rather than passively wait for it
` [PATCH 4.9 100/264] random: rather than entropy_store abstraction, use global
` [PATCH 4.9 101/264] random: remove unused OUTPUT_POOL constants
` [PATCH 4.9 102/264] random: de-duplicate INPUT_POOL constants
` [PATCH 4.9 103/264] random: prepend remaining pool constants with POOL_
` [PATCH 4.9 104/264] random: cleanup fractional entropy shift constants
` [PATCH 4.9 106/264] random: simplify arithmetic function flow in account()
` [PATCH 4.9 108/264] random: access primary_pool directly rather than through pointer
` [PATCH 4.9 109/264] random: only call crng_finalize_init() for primary_crng
` [PATCH 4.9 111/264] random: simplify entropy debiting
` [PATCH 4.9 112/264] random: use linear min-entropy accumulation crediting
` [PATCH 4.9 113/264] random: always wake up entropy writers after extraction
` [PATCH 4.9 115/264] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.9 116/264] random: remove batched entropy locking
` [PATCH 4.9 117/264] random: fix locking in crng_fast_load()
` [PATCH 4.9 118/264] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.9 120/264] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.9 122/264] random: absorb fast pool into input pool after fast load
` [PATCH 4.9 123/264] random: use hash function for crng_slow_load()
` [PATCH 4.9 125/264] random: zero buffer after reading entropy from userspace
` [PATCH 4.9 127/264] random: remove ifdefd out interrupt bench
` [PATCH 4.9 128/264] random: remove unused tracepoints
` [PATCH 4.9 136/264] random: group entropy collection functions
` [PATCH 4.9 142/264] random: do not take pool spinlock at boot
` [PATCH 4.9 143/264] random: unify early init crng load accounting
` [PATCH 4.9 144/264] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.9 145/264] hwrng: core - do not use multiple blank lines
` [PATCH 4.9 146/264] hwrng: core - rewrite better comparison to NULL
` [PATCH 4.9 147/264] hwrng: core - Rewrite the header
` [PATCH 4.9 149/264] hwrng: core - remove unused PFX macro
` [PATCH 4.9 150/264] hwrng: use rng source with best quality

[PATCH stable-5.15] arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
 2022-06-23 16:17 UTC  (2+ messages)

[PATCH v5.10] serial: core: Initialize rs485 RTS polarity already on probe
 2022-06-23 16:15 UTC  (2+ messages)

backport of 8cb0cd68bef7 (dt-bindings: nvmem: sfp: Add clock properties)
 2022-06-23 16:13 UTC  (2+ messages)

[PATCH 5.15 1/2] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
 2022-06-23 16:12 UTC  (2+ messages)

[PATCH v2 2/2] fsnotify: consistent behavior for parent not watching children
 2022-06-23 16:09 UTC  (4+ messages)

patch request for 5.18-stable to fix gcc-12 build (hopefully last)
 2022-06-23 16:08 UTC  (4+ messages)

[stable] Various security fixes
 2022-06-23 16:05 UTC  (2+ messages)

[stable] Improved TCP source port randomisation
 2022-06-23 16:03 UTC  (3+ messages)

[PATCH 5.15] usb: gadget: u_ether: fix regression in setting fixed MAC address
 2022-06-23 15:52 UTC  (2+ messages)

FAILED: patch "[PATCH] zonefs: fix zonefs_iomap_begin() for reads" failed to apply to 5.18-stable tree
 2022-06-23 15:50 UTC  (3+ messages)

[PATCH 5.4 26/34] dm verity: set DM_TARGET_IMMUTABLE feature flag
 2022-06-23 15:48 UTC  (11+ messages)
                ` [5.4.y PATCH v2] dm: remove special-casing of bio-based immutable singleton target on NVMe

request to stable branch [PATCH] net: mana: Add handling of CQE_RX_TRUNCATED
 2022-06-23 15:47 UTC  (2+ messages)

Display corruption on resume
 2022-06-23 15:46 UTC  (2+ messages)

please consider for stable: "s390/mm: use non-quiescing sske for KVM switch to keyed guest"
 2022-06-23 15:44 UTC  (2+ messages)

[PATCH stable-5.10] arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
 2022-06-23 15:43 UTC 

[PATCH stable-5.4] arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
 2022-06-23 15:42 UTC 

[PATCH] soc: fsl: select FSL_GUTS driver for DPIO
 2022-06-23 15:24 UTC  (2+ messages)

stable-rc/queue/4.19 build: 198 builds: 6 failed, 192 passed, 2 errors, 32 warnings (v4.19.248-225-gee5f4486fd9e0)
 2022-06-23 14:51 UTC 

[PATCH 1/9] block: fix default IO priority handling again
 2022-06-23 14:23 UTC  (3+ messages)

[PATCH v4] xen/gntdev: Avoid blocking in unmap_grant_pages()
 2022-06-23 12:57 UTC  (2+ messages)

[PATCH] USB: serial: option: add Quectel RM500K module support
 2022-06-23 12:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/6] drm/i915/gt: Ignore TLB invalidations on idle engines
 2022-06-23 11:18 UTC  (12+ messages)
` [PATCH 2/6] drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidations
` [PATCH 3/6] drm/i915/gt: Skip TLB invalidations once wedged
` [PATCH 4/6] drm/i915/gt: Only invalidate TLBs exposed to user manipulation
` [PATCH 5/6] drm/i915/gt: Serialize GRDOM access between multiple engine resets
` [PATCH 6/6] drm/i915/gt: Serialize TLB invalidates with GT resets

[PATCH 2/4] xhci: turn off port power in shutdown
 2022-06-23 11:19 UTC 

[STABLE v4.9 & v4.14] l2tp: Prevent circular locking and use-afer-free issues
 2022-06-23 10:49 UTC  (2+ messages)

Bug report: ntfs_read_block may crash system
 2022-06-23  9:49 UTC  (8+ messages)
` [PATCH] fs/ntfs: fix BUG_ON of ntfs_read_block()
` [PATCH v2] "

[PATCH] powerpc/book3e: Fix PUD allocation size in map_kernel_page()
 2022-06-23  8:56 UTC 

Napływ Klientów ze strony
 2022-06-23  8:10 UTC 

[PATCH] cpufreq: amd-pstate: Add resume and suspend callback for amd-pstate
 2022-06-23  7:57 UTC  (3+ messages)

[PATCH] drm/fb-helper: Fix out-of-bounds access
 2022-06-23  7:57 UTC  (2+ messages)

[PATCH v3 1/1] iommu/vt-d: Fix RID2PASID setup/teardown failure
 2022-06-23  6:57 UTC 

Bug report: ntfs_read_block may crash system
 2022-06-23  3:28 UTC 

Bug report: ntfs_read_block may crash system
 2022-06-23  3:27 UTC 

[PATCH net v2] net: dsa: qca8k: reset cpu port on MTU change
 2022-06-23  1:40 UTC  (2+ messages)

[PATCH] mm: sparsemem: fix missing higher order allocation splitting
 2022-06-22 23:32 UTC  (2+ messages)

[PATCH 5.10] usb: gadget: u_ether: fix regression in setting fixed MAC address
 2022-06-22 20:16 UTC 

stable-rc/queue/4.14 baseline: 134 runs, 18 regressions (v4.14.284-227-gab638cb848ede)
 2022-06-22 18:38 UTC 

stable/linux-5.15.y baseline: 194 runs, 1 regressions (v5.15.49)
 2022-06-22 18:09 UTC 

stable-rc/queue/5.10 baseline: 170 runs, 18 regressions (v5.10.123-83-gb5ba19544dcfd)
 2022-06-22 17:54 UTC 

stable/linux-5.10.y baseline: 138 runs, 12 regressions (v5.10.124)
 2022-06-22 17:19 UTC 

[PATCH 1/3] f2fs: attach inline_data after setting compression
 2022-06-22 16:53 UTC  (5+ messages)
` [f2fs-dev] "
` [PATCH 1/3 v2] "

stable/linux-5.4.y baseline: 129 runs, 10 regressions (v5.4.200)
 2022-06-22 16:52 UTC 

[PATCH 5.4 1/2] hwmon: Introduce hwmon_device_register_for_thermal
 2022-06-22 16:12 UTC  (7+ messages)
` [PATCH 5.4 2/2] thermal/drivers/thermal_hwmon: Use hwmon_device_register_for_thermal()

stable-rc/queue/5.18 build: 154 builds: 2 failed, 152 passed, 6 errors, 21 warnings (v5.18.5-141-gd34118475c49a)
 2022-06-22 15:21 UTC 

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.284-227-gab638cb848ede)
 2022-06-22 15:09 UTC 

stable/linux-5.15.y build: 184 builds: 4 failed, 180 passed, 14 errors, 6 warnings (v5.15.49)
 2022-06-22 14:40 UTC 

[PATCH 4.9 00/20] 4.9.319-rc1 review
 2022-06-22 14:39 UTC  (4+ messages)
` [PATCH 4.9 13/20] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data

[PATCH v2 1/1] iommu/vt-d: Fix RID2PASID setup failure
 2022-06-22 14:27 UTC  (4+ messages)

stable-rc/queue/5.10 build: 161 builds: 3 failed, 158 passed, 4 errors, 6 warnings (v5.10.123-83-gb5ba19544dcfd)
 2022-06-22 14:25 UTC 

[PATCH] drm/hyperv-drm: Include framebuffer and EDID headers
 2022-06-22 13:50 UTC  (3+ messages)

stable/linux-5.10.y build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.124)
 2022-06-22 13:50 UTC 

stable/linux-5.4.y build: 166 builds: 2 failed, 164 passed, 4 errors, 25 warnings (v5.4.200)
 2022-06-22 13:24 UTC 

Linux 5.18.6
 2022-06-22 12:37 UTC  (2+ messages)

Linux 5.10.124
 2022-06-22 12:37 UTC  (2+ messages)

Linux 5.15.49
 2022-06-22 12:37 UTC  (2+ messages)

Linux 5.4.200
 2022-06-22 12:37 UTC  (2+ messages)

[PATCH v2] s390/archrandom: simplify back to earlier design and initialize earlier
 2022-06-22 12:10 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc/kvm: don't crash on missing rng, and use darn
 2022-06-22 10:54 UTC 

[PATCH AUTOSEL 5.18 01/22] genirq: PM: Use runtime PM for chained interrupts
 2022-06-22  7:15 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 05/22] eeprom: at25: Split reads into chunks and cap write size

[PATCH AUTOSEL 5.17 01/20] genirq: PM: Use runtime PM for chained interrupts
 2022-06-22  7:14 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 05/20] eeprom: at25: Split reads into chunks and cap write size

[PATCH] USB: serial: pl2303: add support for more HXN (G) types
 2022-06-22  6:53 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix RID2PASID setup failure
 2022-06-22  4:39 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox