All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-30 03:50:49 to 2026-06-30 05:01:21 UTC [more...]

[PATCH] drm/xe: Add creator TID to sched job trace points
 2026-06-30  5:01 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

htmldocs: Documentation/ABI/testing/sysfs-class-power-rt9471:1: WARNING: Inline emphasis start-string without end-string. [docutils]
 2026-06-30  5:00 UTC 

[PATCH rc v6 0/7] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-06-30  5:00 UTC  (12+ 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 v2] virtio_mem: fix hardcoded 'vm' variable in bbm iteration macros
 2026-06-30  4:59 UTC 

[PATCH v6] f2fs: protect gc task pointer during teardown
 2026-06-30  4:59 UTC 

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-06-30  4:55 UTC  (18+ messages)
` [PATCH v5 1/8] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v5 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 6/8] s390/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH] locking/lockdep: skip irq save/restore in hardirq context in lock_release()
 2026-06-30  4:57 UTC  (4+ messages)

[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
 2026-06-30  4:57 UTC  (4+ messages)
` [PATCH v1 1/9] KVM: x86: Refactor APIC register mask handling to support extended "

[PATCH] disas: converts malloc to g_malloc0
 2026-06-30  4:55 UTC  (2+ messages)

[PATCH v2 1/5] drm/amdgpu: add support for GC IP version 11.7.0
 2026-06-30  4:54 UTC  (10+ messages)
` [PATCH v2 2/5] drm/amdgpu: add support for GC IP version 11.7.1
` [PATCH v2 3/5] drm/amdgpu: add support for PSP version 15.0.9
` [PATCH v2 4/5] drm/amdgpu: add support for SMU "
` [PATCH v2 5/5] drm/amdgpu: Disable JDPG on VCN5_3

[PATCH net 0/9] netfilter: updates for net
 2026-06-30  4:52 UTC  (10+ messages)
` [PATCH net 1/9] netfilter: nf_conntrack_expect: zero at allocation time
` [PATCH net 2/9] netfilter: nft_set_pipapo: don't leak bad clone into future transaction
` [PATCH net 3/9] netfilter: ipset: fix race between dump and ip_set_list resize
` [PATCH net 4/9] netfilter: nf_conntrack_sip: validate skb_dst() before accessing it
` [PATCH net 5/9] netfilter: nfnetlink_cthelper: cap to maximum number of expectation per master
` [PATCH net 6/9] netfilter: nft_fib: reject fib expression on the netdev egress hook
` [PATCH net 7/9] netfilter: nfnetlink_queue: restrict writes to network header
` [PATCH net 8/9] netfilter: nftables: restrict linklayer and network header writes
` [PATCH net 9/9] netfilter: nftables: restrict checkum update offset

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

[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-30  4:52 UTC  (33+ 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 AUTOSEL 7.0-6.12] HID: i2c-hid: add reset quirk for BLTP7853 touchpad
 2026-06-30  4:52 UTC 

[PATCH net v2] net: usb: net1080: validate packet_len before pad-byte access in rx_fixup
 2026-06-30  4:51 UTC 

[PATCH net] net: usb: net1080: validate packet_len before pad-byte access in rx_fixup
 2026-06-30  4:51 UTC  (3+ messages)

[libata:for-7.2-fixes 5/5] drivers/ata/sata_dwc_460ex.c:1125:29: warning: unused variable 'np'
 2026-06-30  4:46 UTC 

[frank-w-bpi-r2-4.14:7.2-rc 95/160] drivers/net/dsa/mxl862xx/mxl862xx-api.h:2154:6: error: nested redefinition of 'enum mxl862xx_port_type'
 2026-06-30  4:46 UTC 

[scarthgap][PATCH 1/3] vim: fix for CVE-2026-41411 & CVE-2026-44656
 2026-06-30  4:44 UTC  (3+ messages)
` [scarthgap][PATCH 2/3] vim: fix for CVE-2026-45130 & CVE-2026-46483

[wrynose][PATCH 1/3] vim: fix for CVE-2026-41411 & CVE-2026-44656
 2026-06-30  4:43 UTC  (3+ messages)
` [wrynose][PATCH 2/3] vim: fix for CVE-2026-45130 & CVE-2026-46483
` [wrynose][PATCH 3/3] vim: Fix for CVE-2026-52858,CVE-2026-52859,CVE-2026-52860

[RESEND PATCH] riscv: mm: exclude invalid THP PMDs from page table check
 2026-06-30  4:42 UTC  (5+ messages)
  ` [External] "

[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-06-30  4:42 UTC  (15+ messages)

[scarthgap][PATCH] vim: Fix for CVE-2026-52858,CVE-2026-52859,CVE-2026-52860
 2026-06-30  4:42 UTC 

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-30  4:41 UTC  (8+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap

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

[PATCH v3] sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
 2026-06-30  4:40 UTC  (2+ messages)

[scarthgap][PATCH] curl: Fix CVE-2026-5773 - SMB connection reuse across shares
 2026-06-30  4:39 UTC  (2+ messages)
  ` [OE-core] [scarthgap][PATCH v2] curl: fix CVE-2026-5773 - wrong reuse of SMB connection

[PATCH 0/8] Testcase improvements and Power8E/NVL removal
 2026-06-30  4:38 UTC  (5+ messages)
` [PATCH 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI
` [PATCH 3/8] tests/qtest: Add Power11 chip & machine to qtests

[PULL v5 00/77] hex queue
 2026-06-30  4:37 UTC  (3+ messages)

[PATCH v4 00/64] drivers: usb: dwc3: sync code with Linux v6.16
 2026-06-30  4:36 UTC  (4+ messages)

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

