All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 02:54:26 to 2026-06-30 04:20:11 UTC [more...]

[PATCH rc v6 0/7] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-06-30  4:19 UTC  (10+ messages)
` [PATCH rc v6 3/7] iommu/arm-smmu-v3: Do not enable EVTQ/PRIQ interrupts in "
` [PATCH rc v6 4/7] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup "
` [PATCH rc v6 7/7] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP_ADOPT in probe()

[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-30  4:19 UTC  (21+ messages)
` [PATCH 01/18] mm/damon/core: introduce damon_nr_accesses_mvsum()
` [PATCH 02/18] mm/damon/tests/core-kunit: test damon_mvsum()
` [PATCH 03/18] mm/damon/core: always update ->last_nr_accesses for intervals change
` [PATCH 04/18] mm/damon/core: handle unreset nr_accesses in damon_nr_accesses_mvsum()
` [PATCH 05/18] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [PATCH 06/18] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [PATCH 07/18] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [PATCH 08/18] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [PATCH 09/18] mm/damon/core: remove damon_verify_reset_aggregated()
` [PATCH 10/18] mm/damon/core: remove damon_verify_merge_regions_of()
` [PATCH 11/18] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [PATCH 12/18] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [PATCH 13/18] mm/damon/core: remove nr_accesses_bp setups and updates
` [PATCH 14/18] mm/damon/core: remove attrs param from damon_update_region_access_rate()
` [PATCH 15/18] mm/damon/paddr: remove attrs param from __damon_pa_check_access()
` [PATCH 16/18] mm/damon/vaddr: remove attrs param from __damon_va_check_access()
` [PATCH 17/18] mm/damon/core: remove damon_moving_sum() and its unit test
` [PATCH 18/18] mm/damon/core: remove damon_region->nr_accesses_bp

[PATCH v3 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-30  4:19 UTC  (2+ messages)

[PATCH] mm/damon/core: validate ranges in damon_set_regions()
 2026-06-30  4:18 UTC  (3+ messages)

[PATCH 1/7] lib: Add vendor-agnostic platform filtering interface
 2026-06-30  4:17 UTC  (9+ messages)
` [PATCH 2/7] lib: Implement generic platform filtering framework
` [PATCH 3/7] lib/amdgpu: Add AMD platform filtering backend
` [PATCH 4/7] lib: Add platform filter initialization check for automatic filtering
` [PATCH 5/7] lib/igt_core: Enable automatic platform filtering in subtest execution
` [PATCH 6/7] docs: Add comprehensive platform filtering documentation
` [PATCH 7/7] tests/amdgpu: Integrate platform filtering into amd_basic
` ✓ Xe.CI.BAT: success for series starting with [1/7] lib: Add vendor-agnostic platform filtering interface
` ✓ i915.CI.BAT: "

[PATCH] usb: atm: ueagle: fix use-after-free in uea_upload_pre_firmware()
 2026-06-30  4:17 UTC 

[PATCH 00/10] net: emac: various cleanups, fixes, and feature additions
 2026-06-30  4:16 UTC  (11+ messages)
` [PATCH 01/10] net: emac: remove emac_xaht_base()
` [PATCH 02/10] net: emac: fix sparse __iomem warnings in IAHT register access
` [PATCH 03/10] net: emac: use DMA-specific and SMP memory barriers
` [PATCH 04/10] net: emac: mal: replace of_get_property with of_property_read_u32
` [PATCH 05/10] net: emac: mal: replace busy-wait in mal_poll_disable with wait_event
` [PATCH 06/10] net: emac: batch stats, eliminate modulo, tighten barrier in RX poll
` [PATCH 07/10] net: emac: fix DMA API mapping and unmapping correctness
` [PATCH 08/10] net: emac: replace #ifdef CONFIG_PPC_DCR_NATIVE with IS_ENABLED()
` [PATCH 09/10] net: emac: add Byte Queue Limits (BQL) support
` [PATCH 10/10] net: emac: use ndo_get_stats64 instead of ndo_get_stats

[PATCH net v2 0/2] Fix to possible skb leak due to race condtion in tx path
 2026-06-30  4:16 UTC  (4+ messages)
` [PATCH net v2 1/2] net: ethernet: oa_tc6: Protect skb pointer used by two different kernel instances

[PATCH] gfs2: fix null-ptr-deref in gfs2_quota_hold during unmount
 2026-06-30  4:14 UTC 

+ kernel-refactor-shorten-has_pending_signals.patch added to mm-nonmm-unstable branch
 2026-06-30  4:14 UTC 

[PATCH] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-30  4:10 UTC  (2+ messages)

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-30  4:12 UTC  (4+ messages)
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup

[RESEND PATCH] riscv: mm: exclude invalid THP PMDs from page table check
 2026-06-30  4:04 UTC  (3+ messages)

