All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-22 18:10:59 to 2026-06-22 19:21:03 UTC [more...]

Sashiko review emails to the list
 2026-06-22 19:20 UTC  (2+ messages)

[PATCH] usbip: tools: support SuperSpeed Plus devices
 2026-06-22 19:20 UTC  (2+ messages)

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-22 19:19 UTC  (17+ messages)
` [PATCH/RFC 1/6] commit-reach: decouple ahead_behind from nonstale_queue
` [PATCH/RFC 2/6] commit-reach: introduce struct paint_queue with per-side counters
` [PATCH/RFC 3/6] commit-reach: terminate merge-base walk when one paint side is exhausted
` [PATCH/RFC 4/6] t6600: add test cases for side-exhaustion edge cases
` [PATCH/RFC 5/6] t6099, t6600: add side-exhaustion regression tests
` [PATCH/RFC 6/6] Documentation/technical: add paint-down-to-common doc

[RFC PATCH 0/5] migration: fast snapshot load
 2026-06-22 19:19 UTC  (11+ messages)
` [RFC PATCH 2/5] migration: add support for fault thread to load pages from disk
` [RFC PATCH 3/5] migration: add eager load thread for fast snapshot load
` [RFC PATCH 4/5] migration: write up code to run fast snapshot load in qemu_loadvm_state
` [RFC PATCH 5/5] migration/tests: remove capability conflict test postcopy-ram+mapped-ram

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-22 19:19 UTC  (4+ messages)
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops

[PATCH] wmi/core Fix use-after-free in parse_wdg()
 2026-06-22 19:18 UTC  (3+ messages)
` [PATCH v2] wmi/core: fix use-after-free in wmi_add_device()
  ` [PATCH v3] "

Sashiko reviews for pahole: missing custom_remotes
 2026-06-22 19:18 UTC  (2+ messages)

[PATCH] selinux: fix NULL pointer dereference in selinux_sctp_bind_connect()
 2026-06-22 19:15 UTC  (4+ messages)

[PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support
 2026-06-22 19:15 UTC  (4+ messages)
` [PATCHv2 1/5] board_f: add a board_setup_dest_addr function

[RESEND PATCH v3 0/2] luo: convert serialized ptr to KHOSER_PTR
 2026-06-22 19:15 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] kho: add KHOSER_COPY_TYPE(UN)SAFE for phys copy

[PATCH v3 0/9] liveupdate: kvm: guest_memfd preservation
 2026-06-22 19:13 UTC  (18+ messages)
` [PATCH v3 1/9] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v3 2/9] kvm: Prepare core VM structs and helpers for LUO support
` [PATCH v3 3/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [PATCH v3 4/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [PATCH v3 5/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [PATCH v3 6/9] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [PATCH v3 7/9] docs: add documentation for guest_memfd preservation via LUO
` [PATCH v3 8/9] selftests: kvm: Split ____vm_create() to expose init helpers
` [PATCH v3 9/9] selftests: kvm: Add guest_memfd_preservation_test

[PATCH 0/2] nfs: refactor bit operations using clear_and_wake_up_bit
 2026-06-22 17:55 UTC  (2+ messages)
` [PATCH 1/2] nfs: replace atomic bitops sequence with clear_and_wake_up_bit helper

[PATCH 1/6 v3] libselinux: Add overflow checks
 2026-06-22 19:12 UTC  (7+ messages)
` [PATCH 3/6 v3] libsepol/cil: Add overflow checks for circular reference checks
` [PATCH 4/6 v3] libsepol/cil: Add overflow checks and cil_reallocarray
` [PATCH 5/6 v3] libsepol: Add overflow checks to strs_* family of functions

[android-common:android16-6.12 0/1] htmldocs: ./include/linux/dma-buf.h:548: warning: Excess struct member 'nr_task_refs' description in 'dma_buf'
 2026-06-22 19:12 UTC 

[koverstreet-bcachefs:trace_sched_wakeup_backtrace 230/332] fs/bcachefs/data/reconcile/work.c:964:25: warning: stack frame size (1048) exceeds limit (1024) in 'do_reconcile_phys_thread'
 2026-06-22 19:08 UTC 

[koverstreet-bcachefs:pr/1161 1571/2006] Warning: fs/bcachefs/journal/journal.c:736 function parameter 'flags' not described in 'bch2_journal_flush_seq_async'
 2026-06-22 19:08 UTC 

[PATCH v9 00/30] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-22 19:09 UTC  (23+ messages)
` [PATCH v9 09/30] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v9 12/30] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v9 13/30] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v9 14/30] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v9 16/30] drm/i915: Drop the irqs_disabled() check
` [PATCH v9 17/30] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v9 18/30] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v9 20/30] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v9 21/30] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v9 22/30] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v9 23/30] PREEMPT_RT injection
` [PATCH v9 24/30] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v9 25/30] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v9 26/30] drm/xe: Avoid using stolen memory for DPT
` [PATCH v9 27/30] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH v9 28/30] drm/xe/display: Do not allocate into stolen for new framebuffers
` [PATCH v9 29/30] drm/i915/pmu: Convert to raw spinlock
` [PATCH v9 30/30] drm/i915/guc: Make timestamp.lock a "
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev17)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ i915.CI.BAT: failure "

[PATCH v9 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-22 19:09 UTC  (9+ messages)
` [PATCH v9 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v9 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v9 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v9 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v7 0/7] igb: Implement Transmit Rate Limiting (TRL)
 2026-06-22 19:05 UTC  (8+ messages)
