messages from 2022-05-27 11:54:40 to 2022-05-27 21:05:15 UTC [more...]
[PATCH 5.10 000/163] 5.10.119-rc1 review
2022-05-27 21:04 UTC (82+ messages)
` [PATCH 5.10 088/163] random: group userspace read/write functions
` [PATCH 5.10 089/163] random: group sysctl functions
` [PATCH 5.10 090/163] random: rewrite header introductory comment
` [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 093/163] random: unify early init crng load accounting
` [PATCH 5.10 094/163] random: check for crng_init == 0 in add_device_randomness()
` [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 122/163] ia64: define get_cycles macro for arch-override
` [PATCH 5.10 123/163] s390: "
` [PATCH 5.10 124/163] parisc: "
` [PATCH 5.10 125/163] alpha: "
` [PATCH 5.10 126/163] powerpc: "
` [PATCH 5.10 127/163] timekeeping: Add raw clock fallback for random_get_entropy()
` [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 5.10 134/163] um: use "
` [PATCH 5.10 135/163] sparc: "
` [PATCH 5.10 136/163] xtensa: "
` [PATCH 5.10 137/163] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 5.10 138/163] random: do not use batches when !crng_ready()
` [PATCH 5.10 139/163] random: use first 128 bits of input as fast init
` [PATCH 5.10 140/163] random: do not pretend to handle premature next security model
` [PATCH 5.10 141/163] random: order timer entropy functions below interrupt functions
` [PATCH 5.10 142/163] random: do not use input pool from hard IRQs
` [PATCH 5.10 143/163] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 5.10 144/163] siphash: use one source of truth for siphash permutations
` [PATCH 5.10 145/163] random: use symbolic constants for crng_init states
` [PATCH 5.10 146/163] random: avoid initializing twice in credit race
` [PATCH 5.10 147/163] random: move initialization out of reseeding hot path
` [PATCH 5.10 148/163] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 5.10 149/163] random: use proper jiffies comparison macro
` [PATCH 5.10 150/163] random: handle latent entropy and command line from random_init()
` [PATCH 5.10 151/163] random: credit architectural init the exact amount
` [PATCH 5.10 152/163] random: use static branch for crng_ready()
` [PATCH 5.10 153/163] random: remove extern from functions in header
` [PATCH 5.10 154/163] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 5.10 155/163] random: make consistent use of buf and len
` [PATCH 5.10 156/163] random: move initialization functions out of hot pages
` [PATCH 5.10 157/163] random: move randomize_page() into mm where it belongs
` [PATCH 5.10 158/163] random: unify batched entropy implementations
` [PATCH 5.10 159/163] random: convert to using fops->read_iter()
` [PATCH 5.10 160/163] random: convert to using fops->write_iter()
` [PATCH 5.10 161/163] random: wire up fops->splice_{read,write}_iter()
` [PATCH 5.10 162/163] random: check for signals after page of pool writes
` [PATCH 5.10 163/163] ALSA: ctxfi: Add SB046x PCI ID
[PATCH] nfsd: destroy percpu stats counters after reply cache #5.11.0-rc5
2022-05-27 19:39 UTC (3+ messages)
[PATCH v3] x86/vmware: use unsigned integer for shifting
2022-05-27 17:57 UTC
[PATCH v3] x86/vmware: use unsigned integer for shifting
2022-05-27 17:51 UTC
stable-rc/linux-5.17.y baseline: 48 runs, 1 regressions (v5.17.11-112-g118948632858)
2022-05-27 16:59 UTC
[merged mm-hotfixes-stable] kexec_file-drop-weak-attribute-from-arch_kexec_apply_relocations.patch removed from -mm tree
2022-05-27 16:39 UTC
[merged mm-hotfixes-stable] hugetlb-fix-huge_pmd_unshare-address-update.patch removed from -mm tree
2022-05-27 16:39 UTC
[merged mm-hotfixes-stable] mm-page_alloc-always-attempt-to-allocate-at-least-one-page-during-bulk-allocation.patch removed from -mm tree
2022-05-27 16:39 UTC
[PATCH v1] selftests/kselftest: Make failed tests exit with 1
2022-05-27 16:24 UTC
[PATCH 5.10] cfg80211: set custom regdomain after wiphy registration
2022-05-27 16:19 UTC
[PATCH 5.4] cfg80211: set custom regdomain after wiphy registration
2022-05-27 16:18 UTC
[PATCH 4.19] cfg80211: set custom regdomain after wiphy registration
2022-05-27 16:17 UTC (3+ messages)
stable-rc/linux-5.10.y baseline: 113 runs, 9 regressions (v5.10.118-164-gd318333bd3dbc)
2022-05-27 16:12 UTC
stable-rc/linux-4.14.y baseline: 77 runs, 8 regressions (v4.14.281-7-g6eab7c1004f3)
2022-05-27 16:03 UTC
stable-rc/linux-5.15.y baseline: 101 runs, 1 regressions (v5.15.43-146-g510d04da560c)
2022-05-27 16:02 UTC
[merged mm-hotfixes-stable] kexec_file-drop-weak-attribute-from-arch_kexec_apply_relocations.patch removed from -mm tree
2022-05-27 15:56 UTC
[merged mm-hotfixes-stable] mm-page_alloc-always-attempt-to-allocate-at-least-one-page-during-bulk-allocation.patch removed from -mm tree
2022-05-27 15:56 UTC
[merged mm-hotfixes-stable] hugetlb-fix-huge_pmd_unshare-address-update.patch removed from -mm tree
2022-05-27 15:56 UTC
[PATCH] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
2022-05-27 15:55 UTC
stable-rc/queue/5.15 baseline: 106 runs, 1 regressions (v5.15.43-145-g2d6e3434d25f)
2022-05-27 15:20 UTC
[PATCH v4] locking/csd_lock: change csdlock_debug from early_param to __setup
2022-05-27 14:35 UTC (5+ messages)
stable-rc/queue/4.14 baseline: 74 runs, 9 regressions (v4.14.281-6-g635768163f4e1)
2022-05-27 14:14 UTC
stable-rc/linux-5.4.y baseline: 104 runs, 10 regressions (v5.4.196-11-g04a2bb5e4a0b)
2022-05-27 14:10 UTC
stable-rc/queue/5.17 baseline: 116 runs, 1 regressions (v5.17.11-111-g6b856e34b3203)
2022-05-27 13:31 UTC
stable-rc/linux-5.17.y build: 154 builds: 1 failed, 153 passed, 2 errors, 1 warning (v5.17.11-112-g118948632858)
2022-05-27 13:29 UTC
stable-rc/queue/4.19 baseline: 88 runs, 10 regressions (v4.19.245-6-g47ae8292c44e)
2022-05-27 13:27 UTC
[PATCH crypto v2] crypto: blake2s - remove shash module
2022-05-27 13:20 UTC (3+ messages)
[PATCH 5.10 v2 0/5] xfs fixes for 5.10.y (part 1)
2022-05-27 13:02 UTC (6+ messages)
` [PATCH 5.10 v2 1/5] xfs: detect overflows in bmbt records
` [PATCH 5.10 v2 2/5] xfs: show the proper user quota options
` [PATCH 5.10 v2 3/5] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
` [PATCH 5.10 v2 4/5] xfs: fix an ABBA deadlock in xfs_rename
` [PATCH 5.10 v2 5/5] xfs: Fix CIL throttle hang when CIL space used going backwards
[PATCH net-next v2 1/1] net: phy: dp83867: retrigger SGMII AN when link change
2022-05-27 12:43 UTC (4+ messages)
stable-rc/linux-5.10.y build: 162 builds: 3 failed, 159 passed, 4 errors, 9 warnings (v5.10.118-164-gd318333bd3dbc)
2022-05-27 12:42 UTC
stable-rc/linux-5.10.y baseline: 112 runs, 9 regressions (v5.10.118-164-gd94e8cd982121)
2022-05-27 12:40 UTC
stable-rc/linux-5.15.y build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.43-146-g510d04da560c)
2022-05-27 12:34 UTC
stable-rc/linux-4.14.y build: 192 builds: 3 failed, 189 passed, 2 errors, 32 warnings (v4.14.281-7-g6eab7c1004f3)
2022-05-27 12:34 UTC
stable-rc/queue/5.10 baseline: 114 runs, 9 regressions (v5.10.118-163-g8faa7b0efdc3)
2022-05-27 12:03 UTC
[PATCH 5.15 000/145] 5.15.44-rc1 review
2022-05-27 8:50 UTC (77+ messages)
` [PATCH 5.15 061/145] random: add proper SPDX header
` [PATCH 5.15 064/145] random: remove useless header comment
` [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 078/145] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.15 079/145] random: round-robin registers as ulong, not u32
` [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 110/145] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.15 111/145] riscv: "
` [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.15 119/145] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 5.15 120/145] random: do not use batches when !crng_ready()
` [PATCH 5.15 121/145] random: use first 128 bits of input as fast init
` [PATCH 5.15 122/145] random: do not pretend to handle premature next security model
` [PATCH 5.15 123/145] random: order timer entropy functions below interrupt functions
` [PATCH 5.15 124/145] random: do not use input pool from hard IRQs
` [PATCH 5.15 125/145] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 5.15 126/145] siphash: use one source of truth for siphash permutations
` [PATCH 5.15 127/145] random: use symbolic constants for crng_init states
` [PATCH 5.15 128/145] random: avoid initializing twice in credit race
` [PATCH 5.15 129/145] random: move initialization out of reseeding hot path
` [PATCH 5.15 130/145] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 5.15 131/145] random: use proper jiffies comparison macro
` [PATCH 5.15 132/145] random: handle latent entropy and command line from random_init()
` [PATCH 5.15 133/145] random: credit architectural init the exact amount
` [PATCH 5.15 134/145] random: use static branch for crng_ready()
` [PATCH 5.15 135/145] random: remove extern from functions in header
` [PATCH 5.15 136/145] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 5.15 137/145] random: make consistent use of buf and len
` [PATCH 5.15 138/145] random: move initialization functions out of hot pages
` [PATCH 5.15 139/145] random: move randomize_page() into mm where it belongs
` [PATCH 5.15 140/145] random: unify batched entropy implementations
` [PATCH 5.15 141/145] random: convert to using fops->read_iter()
` [PATCH 5.15 142/145] random: convert to using fops->write_iter()
` [PATCH 5.15 143/145] random: wire up fops->splice_{read,write}_iter()
` [PATCH 5.15 144/145] random: check for signals after page of pool writes
` [PATCH 5.15 145/145] ALSA: ctxfi: Add SB046x PCI ID
stable-rc/queue/5.4 baseline: 63 runs, 4 regressions (v5.4.196-10-gb713e662ca6f)
2022-05-27 11:56 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] drm/i915: don't flush TLB on GEN8
2022-05-27 11:50 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).