All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 17:31:22 to 2022-06-23 17:54:02 UTC [more...]

[PATCH 4.19 000/234] 4.19.249-rc1 review
 2022-06-23 16:41 UTC  (8+ messages)
` [PATCH 4.19 001/234] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.19 004/234] drivers/char/random.c: make primary_crng static
` [PATCH 4.19 010/234] random: Support freezable kthreads in add_hwgenerator_randomness()
` [PATCH 4.19 014/234] Revert "hwrng: core - Freeze khwrng thread during suspend"
` [PATCH 4.19 015/234] crypto: blake2s - generic C library implementation and selftest
` [PATCH 4.19 023/234] char/random: silence a lockdep splat with printk()
` [PATCH 4.19 033/234] random: split primary/secondary crng init paths

[PATCH] powerpc/book3e: Fix PUD allocation size in map_kernel_page()
 2022-06-23 17:13 UTC  (2+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 17:13 UTC  (4+ messages)

[PATCH] clk: qcom: sc8280xp: add parent to gcc_ufs_phy_axi_clk for sa8540p
 2022-06-23 17:13 UTC  (3+ messages)

[PATCH v4 0/5] config: introduce discovery.bare and protected config
 2022-06-23 17:13 UTC  (2+ messages)

[PATCH 5.15 0/9] 5.15.50-rc1 review
 2022-06-23 16:44 UTC  (10+ messages)
` [PATCH 5.15 1/9] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 5.15 2/9] drm/amd/display: Dont reinitialize DMCUB on s0ix resume
` [PATCH 5.15 3/9] net: mana: Add handling of CQE_RX_TRUNCATED
` [PATCH 5.15 4/9] zonefs: fix zonefs_iomap_begin() for reads
` [PATCH 5.15 5/9] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 5.15 6/9] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
` [PATCH 5.15 7/9] selftests/bpf: Add selftest for calling global functions from freplace
` [PATCH 5.15 8/9] serial: core: Initialize rs485 RTS polarity already on probe
` [PATCH 5.15 9/9] arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer

[PATCH] meson.build: Require a recent version of libpng
 2022-06-23 17:49 UTC 

[PATCH V6 1/2] xen/gnttab: Store frame GFN in struct page_info on Arm
 2022-06-23 17:50 UTC  (2+ messages)

[PATCH 0/3] perf: RISC-V: fix access to the highest available counter
 2022-06-23 17:50 UTC  (3+ messages)
` [PATCH 1/3] perf: RISC-V: fix access beyond allocated array

[PATCH 5.10 00/11] 5.10.125-rc1 review
 2022-06-23 16:44 UTC  (12+ messages)