[PATCH v7 0/4] initial support for yosemite4
 2026-06-30  4:06 UTC  (5+ messages)
` [PATCH v7 3/4] hw/sensor: MAX31790 support
` [PATCH v7 4/4] hw/sensor: support MAX11615

[PATCH v7 000/120] x86: Introduce a centralized CPUID data model
 2026-06-30  4:05 UTC  (3+ messages)
` [PATCH v7 023/120] x86/cpu/centaur: Use parsed CPUID(0xc0000001)

+ riscv-mm-exclude-invalid-thp-pmds-from-page-table-check.patch added to mm-nonmm-unstable branch
 2026-06-30  4:05 UTC 

[syzbot ci] Re: minix: convert to iomap and add direct I/O
 2026-06-30  4:05 UTC  (3+ messages)

[PATCH v2 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-06-30  4:04 UTC  (5+ messages)
` [PATCH v2 1/3] drm/gpusvm: free the whole IOVA reservation on unmap
` [PATCH v2 2/3] drm/gpusvm: do not route system pages to device_unmap() on IOVA unmap
` [PATCH v2 3/3] drm/gpusvm: publish dpagemap early to avoid device mapping leak on error

[RFC] clone: allow sparse-checkout paths to be specified during clone
 2026-06-30  4:02 UTC  (2+ messages)

+ tmpfs-ramfs-let-memfd_create-work-on-nommu.patch added to mm-nonmm-unstable branch
 2026-06-30  3:59 UTC 

[PATCH] tmpfs/ramfs: Let memfd_create() work on nommu
 2026-06-30  3:58 UTC  (2+ messages)

[moderation/CI] Re: bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-30  3:59 UTC 

[PATCH v7 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-06-30  3:58 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
  ` [PATCH v8 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
  ` [PATCH v8 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
  ` [PATCH v8 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
  ` [PATCH v8 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level

[Patch mm-hotfixes v5] mm/page_vma_mapped: fix device-private PMD handling
 2026-06-30  3:57 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: s/SeongJae/SJ/
 2026-06-30  3:54 UTC  (2+ messages)

[PATCH v3 0/3] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
 2026-06-30  3:53 UTC  (4+ messages)
` [PATCH v3 3/3] clk: samsung: exynos990: Fix PERIS gate clock parents

[PATCH 0/2] wifi: ath12k: Fix operation under virtio
 2026-06-30  3:52 UTC  (5+ messages)
` [PATCH 2/2] wifi: ath12k: skip unknown direct buffer ring module IDs

[PATCH v3 0/8] x1e80100: Enable PDC wake GPIOs and deepest idle state
 2026-06-30  3:52 UTC  (4+ messages)
` [PATCH v3 3/8] irqchip/qcom-pdc: Remove pdc_enable_intr() wrapper

[PATCH net v2 1/1] tcp: bound SYN-ACK timers to reqsk timeout range
 2026-06-30  3:49 UTC 

[PATCH] hw/intc/aspeed: Drop stale pending interrupts
 2026-06-30  3:50 UTC  (2+ messages)

[PATCH 0/6] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-06-30  3:50 UTC  (12+ messages)
` [PATCH 2/6] hwmon: (pmbus/max20830): add support for enable GPIO
` [PATCH 3/6] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties
` [PATCH 4/6] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH 5/6] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH 6/6] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH] builtin/history: unuse the commit buffer after use
 2026-06-30  3:45 UTC  (5+ messages)

[PATCH 0/5] Rate limited printing for Rust
 2026-06-30  3:44 UTC  (5+ messages)
