All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-20 13:39:54 to 2022-06-20 14:07:53 UTC [more...]

[PATCH 5.4 000/240] 5.4.200-rc1 review
 2022-06-20 12:52 UTC  (140+ messages)
` [PATCH 5.4 009/240] random: Dont wake crng_init_wait when crng_init == 1
` [PATCH 5.4 010/240] random: Add a urandom_read_nowait() for random APIs that dont warn
` [PATCH 5.4 011/240] random: add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH 5.4 012/240] random: ignore GRND_RANDOM in getentropy(2)
` [PATCH 5.4 013/240] random: make /dev/random be almost like /dev/urandom
` [PATCH 5.4 020/240] random: fix typo in add_timer_randomness()
` [PATCH 5.4 028/240] linux/random.h: Use false with bool
` [PATCH 5.4 029/240] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 5.4 044/240] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.4 064/240] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.4 065/240] random: use computational hash for entropy extraction
` [PATCH 5.4 066/240] random: simplify entropy debiting
` [PATCH 5.4 067/240] random: use linear min-entropy accumulation crediting
` [PATCH 5.4 068/240] random: always wake up entropy writers after extraction
` [PATCH 5.4 069/240] random: make credit_entropy_bits() always safe
` [PATCH 5.4 070/240] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 5.4 072/240] random: fix locking in crng_fast_load()
` [PATCH 5.4 074/240] random: get rid of secondary crngs
` [PATCH 5.4 075/240] random: inline leaves of rand_initialize()
` [PATCH 5.4 076/240] random: ensure early RDSEED goes through mixer on init
` [PATCH 5.4 077/240] random: do not xor RDRAND when writing into /dev/random
` [PATCH 5.4 078/240] random: absorb fast pool into input pool after fast load
` [PATCH 5.4 079/240] random: use simpler fast key erasure flow on per-cpu keys
` [PATCH 5.4 080/240] random: use hash function for crng_slow_load()
` [PATCH 5.4 081/240] random: make more consistent use of integer types
` [PATCH 5.4 082/240] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 5.4 083/240] random: zero buffer after reading entropy from userspace
` [PATCH 5.4 084/240] random: fix locking for crng_init in crng_reseed()
` [PATCH 5.4 085/240] random: tie batched entropy generation to base_crng generation
` [PATCH 5.4 086/240] random: remove ifdefd out interrupt bench
` [PATCH 5.4 087/240] random: remove unused tracepoints
` [PATCH 5.4 088/240] random: add proper SPDX header
` [PATCH 5.4 089/240] random: deobfuscate irq u32/u64 contributions
` [PATCH 5.4 090/240] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 5.4 091/240] random: remove useless header comment
` [PATCH 5.4 092/240] random: remove whitespace and reorder includes
` [PATCH 5.4 093/240] random: group initialization wait functions
` [PATCH 5.4 094/240] random: group crng functions
` [PATCH 5.4 095/240] random: group entropy extraction functions
` [PATCH 5.4 096/240] random: group entropy collection functions
` [PATCH 5.4 097/240] random: group userspace read/write functions
` [PATCH 5.4 098/240] random: group sysctl functions
` [PATCH 5.4 099/240] random: rewrite header introductory comment
` [PATCH 5.4 100/240] random: defer fast pool mixing to worker
` [PATCH 5.4 101/240] random: do not take pool spinlock at boot
` [PATCH 5.4 102/240] random: unify early init crng load accounting
` [PATCH 5.4 103/240] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 5.4 104/240] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.4 105/240] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.4 106/240] random: round-robin registers as ulong, not u32
` [PATCH 5.4 107/240] random: only wake up writers after zap if threshold was passed
` [PATCH 5.4 108/240] random: cleanup UUID handling
` [PATCH 5.4 109/240] random: unify cycles_t and jiffies usage and types
` [PATCH 5.4 110/240] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.4 111/240] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.4 113/240] random: replace custom notifier chain with standard one
` [PATCH 5.4 114/240] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.4 115/240] random: make consistent usage of crng_ready()
` [PATCH 5.4 117/240] random: check for signal and try earlier when generating entropy
` [PATCH 5.4 118/240] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.4 119/240] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.4 120/240] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.4 121/240] random: mix build-time latent entropy into pool at init
` [PATCH 5.4 122/240] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.4 123/240] random: do not allow user to keep crng key around on stack
` [PATCH 5.4 125/240] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 5.4 126/240] random: allow partial reads if later user copies fail
` [PATCH 5.4 127/240] random: make random_get_entropy() return an unsigned long
` [PATCH 5.4 128/240] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.4 129/240] random: fix sysctl documentation nits
` [PATCH 5.4 130/240] init: call time_init() before rand_initialize()
` [PATCH 5.4 131/240] ia64: define get_cycles macro for arch-override
` [PATCH 5.4 132/240] s390: "
` [PATCH 5.4 133/240] parisc: "
` [PATCH 5.4 134/240] alpha: "
` [PATCH 5.4 135/240] powerpc: "
` [PATCH 5.4 136/240] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.4 137/240] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.4 138/240] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.4 139/240] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.4 140/240] nios2: "
` [PATCH 5.4 141/240] x86/tsc: Use "
` [PATCH 5.4 143/240] sparc: use "
` [PATCH 5.4 144/240] xtensa: "
` [PATCH 5.4 145/240] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 5.4 146/240] random: do not use batches when !crng_ready()
` [PATCH 5.4 147/240] random: use first 128 bits of input as fast init
` [PATCH 5.4 148/240] random: do not pretend to handle premature next security model
` [PATCH 5.4 149/240] random: order timer entropy functions below interrupt functions
` [PATCH 5.4 150/240] random: do not use input pool from hard IRQs
` [PATCH 5.4 152/240] siphash: use one source of truth for siphash permutations
` [PATCH 5.4 153/240] random: use symbolic constants for crng_init states
` [PATCH 5.4 154/240] random: avoid initializing twice in credit race
` [PATCH 5.4 155/240] random: move initialization out of reseeding hot path
` [PATCH 5.4 157/240] random: use proper jiffies comparison macro
` [PATCH 5.4 160/240] random: use static branch for crng_ready()
` [PATCH 5.4 162/240] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 5.4 163/240] random: make consistent use of buf and len
` [PATCH 5.4 164/240] random: move initialization functions out of hot pages
` [PATCH 5.4 167/240] random: convert to using fops->read_iter()
` [PATCH 5.4 168/240] random: convert to using fops->write_iter()
` [PATCH 5.4 171/240] Revert "random: use static branch for crng_ready()"
` [PATCH 5.4 172/240] crypto: drbg - always seeded with SP800-90B compliant noise source
` [PATCH 5.4 173/240] crypto: drbg - prepare for more fine-grained tracking of seeding state
` [PATCH 5.4 179/240] random: mark bootloader randomness code as __init
` [PATCH 5.4 180/240] random: account for arch randomness in bits
` [PATCH 5.4 182/240] ASoC: nau8822: Add operation for internal PLL off and on
` [PATCH 5.4 183/240] dma-debug: make things less spammy under memory pressure
` [PATCH 5.4 186/240] ASoC: cs53l30: Correct number of volume levels on SX controls
` [PATCH 5.4 188/240] ASoC: cs42l56: Correct typo in minimum level for SX volume controls
` [PATCH 5.4 194/240] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH 5.4 196/240] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH 5.4 198/240] ALSA: hda/realtek - Add HW8326 support
` [PATCH 5.4 199/240] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
` [PATCH 5.4 200/240] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
` [PATCH 5.4 204/240] random: credit cpu and bootloader seeds by default
` [PATCH 5.4 206/240] clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()
` [PATCH 5.4 207/240] i40e: Fix adding ADQ filter to TC0
` [PATCH 5.4 208/240] i40e: Fix calculating the number of queue pairs
` [PATCH 5.4 209/240] i40e: Fix call trace in setup_tx_descriptors
` [PATCH 5.4 211/240] misc: atmel-ssc: Fix IRQ check in ssc_probe
` [PATCH 5.4 212/240] mlxsw: spectrum_cnt: Reorder counter pools
` [PATCH 5.4 215/240] certs/blacklist_hashes.c: fix const confusion in certs blacklist
` [PATCH 5.4 216/240] faddr2line: Fix overlapping text section failures, the sequel
` [PATCH 5.4 217/240] irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
` [PATCH 5.4 218/240] irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions
` [PATCH 5.4 219/240] irqchip/gic-v3: Fix refcount leak "
` [PATCH 5.4 220/240] i2c: designware: Use standard optional ref clock implementation
` [PATCH 5.4 222/240] USB: serial: option: add support for Cinterion MV31 with new baseline
` [PATCH 5.4 223/240] USB: serial: io_ti: add Agilent E5805A support
` [PATCH 5.4 224/240] usb: dwc2: Fix memory leak in dwc2_hcd_init
` [PATCH 5.4 226/240] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH 5.4 230/240] ext4: add reserved GDT blocks check
` [PATCH 5.4 234/240] net/sched: act_police: more accurate MTU policing
` [PATCH 5.4 235/240] net: openvswitch: fix misuse of the cached connection on tuple changes
` [PATCH 5.4 236/240] net: openvswitch: fix leak of nested actions
` [PATCH 5.4 237/240] arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line
` [PATCH 5.4 239/240] riscv: Less inefficient gcc tishift helpers (and export their symbols)
` [PATCH 5.4 240/240] powerpc/mm: Switch obsolete dssall to .long

[PATCH 5.15 000/106] 5.15.49-rc1 review
 2022-06-20 12:52 UTC  (12+ messages)
` [PATCH 5.15 009/106] dma-debug: make things less spammy under memory pressure
` [PATCH 5.15 028/106] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH 5.15 030/106] ALSA: hda/realtek - Add HW8326 support
` [PATCH 5.15 032/106] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
` [PATCH 5.15 033/106] ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
` [PATCH 5.15 034/106] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
` [PATCH 5.15 044/106] staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
` [PATCH 5.15 046/106] staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
` [PATCH 5.15 049/106] sunrpc: set cl_max_connect when cloning an rpc_clnt
` [PATCH 5.15 092/106] tty: n_gsm: Debug output allocation must use GFP_ATOMIC
` [PATCH 5.15 106/106] clk: imx8mp: fix usb_root_clk parent

[OE-core][PATCH] kernel-uboot.bbclass: Use vmlinux.initramfs when INITRAMFS_IMAGE_BUNDLE set
 2022-06-20 14:07 UTC  (2+ messages)

[kirkstone][PATCH][RESEND] efivar: add musl libc compatibility
 2022-06-20 14:06 UTC  (3+ messages)
` [OE-core] "