` [PATCH v7 1/7] igb: Define TRL registers and core state
` [PATCH v7 2/7] igb: Add VMState support for TRL state
` [PATCH v7 3/7] igb: Implement TRL register write and configuration
` [PATCH v7 4/7] igb: Refactor TX path to return processed byte count
` [PATCH v7 5/7] igb: Implement TRL throttling and timer resumption
` [PATCH v7 6/7] igb: Add QTest for Transmit Rate Limiter register multiplexing
` [PATCH v7 7/7] igb: Add QTest for Transmit Rate Limiter traffic throttling

[PULL 000/106] pci, vhost, virtio, iommu: features, fixes, cleanups
 2026-06-22 19:06 UTC  (4+ messages)
` [PULL 063/106] amd_iommu: Follow root pointer before page walk and use 1-based levels

[PATCH 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
 2026-06-22 19:07 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Fix sign-extension of MMIO loads
` [PATCH 2/2] KVM: arm64: selftests: Add MMIO sign-extending load test

Ethtool : PRBS feature
 2026-06-22 18:11 UTC  (10+ messages)

[pci:next] BUILD SUCCESS 40e92a5476e7aa3af966d37a58b5d40a929e55c6
 2026-06-22 19:04 UTC 

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-22 19:03 UTC  (3+ messages)
` [PATCH v3 5/7] kernel: Use mutable list iterators

[PAHOLE v5 0/5] support for DW_TAG_GNU_annotation and fixes
 2026-06-22 19:03 UTC  (4+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-22 19:03 UTC  (6+ messages)
` [PATCH v3 08/12] fs/resctrl: Make info/kernel_mode writable and identify the bound group

[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
 2026-06-22 19:01 UTC  (8+ messages)
` [PATCH v4 06/16] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v4 11/16] rust: drm: Wrap ioctl dispatch in RegistrationGuard

PROBLEM: Probabilistic segfault on AMD hardware with INVLPGB
 2026-06-22 19:00 UTC  (2+ messages)

[PATCH] drm/i915/gem: Add missing nospec on parallel submit slot
 2026-06-22 19:00 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[kvm-unit-tests PATCH] checkpatch: add support for Assisted-by tag
 2026-06-22 19:00 UTC  (3+ messages)

[RFC] eSPI: Exploring support and possible options in Linux
 2026-06-22 18:58 UTC 

[Buildroot] [PATCH v2] package/bind: security bump version to 9.20.24
 2026-06-22 18:56 UTC 

[PATCH 0/3] Exynos PMU fixes for cpu hotplug and cpuidle routines
 2026-06-22 18:57 UTC  (6+ messages)
` [PATCH 3/3] soc: samsung: exynos-pmu: fix error paths in cpuhotplug/idle states setup

[Buildroot] [PATCH] package/liblo: bump to version 0.36
 2026-06-22 18:57 UTC 

[PATCH 1/2] dt-bindings: hwmon: chipcap2: Add label property
 2026-06-22 18:56 UTC  (3+ messages)

[PATCH bpf-next v8 0/7] bpf: add icmp_send kfunc
 2026-06-22 18:55 UTC  (4+ messages)
` [PATCH bpf-next v8 3/7] bpf: add bpf_icmp_send kfunc

[PATCH v20 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-22 18:54 UTC  (3+ messages)
` [PATCH v20 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces
 2026-06-22 18:54 UTC  (2+ messages)

[RFC] Minix iomap conversion
 2026-06-22 18:53 UTC 

[PATCH v2 1/2] arm64: dts: qcom: sm8250-xiaomi-elish: Add pm8008 PMIC
 2026-06-22 18:52 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8250-xiaomi-elish: add ov8856 front camera

[oe-core][PATCHv4] xuser-account: convert to standard-user-account
 2026-06-22 18:52 UTC 

[PATCH RFC 2/2] erofs: add KUnit test for memory-backed compressed mount
 2026-06-22 18:52 UTC  (2+ messages)

[PATCH net 0/2] tcp: make TCP-AO lookups more predictable
 2026-06-22 18:52 UTC  (3+ messages)
` [PATCH net 1/2] tcp: fix TCP-AO key lookup precedence (shadowing)
` [PATCH net 2/2] selftests/net: Add TCP-AO key shadowing test

[PATCH v3 0/6] drm/xe/mmio: Small improvements
 2026-06-22 18:52 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/mmio: Small improvements (rev3)

[PATCH v5] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-22 18:51 UTC 

[PATCH bpf-next 0/2] bpf: Reject flexible-array allocation types
 2026-06-22 18:51 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover flexible-array allocation rejection

[PATCH v2 0/5] media: i2c: Add missing media_entity_cleanup()
 2026-06-22 18:48 UTC  (6+ messages)
` [PATCH v2 1/5] media: i2c: cx25840-core: "
` [PATCH v2 2/5] media: i2c: max9286: "
` [PATCH v2 3/5] media: i2c: msp3400-driver: "
` [PATCH v2 4/5] media: i2c: mt9v011: "
` [PATCH v2 5/5] media: i2c: saa7115: "

[PATCH 5.10 000/342] 5.10.259-rc1 review
 2026-06-22 18:48 UTC  (3+ messages)
` [PATCH 5.10 238/342] net: bridge: use a stable FDB dst snapshot in RCU readers

[PATCH] drm/amdkfd: avoid race condition of mqd when reading sdma counter
 2026-06-22 18:47 UTC  (2+ messages)

[PATCH v2 0/3] Add and use abstraction for synchronize_rcu()
 2026-06-22 18:47 UTC  (4+ messages)
` [PATCH v2 1/3] rust: sync: Add "

[pci:sysfs] BUILD SUCCESS 814565ddc12a58904dcdab8d68d1051f716e28f8
 2026-06-22 18:43 UTC 

[PATCH v2] ata: libata-core: Reject an invalid concurrent positioning ranges count
 2026-06-22 18:46 UTC  (3+ messages)

[pci:controller/rescan_lock] BUILD SUCCESS 0bd9611587bb494c33566d825fe34b2705e4b167
 2026-06-22 18:43 UTC 

[PATCH v2] misc: lan966x_pci: depopulate children on populate failure
 2026-06-22 18:45 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS e1201ff76176ef666b13d1a4ec6b6190ddc6abc8
 2026-06-22 18:45 UTC 

[PATCH sched_ext/for-7.2 1/2] sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
 2026-06-22 18:45 UTC  (4+ messages)
` [PATCH sched_ext/for-7.2 2/2] sched_ext: Move shared helpers from ext.c into internal.h and cid.h

[PATCH] libsepol/cil: fix double free of borrowed type datum on error path
 2026-06-22 18:45 UTC  (2+ messages)

[PATCH] Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"
 2026-06-22 18:45 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[linusw-nomadik:ux500-power-domains-v7.1] BUILD REGRESSION 10278e18bc5a61397cb538310a6388075a4f21dd
 2026-06-22 18:42 UTC 

[PATCH v2 0/2] Add support for StarFive JHB100 SPI
 2026-06-19 17:04 UTC  (2+ messages)

[PATCH] ASoC: cs530x: Fix expected MCLK rates for CS5302/4/8
 2026-06-22 17:29 UTC  (2+ messages)

[pci:controller/iproc-bcma] BUILD SUCCESS 3c2e6cc6affa8acdb99a580be1f8f297edf54204
 2026-06-22 18:40 UTC 

[GIT PULL] platform-drivers-x86 for v7.2-1
 2026-06-22 18:15 UTC 

[PATCH v2 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-06-22 18:41 UTC  (4+ messages)
` [PATCH v2 03/13] gpu: nova-core: gsp: move boot code into local closure

[PATCH v3] staging: media: atomisp: anr: move trailing statement to its own line
 2026-06-22 18:41 UTC 

[PATCH] ata: libata-core: Allow capacity transition to zero for locked drives
 2026-06-22 18:40 UTC  (2+ messages)

[rafael-pm:fixes] BUILD SUCCESS e331b7dc86c9f67fb768d88ea698dcd2809f6754
 2026-06-22 18:39 UTC 

[PATCH v3 1/2] dt-bindings: iio: dac: Add AD5529R
 2026-06-22 18:39 UTC  (11+ messages)

[xiang-erofs:dev] BUILD SUCCESS c37460cd9b2fcb61ec66b7eb4fde737e65ec2a56
 2026-06-22 18:38 UTC 

[PATCH RFC v8 00/24] pkeys-based page table hardening
 2026-06-22 18:38 UTC  (5+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys

[PATCH v2 1/2] libsepol: bound type values in type_set_expand negset loop
 2026-06-22 18:38 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v7.2
 2026-06-22 18:37 UTC 

[PATCH] staging: rtl8723bs: remove unused function declarations
 2026-06-22  5:25 UTC 

[PATCH v2 04/15] pci: Parse into pci_sbdf_t directly
 2026-06-22 18:36 UTC  (2+ messages)

[PATCH 01/13] Bluetooth: btusb: Initialize @priv_size at declaration in btusb_probe()
 2026-06-22 18:35 UTC  (2+ messages)
` Bluetooth: btusb/btqca/hci_sync: Clean up btusb and fix several bugs

[PATCH RFC 0/3] dmaengine: Support address bus widths of 32 bytes and above
 2026-06-22 18:34 UTC  (10+ messages)
` [PATCH RFC 2/3] dmaengine: dma-axi-dmac: Switch to bitmap-based address width masks

[PATCH i-g-t v6 0/2] Enable multi-format testing for pipe color tests
 2026-06-22 18:34 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Enable multi-format testing for pipe color tests (rev3)
` ✓ i915.CI.BAT: "

[Bug 221569] New: Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kerenel
 2026-06-22 18:32 UTC  (2+ messages)
` [Bug 221569] "

[PATCH] MAINTAINERS: Add Lance as an rmap reviewer
 2026-06-22 18:31 UTC  (2+ messages)

[PATCH 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
 2026-06-22 18:31 UTC  (2+ messages)
` [PATCH 2/2] selftests/x86: Add shadow stack uprobe CALL test

[oe-core][PATCHv3] xuser-account: convert to standard-user-account
 2026-06-22 18:28 UTC  (4+ messages)

[PATCH v2] profiling: don't free prof_cpu_mask on init failure
 2026-06-22 18:28 UTC  (3+ messages)

[PATCH 1/3] remoteproc: fix coding style issues in remoteproc.h
 2026-06-22 18:27 UTC  (4+ messages)
` [PATCH 3/3] remoteproc: add SPDX-License-Identifier tag to rsc_table.h

[PATCH v3] ASoC: tas2783: Update loaded firmware names to linux-firmware 20260519
 2026-06-22 18:27 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] scsi: hpsa: fix DMA mapping leak on IOACCEL2 reset path
 2026-06-22 18:26 UTC  (2+ messages)

[PATCH] raid6: fix riscv symbol undeclared warnigns
 2026-06-22 18:23 UTC  (3+ messages)

[PATCH v4 0/3] crypto: skcipher - per-request multi-data-unit batching
 2026-06-22 18:23 UTC  (3+ messages)

[PATCH v6 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators
 2026-06-22 18:23 UTC  (5+ messages)
` [PATCH v6 1/3] regulator: dt-bindings: Add Unisoc SC2730 PMIC

[PATCH v1] ACPICA: Unbreak tools build after switching over to strscpy_pad()
 2026-06-22 18:23 UTC 

[PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning
 2026-06-22 18:21 UTC  (3+ messages)

[PATCH 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-06-22 18:21 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/xe/guc: fix activity stats error message format

[PATCH] drm/nouveau: Simplify nouveau_cli_work
 2026-06-22 18:20 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] misc: bcm-vk: fix a potential memory leak in bcm_vk_write()
 2026-06-22 18:18 UTC 

[PATCH] Docs/driver-api/uio-howto: document mmap_prepare callback
 2026-06-22 18:18 UTC 

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-06-22 18:19 UTC  (5+ messages)

[linux-next:master 865/14705] drivers/iio/adc/ad4130.c:1527 ad4130_validate_diff_channel() error: buffer overflow 'st->pins_fn' 16 <= 29
 2026-06-22 18:15 UTC 

[PATCH bpf-next v3 0/3] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-22 18:18 UTC  (3+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH] GPU: drm: meson inline drm_simple_encoder_init()
 2026-06-22 18:18 UTC  (2+ messages)

[PATCH linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-22 18:17 UTC  (3+ messages)

[PATCH v2] selinux: use bool instead of int in ss/services.c
 2026-06-22 18:16 UTC  (2+ messages)

[PATCH v5 0/2] remoteproc: xlnx: remote crash recovery
 2026-06-22 18:16 UTC  (6+ messages)
` [PATCH v5 2/2] remoteproc: xlnx: add crash detection mechanism

[PATCH BlueZ v2] a2dp: Fix handling of codec capability storage
 2026-06-22 18:14 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH] arm64: mm: Defer read-only remap of data/bss linear alias
 2026-06-22 18:13 UTC  (2+ messages)

[PATCH] nvdimm/btt: add endian conversion in dev_err in btt_log_read
 2026-06-22 18:14 UTC  (2+ messages)

arch/arm/boot/dts/microchip/at91rm9200ek.dtb: timer@fffffd00 (atmel,at91rm9200-st): Unevaluated properties are not allowed ('watchdog' was unexpected)
 2026-06-22 18:11 UTC 


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.