` [PATCH 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH 2/5] rust: sync: add const constructor for raw_spinlock_t

[PATCH net-next v1] ice: use dev_err_probe in all appropriate places in ice_probe()
 2026-06-30  3:43 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH i-g-t] tests/chamelium/kms_chamelium_audio: Add suspend/resume audio tests
 2026-06-30  3:40 UTC  (2+ messages)

[PATCH 0/5] drm/xe: balance exec queue suspend/resume
 2026-06-30  3:40 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: balance exec queue suspend/resume (rev3)

[PATCH v8 0/5] drm/gpusvm: split MM and device state across gpusvm/range/pages
 2026-06-30  3:37 UTC  (6+ messages)
` [PATCH v8 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
` [PATCH v8 2/5] drm/gpusvm: embed struct drm_device into drm_gpusvm_pages
` [PATCH v8 3/5] drm/xe: have xe_svm_range embed one drm_gpusvm_pages
` [PATCH v8 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range
` [PATCH v8 5/5] drm/gpusvm: let the drm_gpusvm core context purely MM level

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-06-30  3:37 UTC  (2+ messages)

[PATCH v2 0/3] New vendor support and optimizations for DWC PCIe PMU
 2026-06-30  3:35 UTC  (3+ messages)
` [PATCH v2 1/3] perf/dwc_pcie: Add support for Picoheart vendor devices

[PATCH-next v9 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-06-30  3:33 UTC  (12+ messages)
` [PATCH-next v9 01/11] cgroup/cpuset: Make nr_deadline_tasks an atomic_t
` [PATCH-next v9 02/11] cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()
` [PATCH-next v9 03/11] cgroup/cpuset: Prevent race between task attach and cpuset state change
` [PATCH-next v9 04/11] cgroup/cpuset: Put all task attach related variables into attach_ctx
` [PATCH-next v9 05/11] cgroup/cpuset: Add a cpuset_reserve_dl_bw() helper
` [PATCH-next v9 06/11] cgroup/cpuset: Expand the scope of cpuset_can_attach_check()
` [PATCH-next v9 07/11] cgroup/cpuset: Make attach_ctx.old_cs track task group leader
` [PATCH-next v9 08/11] cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()
` [PATCH-next v9 09/11] cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()
` [PATCH-next v9 10/11] cgroup/cpuset: Support multiple destination "
` [PATCH-next v9 11/11] selftests/cgroup: Add test for cpuset affinity on controller disable

[PATCH i-g-t] tests/kms_content_protection: Skip MST outputs in SST-style tests
 2026-06-30  3:34 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v4] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-06-30  3:34 UTC  (2+ messages)

[PATCH v5 0/3] tools/mm/page_owner_sort: fix filtering and cleanup issues
 2026-06-30  3:33 UTC  (3+ messages)
` [PATCH] tools/mm/page_owner_sort: report get_comm failures at source

[PATCH net-next 00/12] net: mctp: usb: Add support for MCTP-over-USB v1.1
 2026-06-30  3:21 UTC  (13+ messages)
` [PATCH net-next 01/12] net: mctp: usb: Include version indicator in max packet size defines
` [PATCH net-next 02/12] net: mctp: usb: Use packet-length max for maximum packet-size check
` [PATCH net-next 03/12] net: mctp: usblib: Move RX transfer processing to a new mctp-usblib
` [PATCH net-next 04/12] net: mctp: usblib: Move TX transfer processing to mctp-usblib
` [PATCH net-next 05/12] net: mctp: usb: Allow for multiple urb submissions from a packet tx
` [PATCH net-next 06/12] net: mctp: usblib: Add support for multi-packet transmit
` [PATCH net-next 07/12] net: mctp: usb: Accommodate DSP0283 v1.1 header format
` [PATCH net-next 08/12] net: mctp: usblib: Implement receive-side packet spanning
` [PATCH net-next 09/12] net: mctp: usblib: Implement transmit-side "
` [PATCH net-next 10/12] net: mctp: usblib: Add initial kunit tests
` [PATCH net-next 11/12] net: mctp: usb: enable v1.1 packet spanning
` [PATCH net-next 12/12] net: mctp: usb: Allow multiple urbs in flight

[PATCH] wifi: rtl8xxxu: fix use-after-free from rx_urb_wq on stop
 2026-06-30  3:31 UTC 

[Buildroot] [PATCH] boot/opensbi: Bump to v1.8.1
 2026-06-30  3:27 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-06-29
 2026-06-30  3:26 UTC 

[RFC PATCH] kernfs: release kernfs_mutex before the inode allocation
 2026-06-30  3:26 UTC  (3+ messages)

[Buildroot] [PATCH] package: kvm-unit-tests: Update to latest
 2026-06-30  3:26 UTC 

[PATCH] drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG
 2026-06-30  3:26 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/oa: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG (rev2)

[PATCH net v5 0/4] MAC-PHY interrupt changed to level triggered interrupt
 2026-06-30  3:24 UTC  (11+ messages)
` [PATCH net v5 1/4] net: ethernet: oa_tc6: Interrupt is active low, level triggered

[PATCH] staging: iio: frequency: ad9832/ad9834: use div64_ul instead of do_div
 2026-06-30  3:23 UTC 

[PATCH] drm/i915/display: fix error handling in intel_display_driver_probe_noirq
 2026-06-30  3:22 UTC  (2+ messages)