` [PATCH 5.10 01/11] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 5.10 02/11] zonefs: fix zonefs_iomap_begin() for reads
` [PATCH 5.10 03/11] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 5.10 04/11] tcp: add some entropy in __inet_hash_connect()
` [PATCH 5.10 05/11] tcp: use different parts of the port_offset for index and offset
` [PATCH 5.10 06/11] tcp: add small random increments to the source port
` [PATCH 5.10 07/11] tcp: dynamically allocate the perturb table used by source ports
` [PATCH 5.10 08/11] tcp: increase source port perturb table to 2^16
` [PATCH 5.10 09/11] tcp: drop the hash_32() part from the index calculation
` [PATCH 5.10 10/11] serial: core: Initialize rs485 RTS polarity already on probe
` [PATCH 5.10 11/11] arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer

[PATCH 4.14 000/237] 4.14.285-rc1 review
 2022-06-23 16:44 UTC  (129+ messages)
` [PATCH 4.14 090/237] random: use linear min-entropy accumulation crediting
` [PATCH 4.14 093/237] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.14 094/237] random: remove batched entropy locking
` [PATCH 4.14 095/237] random: fix locking in crng_fast_load()
` [PATCH 4.14 096/237] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.14 097/237] random: inline leaves of rand_initialize()
` [PATCH 4.14 098/237] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.14 099/237] random: do not xor RDRAND when writing into /dev/random
` [PATCH 4.14 118/237] random: defer fast pool mixing to worker
` [PATCH 4.14 119/237] random: do not take pool spinlock at boot
` [PATCH 4.14 120/237] random: unify early init crng load accounting
` [PATCH 4.14 121/237] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.14 122/237] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 4.14 123/237] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 4.14 124/237] random: round-robin registers as ulong, not u32
` [PATCH 4.14 125/237] random: only wake up writers after zap if threshold was passed
` [PATCH 4.14 126/237] random: cleanup UUID handling
` [PATCH 4.14 127/237] random: unify cycles_t and jiffies usage and types
` [PATCH 4.14 128/237] random: do crng pre-init loading in worker rather than irq
` [PATCH 4.14 129/237] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 4.14 130/237] random: dont let 644 read-only sysctls be written to
` [PATCH 4.14 131/237] random: replace custom notifier chain with standard one
` [PATCH 4.14 132/237] random: use SipHash as interrupt entropy accumulator
` [PATCH 4.14 133/237] random: make consistent usage of crng_ready()
` [PATCH 4.14 134/237] random: reseed more often immediately after booting
` [PATCH 4.14 135/237] random: check for signal and try earlier when generating entropy
` [PATCH 4.14 136/237] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 4.14 137/237] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 4.14 138/237] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 4.14 139/237] random: mix build-time latent entropy into pool at init
` [PATCH 4.14 140/237] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 4.14 141/237] random: do not allow user to keep crng key around on stack
` [PATCH 4.14 142/237] random: check for signal_pending() outside of need_resched() check
` [PATCH 4.14 143/237] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 4.14 144/237] random: make random_get_entropy() return an unsigned long
` [PATCH 4.14 145/237] random: document crng_fast_key_erasure() destination possibility
` [PATCH 4.14 146/237] random: fix sysctl documentation nits
` [PATCH 4.14 147/237] init: call time_init() before rand_initialize()
` [PATCH 4.14 148/237] ia64: define get_cycles macro for arch-override
` [PATCH 4.14 149/237] s390: "
` [PATCH 4.14 150/237] parisc: "
` [PATCH 4.14 151/237] alpha: "
` [PATCH 4.14 152/237] powerpc: "
` [PATCH 4.14 153/237] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 4.14 154/237] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 4.14 155/237] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 4.14 156/237] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 4.14 157/237] nios2: "
` [PATCH 4.14 158/237] x86/tsc: Use "
` [PATCH 4.14 159/237] um: use "
` [PATCH 4.14 160/237] sparc: "
` [PATCH 4.14 161/237] xtensa: "
` [PATCH 4.14 162/237] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 4.14 163/237] random: do not use batches when !crng_ready()
` [PATCH 4.14 164/237] random: do not pretend to handle premature next security model
` [PATCH 4.14 165/237] random: order timer entropy functions below interrupt functions
` [PATCH 4.14 166/237] random: do not use input pool from hard IRQs
` [PATCH 4.14 167/237] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 4.14 168/237] siphash: use one source of truth for siphash permutations
` [PATCH 4.14 169/237] random: use symbolic constants for crng_init states
` [PATCH 4.14 170/237] random: avoid initializing twice in credit race
` [PATCH 4.14 171/237] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 4.14 172/237] random: use proper jiffies comparison macro
` [PATCH 4.14 173/237] random: handle latent entropy and command line from random_init()
` [PATCH 4.14 174/237] random: credit architectural init the exact amount
` [PATCH 4.14 175/237] random: use static branch for crng_ready()
` [PATCH 4.14 176/237] random: remove extern from functions in header
` [PATCH 4.14 177/237] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 4.14 178/237] random: move initialization functions out of hot pages
` [PATCH 4.14 179/237] random: move randomize_page() into mm where it belongs
` [PATCH 4.14 180/237] random: convert to using fops->write_iter()
` [PATCH 4.14 181/237] random: wire up fops->splice_{read,write}_iter()
` [PATCH 4.14 182/237] random: check for signals after page of pool writes
` [PATCH 4.14 183/237] Revert "random: use static branch for crng_ready()"
` [PATCH 4.14 184/237] crypto: drbg - add FIPS 140-2 CTRNG for noise source
` [PATCH 4.14 185/237] crypto: drbg - always seeded with SP800-90B compliant "
` [PATCH 4.14 186/237] crypto: drbg - prepare for more fine-grained tracking of seeding state
` [PATCH 4.14 187/237] crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
` [PATCH 4.14 188/237] crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
` [PATCH 4.14 189/237] crypto: drbg - always try to free Jitter RNG instance
` [PATCH 4.14 190/237] crypto: drbg - make reseeding from get_random_bytes() synchronous
` [PATCH 4.14 191/237] random: avoid checking crng_ready() twice in random_init()
` [PATCH 4.14 192/237] random: mark bootloader randomness code as __init
` [PATCH 4.14 193/237] random: account for arch randomness in bits
` [PATCH 4.14 194/237] ASoC: cs42l52: Fix TLV scales for mixer controls
` [PATCH 4.14 195/237] ASoC: cs53l30: Correct number of volume levels on SX controls
` [PATCH 4.14 196/237] ASoC: cs42l52: Correct TLV for Bypass Volume
` [PATCH 4.14 197/237] ASoC: cs42l56: Correct typo in minimum level for SX volume controls
` [PATCH 4.14 198/237] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
` [PATCH 4.14 199/237] ASoC: wm8962: Fix suspend while playing music
` [PATCH 4.14 200/237] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
` [PATCH 4.14 201/237] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH 4.14 202/237] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH 4.14 203/237] scsi: pmcraid: Fix missing "
` [PATCH 4.14 204/237] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
` [PATCH 4.14 205/237] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
` [PATCH 4.14 206/237] ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
` [PATCH 4.14 207/237] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
` [PATCH 4.14 208/237] random: credit cpu and bootloader seeds by default
` [PATCH 4.14 209/237] pNFS: Dont keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
` [PATCH 4.14 210/237] i40e: Fix call trace in setup_tx_descriptors
` [PATCH 4.14 211/237] tty: goldfish: Fix free_irq() on remove
` [PATCH 4.14 212/237] misc: atmel-ssc: Fix IRQ check in ssc_probe
` [PATCH 4.14 213/237] net: bgmac: Fix an erroneous kfree() in bgmac_remove()
` [PATCH 4.14 214/237] arm64: ftrace: fix branch range checks
` [PATCH 4.14 215/237] certs/blacklist_hashes.c: fix const confusion in certs blacklist
` [PATCH 4.14 216/237] irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
` [PATCH 4.14 217/237] comedi: vmk80xx: fix expression for tx buffer size
` [PATCH 4.14 218/237] USB: serial: option: add support for Cinterion MV31 with new baseline
` [PATCH 4.14 219/237] USB: serial: io_ti: add Agilent E5805A support
` [PATCH 4.14 220/237] usb: dwc2: Fix memory leak in dwc2_hcd_init
` [PATCH 4.14 221/237] usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
` [PATCH 4.14 222/237] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH 4.14 223/237] ext4: fix bug_on ext4_mb_use_inode_pa
` [PATCH 4.14 224/237] ext4: make variable "count" signed
` [PATCH 4.14 225/237] ext4: add reserved GDT blocks check
` [PATCH 4.14 226/237] virtio-pci: Remove wrong address verification in vp_del_vqs()
` [PATCH 4.14 227/237] l2tp: dont use inet_shutdown on ppp session destroy
` [PATCH 4.14 228/237] l2tp: fix race in pppol2tp_release with session object destroy
` [PATCH 4.14 229/237] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 4.14 230/237] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 4.14 231/237] xprtrdma: fix incorrect header size calculations
` [PATCH 4.14 232/237] tcp: add some entropy in __inet_hash_connect()
` [PATCH 4.14 233/237] tcp: use different parts of the port_offset for index and offset
` [PATCH 4.14 234/237] tcp: add small random increments to the source port
` [PATCH 4.14 235/237] tcp: dynamically allocate the perturb table used by source ports
` [PATCH 4.14 236/237] tcp: increase source port perturb table to 2^16
` [PATCH 4.14 237/237] tcp: drop the hash_32() part from the index calculation