[igt-dev] [PATCH 0/2] HAX add test description to prime_vgem
 2022-06-20 14:06 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH] pipeline: fix packet mirroring configuration
 2022-06-20 14:05 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v1] staging: r8188eu: an incorrect return value made the function always return fail
 2022-06-20 14:05 UTC  (2+ messages)

[PATCH] btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
 2022-06-20 13:26 UTC  (2+ messages)

[PATCH 5.10 00/84] 5.10.124-rc1 review
 2022-06-20 12:51 UTC  (7+ messages)
` [PATCH 5.10 08/84] ASoC: cs42l52: Fix TLV scales for mixer controls
` [PATCH 5.10 38/84] i40e: Fix adding ADQ filter to TC0
` [PATCH 5.10 43/84] misc: atmel-ssc: Fix IRQ check in ssc_probe
` [PATCH 5.10 59/84] i2c: designware: Use standard optional ref clock implementation
` [PATCH 5.10 74/84] KVM: x86: Account a variety of miscellaneous allocations
` [PATCH 5.10 75/84] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

[PATCH] uacce: fix concurrency of fops_open and uacce_remove
 2022-06-20 13:25 UTC  (9+ messages)

[PATCH] crypto: fips - make proc files report fips module name and version
 2022-06-20 13:16 UTC 