[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-30  3:22 UTC  (5+ messages)

[PATCH net-next v7 0/2] Add ZTE DingHai Ethernet PF driver
 2026-06-30  3:15 UTC  (3+ messages)
` [PATCH net-next v7 1/2] dinghai: add ZTE network driver support
` [PATCH net-next v7 2/2] dinghai: add hardware register access and PCI capability scanning

[PATCH] drm/i915/bios: range check LFP Data Block panel_type2
 2026-06-30  3:21 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/bios: range check LFP Data Block panel_type2 (rev3)

[frank-w-bpi-r2-4.14:pr/188 1/1] drivers/net/ethernet/mediatek/mtk_eth_dbg.c:435:31: sparse: sparse: Using plain integer as NULL pointer
 2026-06-30  3:20 UTC 

[PATCH] tools/sched_ext: use btf_vlen() helper in compat.h
 2026-06-30  3:20 UTC  (2+ messages)

[PATCH v1 0/4] Optimize BPF tailcall for LoongArch
 2026-06-30  3:20 UTC  (4+ messages)
` [PATCH v1 3/4] LoongArch: BPF: Refactor jump offset calculation in tail call

[PATCH] erofs: use more informative s_id for file-backed mounts
 2026-06-30  3:18 UTC 

[f2fs-dev] [PATCH] f2fs: validate MOVE_RANGE destination size
 2026-06-30  3:17 UTC  (2+ messages)
`  "

[PATCH bpf] selftests/bpf: Skip libarena when the BPF backend lacks 32-bit arena cmpxchg
 2026-06-30  3:16 UTC  (2+ messages)

[PATCH v3 0/2] Add Loongson CAN-FD controller driver
 2026-06-30  3:16 UTC  (5+ messages)
` [PATCH v3 1/2] can: "
` [PATCH v3 2/2] can: loongson_canfd: Add RXDMA support

[PATCH v3 0/2] ptp: split non-host-disciplined PHC drivers into a dedicated subdirectory
 2026-06-30  3:15 UTC  (3+ messages)
` [PATCH v3 1/2] ptp: move non-host-disciplined clock "
` [PATCH v3 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH] migration: Fix invalid %ud format and trace arg typo
 2026-06-30  3:13 UTC 

[PATCH] mm: fix mapping_seek_hole_data() overflow on last page
 2026-06-30  3:12 UTC 

[PATCH net-next v8 0/5] net: wangxun: timeout and error
 2026-06-30  3:10 UTC  (6+ messages)
` [PATCH net-next v8 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v8 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v8 3/5] net: wangxun: add reinit parameter to wx->do_reset callback
` [PATCH net-next v8 4/5] net: wangxun: implement soft quiesce for PCIe error recovery
` [PATCH net-next v8 5/5] net: wangxun: add pcie error handler

[PATCH bpf-next v1] selftests/bpf: Add benchmark for tail call performance
 2026-06-30  3:11 UTC  (2+ messages)

[PATCH v2] perf/core: Fix group leader use-after-free after sibling detach
 2026-06-30  3:10 UTC  (2+ messages)

[PATCH] nbd: fix circular lock dependency in nbd_disconnect_and_put
 2026-06-30  3:10 UTC 

[PATCH v2] ntfs: fix mrec_lock ABBA deadlock in rename
 2026-06-30  3:08 UTC 

[PATCH] ecryptfs: avoid heap allocation for inode size write
 2026-06-30  3:08 UTC 

[akpm-mm:mm-new 59/142] mm/vmalloc.c:3590:23: warning: unused variable 'start'
 2026-06-30  3:06 UTC  (3+ messages)

[PATCH stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-30  3:06 UTC  (3+ messages)

[syzbot] [gfs2?] general protection fault in _find_first_zero_bit
 2026-06-30  3:06 UTC 

[PATCH v4] lib/random32: convert selftest to KUnit
 2026-06-30  3:04 UTC 

[PATCH v2 0/2] Fix array-index-out-of-bounds in intel_cmtg_disable()
 2026-06-30  3:03 UTC  (6+ messages)
` [PATCH v2 1/2] drm/i915/display: Guard CMTG disable with intel_cmtg_is_allowed()
` [PATCH v2 2/2] drm/i915/cmtg: Warn on invalid CMTG transcoder in intel_cmtg_disable()
` ✓ Xe.CI.BAT: success for Fix array-index-out-of-bounds "

[PATCH v4 0/4] history: add squash subcommand to fold a range
 2026-06-30  2:55 UTC  (8+ messages)
` [PATCH v5 "

[PATCH v3] lib/random32: convert selftest to KUnit
 2026-06-30  3:00 UTC  (3+ messages)

[PATCH v3 0/3] cxl/features: Bounds-check the fwctl feature commands
 2026-06-30  2:57 UTC  (4+ messages)
` [PATCH v3 3/3] cxl/features: Clamp Get Feature output size to the remaining buffer

[PATCH 0/1 v4] drm/xe: Wait for HW clearance before issuing the next TLB inval
 2026-06-30  2:56 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Wait for HW clearance before issuing the next TLB inval. (rev2)

[PATCH] lib/random32: convert selftest to KUnit
 2026-06-30  2:55 UTC 

[PATCH] [PATCH] drm/amdgpu: improve the amdgpu device init progress in sriov mode
 2026-06-30  2:53 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.