[Intel-gfx] [PATCH 00/11] drm/i915: Add D3Cold-Off support for runtime-pm
 2022-06-23 17:49 UTC  (9+ messages)
` [Intel-gfx] [PATCH 04/11] drm/i915: Added is_intel_rpm_allowed helper
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Add D3Cold-Off support for runtime-pm (rev2)

[PATCH] arm64/signal: Clean up SVE/SME feature checking inconsistency
 2022-06-23 17:47 UTC  (2+ messages)

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-23 16:17 UTC  (3+ messages)
` [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

Question about RAM and block data
 2022-06-23 17:42 UTC 

[PATCH 1/2] pmic: pca9450: Add optional SD_VSEL GPIO for LDO5
 2022-06-23 17:42 UTC  (2+ messages)
` [PATCH 2/2] imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD card access

[dunfell][PATCH 1/2] cve-check: add support for Ignored CVEs
 2022-06-23 17:42 UTC  (2+ messages)
` [dunfell][PATCH 2/2] oeqa/selftest/cve_check: add tests for Ignored and partial reports

[PATCH v4] coresight: etm4x: avoid build failure with unrolled loops
 2022-06-23 17:41 UTC  (3+ messages)
` [PATCH v5] "

Comunity vs i.MX #yocto
 2022-06-23 17:41 UTC 

[PATCH] ls-files: update test style
 2022-06-23 17:09 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/2] drm/i915/display: stop HPD workers before display driver unregister
 2022-06-23 17:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

Bug report: ntfs_read_block may crash system
 2022-06-23 17:08 UTC  (3+ messages)
` [PATCH v2] fs/ntfs: fix BUG_ON of ntfs_read_block()

[PATCH V4 0/2] rtc: Introduce rtc-ti-k3
 2022-06-23 17:08 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: rtc: Add TI K3 RTC description
` [PATCH V4 2/2] rtc: Introduce ti-k3-rtc

[PATCH 01/10] iio: adc: mcp3911: correct "microchip,device-addr" property
 2022-06-23 17:08 UTC  (10+ messages)
` [PATCH 02/10] iio: adc: mcp3911: use resource-managed version of iio_device_register
` [PATCH 03/10] iio: adc: mcp3911: add support for buffers
` [PATCH 04/10] iio: adc: mcp3911: add support for interrupts
` [PATCH 05/10] dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry
` [PATCH 06/10] iio: adc: mcp3911: add support for oversampling ratio
` [PATCH 07/10] iio: adc: mcp3911: use correct formula for AD conversion
` [PATCH 08/10] iio: adc: mcp3911: add support for phase
` [PATCH 09/10] iio: adc: mcp3911: make use of the sign bit
` [PATCH 10/10] iio: adc: mcp3911: add support to set PGA

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-23 17:09 UTC  (6+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-23 17:37 UTC  (5+ messages)
` [PATCHv7 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv7 13/14] x86/tdx: Refactor try_accept_one()

[PATCH 0/9] Add Qualcomm BMC machines
 2022-06-23 17:37 UTC  (5+ messages)
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

[PATCH] docs: make DISTRO_FEATURES description more explicit
 2022-06-23 17:37 UTC 

drivers/misc/habanalabs/common/state_dump.c:79:9: warning: use of NULL 'buf' where non-null expected [CWE-476]
 2022-06-23 17:34 UTC 

[PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-06-23 17:32 UTC  (2+ messages)

[PATCH] PCI: rcar-ep: Simplify bitmap allocation
 2022-06-23 17: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.