[alobakin:bitops 3/7] block/elevator.c:222:9: sparse: sparse: cast from restricted req_flags_t
 2022-06-20 13:51 UTC  (6+ messages)
` [PATCH v3 0/7] bitops: let optimize out non-atomic bitops on compile-time constants

[PATCH 0/4] Fix filename reporting in guest asserts
 2022-06-20 13:21 UTC  (8+ messages)
` [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

[PATCH v2 1/2] drm/amdkfd: Add queue to MES if it becomes active
 2022-06-20 14:00 UTC  (2+ messages)

renesas/master baseline: 609 runs, 43 regressions (renesas-devel-2022-06-20-v5.19-rc3)
 2022-06-20 13:18 UTC 

renesas/master baseline-nfs: 188 runs, 11 regressions (renesas-devel-2022-06-20-v5.19-rc3)
 2022-06-20 13:18 UTC 

[igt-dev] [PATCH i-g-t v2] tests/i915/i915_pm_dc: Check dc3co count to skip the test
 2022-06-20 14:00 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Check dc3co count to skip the test (rev2)

RTT-PROBE: lore-subspace-rtt
 2022-06-20 13:59 UTC 

[PATCH] RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
 2022-06-20 13:57 UTC  (2+ messages)

[PATCH v4] sched: enable CMAN at runtime
 2022-06-20 13:56 UTC  (2+ messages)
` [PATCH v5] ched: "

[PATCH] mm: Fix serialization adding transparent huge pages to page cache
 2022-06-20 13:56 UTC  (2+ messages)

[PATCH 1/1] usb: chipidea: ci_hdrc_imx: use dev_err_probe()
 2022-06-20 13:55 UTC  (2+ messages)

[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
 2022-06-20 13:49 UTC  (6+ messages)

[PATCH] udev-extraconf: force systemd-udevd to use shared MountFlags
 2022-06-20 13:52 UTC 

[TECH TOPIC] Rust
 2022-06-20 13:53 UTC  (8+ messages)
            ` [Ksummit-discuss] "

[PATCH 00/10] xilinx: zynqmp: Support foreign vendor boards
 2022-06-20 13:53 UTC  (7+ messages)
` [PATCH 09/10] tools: zynqmp_psu_init_minimize: Add serdes_illcalib forward declaration

[PATCH v1 0/3] drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoC
 2022-06-20 13:50 UTC  (3+ messages)
` [PATCH v1 2/3] "

[PATCH] MAINTAINERS: update ASoC Qualcomm maintainer email-id
 2022-06-20 13:06 UTC  (2+ messages)

[PATCH v3 4/5] pack-bitmap.c: using error() instead of silently returning -1
 2022-06-20 13:17 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-20 13:49 UTC 

[PATCH 00/64] drm/vc4: Fix hotplug for vc4
 2022-06-20 13:48 UTC  (4+ messages)
` [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
 2022-06-20 13:46 UTC  (4+ messages)
` [RFC PATCH v3 03/11] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()

[Buildroot] [Bug 14856] New: nvidia-driver package fails to build
 2022-06-20 13:47 UTC  (2+ messages)
` [Buildroot] [Bug 14856] "

[virtio-comment] [PATCH] virtio-snd: add support for audio controls
 2022-06-20 13:47 UTC  (4+ messages)

[PATCH] arm64: zynqmp: Used fixed-partitions for QSPI in k26
 2022-06-20 13:46 UTC 

[PATCH] drm/amdgpu: add LSDMA block for LSDMA v6.0.1
 2022-06-20 13:44 UTC  (2+ messages)

Kernel ABI Monitoring and toolchain support
 2022-06-20 13:42 UTC  (4+ messages)

[PATCH 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-06-20 13:40 UTC  (8+ messages)

[PATCH v3] grub-fs-tester: Add luks1 and luks2 support
 2022-06-20 13:40 UTC  (4+ messages)

cleanup btrfs bio submission v2
 2022-06-20 13:04 UTC  (2+ messages)


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.