[broonie-ci:arm64-xs-decode 2/2] arch/arm64/mm/fault.c:80:5: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long'
 2026-06-30  4:33 UTC 

[frank-w-bpi-r2-4.14:7.1-rc 0/167] ERROR: modpost: "drm_dsc_pps_payload_pack" [drivers/gpu/drm/panel/panel-himax-hx83121a.ko] undefined!
 2026-06-30  4:34 UTC 

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-06-30  4:34 UTC  (4+ messages)
` [PATCH v3 15/16] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG

[PATCH net] selftests: drv-net: tso: don't touch dangerous feature bits
 2026-06-30  4:33 UTC  (2+ messages)

[PULL 00/23] vfio queue
 2026-06-30  4:31 UTC  (24+ messages)
` [PULL 01/23] vfio/pci: Initialize rom_read_failed in vfio_pci_load_rom()
` [PULL 02/23] vfio/pci: Fix information leak in vfio_rom_read()
` [PULL 03/23] docs: Update vfio-user spec to describe DMA access mode bits
` [PULL 04/23] vfio-user: validate VERSION replies
` [PULL 05/23] vfio/iommufd: Merge .dma_map_file() into .dma_map()
` [PULL 06/23] migration: Propagate errors in migration_completion_precopy()
` [PULL 07/23] migration/ram: Use migration_bitmap_sync_precopy() for postcopy discard
` [PULL 08/23] migration: Run final save_query_pending at switchover
` [PULL 09/23] migration: Log the approver in qemu_loadvm_approve_switchover()
` [PULL 10/23] migration: Replace switchover_ack_needed SaveVMHandler
` [PULL 11/23] migration: Rename switchover-ack code to legacy
` [PULL 12/23] migration: Make switchover-ack re-usable
` [PULL 13/23] migration: Fail migration if switchover-ack is requested after switchover decision
` [PULL 14/23] vfio/migration: Extract VFIO_MIG_FLAG_DEV_INIT_DATA_SENT sending to helper
` [PULL 15/23] vfio/migration: Add Error ** parameter to vfio_migration_init()
` [PULL 16/23] vfio/migration: Add new switchover-ack mechanism
` [PULL 17/23] vfio/migration: Implement VFIO_PRECOPY_INFO_REINIT feature
` [PULL 18/23] vfio/migration: Check VFIO_PRECOPY_INFO_REINIT during switchover
` [PULL 19/23] migration: Enable new switchover-ack
` [PULL 20/23] iommufd: Introduce handler for device ATS support
` [PULL 21/23] vfio/pci: Add ats property
` [PULL 22/23] vfio/pci: Propagate errors in vfio_pci_load_rom() using Error API
` [PULL 23/23] vfio/listener: Fix translated_addr for non-identity-mapped RAM sections

[PATCH v3 0/2] drm/xe/guc: shrink and compress GuC snapshot dumps
 2026-06-30  4:32 UTC  (3+ messages)
` [PATCH v3 2/2] drm/xe/guc: Compress GuC log and CTB dump with zstd

[PATCH net] selftests: net: bump default cmd() timeout to 20 seconds
 2026-06-30  4:31 UTC  (2+ messages)

[PATCH i-g-t v4 0/3] Fix 2-display test for MST shared-link BW
 2026-06-30  4:28 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Fix 2-display test for MST shared-link BW (rev4)

[PATCH 0/2] iio: adc: Add Nuvoton MA35D1 EADC support
 2026-06-30  4:28 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: Add Nuvoton MA35D1 EADC
` [PATCH 2/2] iio: adc: Add Nuvoton MA35D1 EADC driver

[PATCH v3 0/3] LoongArch: KVM: Harden interrupt injection
 2026-06-30  4:27 UTC  (3+ messages)
` [PATCH v3 2/3] LoongArch: KVM: Replace kvm_err() with WARN_ONCE()

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

[RFC] Null Namespaces
 2026-06-30  4:25 UTC  (4+ messages)

[for-ci-only] drm/xe/nvl/guc: Check GuC firmware 70.71.0 for NVL-S
 2026-06-30  4:25 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[f2fs-dev] [PATCH v2 1/2] f2fs: extract do_migrate_one_data_block() helper for GC migration
 2026-06-30  4:25 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2 0/2] f2fs: pack same-inode blocks by inode during FG_GC
  ` [f2fs-dev] [PATCH v2 2/2] "
        ` [f2fs-dev] (2) "
          `  "

[PATCH] arm64: dts: qcom: sc8280xp-huawei-gaokun3: Add dsi panel DT node
 2026-06-30  4:22 UTC 

[PATCH] erofs: use more informative s_id for file-backed mounts
 2026-06-30  4:22 UTC  (2+ messages)

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-30  4:22 UTC  (7+ messages)
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [PATCH v2 11/17] x86/virt/tdx: Add interface to generate a Quote

[PATCH v3] fbdev: claim Cyber2000 SPARC I/O aperture before ioremap
 2026-06-30  4:22 UTC  (3+ messages)

[PATCH v3 0/4] cpufreq: intel_pstate: A fix and some cleanups
 2026-06-30  4:21 UTC  (2+ messages)

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

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

[PATCH 1/7] lib: Add vendor-agnostic platform filtering interface
 2026-06-30  4:17 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/7] "
` ✓ 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] 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 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  (2+ messages)

[PATCH v2 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-06-30  4:04 UTC  (3+ messages)
` [PATCH v2 1/3] drm/gpusvm: free the whole IOVA reservation on unmap

[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  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 4/5] drm/gpusvm: move struct drm_gpusvm_pages out of struct drm_gpusvm_range

[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)


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.