mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH bpf-next 1/2] selftests/bpf: Move verifier failure tests out of test_global_percpu_data
 2026-09-08  4:57 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpftool: Reject non-autoload programs for light skeletons

[BUG] ecryptfs leaks an inode on lookup failure -> kernel BUG in generic_shutdown_super()
 2026-09-08  4:50 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: iio: adc: ti,ads1015: Add label property
 2026-09-08  4:42 UTC  (3+ messages)

[PATCH v2] rust: num: document why Integer is sealed
 2026-09-08  4:39 UTC 

[PATCH v3 0/3] ntfs: fix volume flag update races and persist the recorded error state
 2026-09-08  4:38 UTC  (6+ messages)
` [PATCH v3 2/3] ntfs: sync the volume dirty bit with "
` [PATCH v3 3/3] ntfs: NULL vol->vol_ino in the load_system_files() error teardown

fs/f2fs/checkpoint.c:784:57: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2026-09-08  4:36 UTC 

[PATCH v5 0/7] x86/fpu: Restore and reinforce signal frame portability
 2026-09-08  4:34 UTC  (8+ messages)
` [PATCH 1/7] x86/fpu: Document signal frame layout and portability
` [PATCH 2/7] x86/fpu: Clean up and rename variables in signal frame handling
` [PATCH 3/7] x86/fpu: Extract restore_from_ia32_fxstate() and clean up fpu__restore_sig()
` [PATCH 4/7] x86/fpu: Document reasoning of FX-only fallback
` [PATCH 5/7] x86/fpu: Fix potential underflow in xstate_calculate_size()
` [PATCH 6/7] x86/fpu: Pre-fault only required size of xstate buffer
` [PATCH 7/7] selftests/x86: Add tests for signal frame FPU portability

[PATCH] ipv6: addrconf: drop "BUG: " prefix from pr_warn()
 2026-09-08  4:31 UTC  (5+ messages)

[PATCH v2] ACPI: utils: Ignore leading root scope prefix in string _UID match
 2026-09-08  4:31 UTC 

[BUG] net: devmem: TX dma-buf binding UAF on netdev-genl socket close
 2026-09-08  4:31 UTC 

[PATCH 0/2] arm64/mm: Standardize printing for pgtable entries
 2026-09-08  4:27 UTC  (4+ messages)
` [PATCH 1/2] arm64/mm: Move __check_safe_pte_update()

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-08  4:23 UTC  (6+ messages)
` [PATCH v3 4/4] virt: tdx-guest: Allocate Quote buffer dynamically

[BUG] WARNING in i2c_mux_add_adapter
 2026-09-08  4:23 UTC  (5+ messages)
` [PATCH] i2c: mux: avoid WARN on benign symlink creation failures

[PATCH v2 0/3] Add support for Zen 6 client EPP tunings
 2026-09-08  4:19 UTC  (4+ messages)
` [PATCH v2 1/3] cpufreq/amd-pstate: Add per SoC and per core type EPP tuning values
` [PATCH v2 2/3] cpufreq/amd-pstate: Add EPP tunings for Zen6 client platforms
` [PATCH v2 3/3] cpufreq/amd-pstate: Show a warning if missing EPP tunings

[PATCH] usb: gadget: aspeed-vhub: cancel wake work on device removal
 2026-09-08  4:17 UTC 

[syzbot] [mm?] WARNING in vma_add_pgoff
 2026-09-08  4:15 UTC  (3+ messages)

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-08  4:11 UTC  (16+ messages)
` [PATCH v3 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH v3 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
` [PATCH v3 03/14] xen/grant-table: stop setting PG_private on pages for grant mapping
` [PATCH v3 04/14] fscrypt: stop setting PG_private on bounce page
` [PATCH v3 05/14] mm/hugetlb: use direct assignment instead of folio_change_private()
` [PATCH v3 06/14] f2fs: stop using PG_private
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()
` [PATCH v3 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v3 13/14] treewide: adjust comments on PagePrivate and PG_private
` [PATCH v3 14/14] mm/page-flags: remove PG_private

[BUG] WARNING in ext4_journalled_invalidate_folio
 2026-09-08  4:11 UTC  (3+ messages)

[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-08  4:09 UTC  (2+ messages)

[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-08  4:09 UTC  (13+ messages)
` [PATCH v2 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH v2 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH v2 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH v2 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for section orders
` [PATCH v2 05/11] mm/sparse-vmemmap: set section order for device DAX
` [PATCH v2 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v2 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH v2 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH v2 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v2 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v2 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH] media: cx231xx: preserve I2C transfer length
 2026-09-08  4:07 UTC 

[PATCH] net: net_failover: Fix the deadlock in net_failover_slave_name_change()
 2026-09-08  4:06 UTC 

[PATCH 00/19] arm64: Implement parallel CPU onlining with PSCI v0.2+
 2026-09-08  4:05 UTC  (9+ messages)
` [PATCH 01/19] cpu/hotplug: Clean up cmpxchg() logic in cpuhp_can_boot_ap()
` [PATCH 02/19] cpu/hotplug: Avoid trying to bring up CPUs that are already online
` [PATCH 03/19] cpu/hotplug: Avoid busy-polling on archs where cpu_relax() is a no-op
` [PATCH 04/19] cpu/hotplug: Propagate bring-up status to arch_cpuhp_cleanup_kick_cpu()

[PATCH] mm: mglru: clear the reference counter for rejected folios
 2026-09-08  4:01 UTC  (5+ messages)

[PATCH] net: dsa: tag_rtl8_4: push VLAN tag into payload before DSA CPU tag
 2026-09-08  4:00 UTC 

[PATCH v7] Bluetooth: btrtl: Add firmware format v3 support
 2026-09-08  3:56 UTC 

[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
 2026-09-08  3:55 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] f2fs: complete dropbehind write bios in task context
  ` [PATCH v5 2/2] f2fs: enable buffered RWF_DONTCACHE

[PATCH] powerpc/interrupt: Use early_radix_enabled() in NMI real-mode guard
 2026-09-08  3:52 UTC  (5+ messages)

[PATCH net-next v5 0/4] net: mana: concurrent HWC requests and dynamic queue depth
 2026-09-08  3:51 UTC  (5+ messages)
` [PATCH net-next v5 1/4] net: mana: track when the HWC has been handed to the PF
` [PATCH net-next v5 2/4] net: mana: give each HWC message slot its own completion state
` [PATCH net-next v5 3/4] net: mana: support concurrent HWC requests
` [PATCH net-next v5 4/4] net: mana: add dynamic HWC queue depth with reinit path

[PATCH v2 0/5] optimize pgtable_l4|l5_enabled
 2026-09-08  3:49 UTC  (7+ messages)
` [PATCH v2 3/5] riscv: support early isa ext and use it to "
` [PATCH v2 4/5] riscv: RISCV_ISA_SV48 and RISCV_ISA_SV57 under NONPORTABLE

[PATCH net v2] usbnet: fix smp_processor_id() use in preemptible context
 2026-09-08  3:43 UTC  (2+ messages)

[f2fs-dev] [PATCH 01/14] f2fs: extend folio state for large folio write path
 2026-09-08  3:41 UTC  (2+ messages)

[PATCH net-next v10 3/5] net: rnpgbe: Add RX packet reception support
 2026-09-08  3:41 UTC  (3+ messages)

[PATCH wireless v2 0/3] wifi: iwlwifi: recover a device that lost power in D3cold
 2026-09-08  3:41 UTC  (8+ messages)
` [PATCH wireless v2 1/3] wifi: iwlwifi: pcie: don't infer CSME presence from a failed read

[PATCH v4 0/4] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-08  3:41 UTC  (5+ messages)
` [PATCH v4 1/4] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v4 2/4] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v4 3/4] mm: memcg: skip the RCU lock when the memcg is not dying
` [PATCH v4 4/4] mm: memcg: reparent non-hierarchical lruvec stats on cgroup v2

[PATCH] MAINTAINERS: add Baoquan and me as MGLRU reviewers
 2026-09-08  3:38 UTC  (4+ messages)

[PATCH] riscv: fix load_unaligned_zeropad() fixup for RV32
 2026-09-08  3:36 UTC  (2+ messages)

[PATCH] mtd: spinand: cache the last read page to avoid redundant SPI operations
 2026-09-08  3:34 UTC  (4+ messages)

[PATCH] drm/virtio: fix object leak when drm_gem_handle_create() fails
 2026-09-08  3:32 UTC  (3+ messages)

[PATCH 0/2] x86: Use "er" asm constriant for add/sub
 2026-09-08  3:32 UTC  (7+ messages)

[PATCH net-next v4 00/13] net: mana: reconfigure by replacing the queue set
 2026-09-08  3:28 UTC  (14+ messages)
` [PATCH net-next v4 01/13] net: mana: add queue-set allocation and teardown helpers
` [PATCH net-next v4 02/13] net: mana: share the EQ pool across a queue-set swap
` [PATCH net-next v4 03/13] net: mana: swap queue sets in mana_set_channels
` [PATCH net-next v4 04/13] net: mana: swap queue sets in mana_set_ringparam
` [PATCH net-next v4 05/13] net: mana: swap queue sets in mana_set_priv_flags
` [PATCH net-next v4 06/13] net: mana: swap queue sets in mana_change_mtu
` [PATCH net-next v4 07/13] net: mana: swap queue sets in mana_xdp_set
` [PATCH net-next v4 08/13] net: mana: do not bail out of mana_detach on dealloc failure
` [PATCH net-next v4 09/13] net: mana: keep per-queue statistics in the port context
` [PATCH net-next v4 10/13] net: mana: release EQs left idle by a channel-count reduction
` [PATCH net-next v4 11/13] net: mana: keep a user-configured RSS table across a queue rebuild
` [PATCH net-next v4 12/13] net: mana: keep the surviving queues when the channel count is reduced
` [PATCH net-next v4 13/13] net: mana: keep the existing queues when the channel count is raised

[PATCH] isofs: fix Rock Ridge CE extent validation on multisession media
 2026-09-08  3:28 UTC  (3+ messages)

[PATCH v1 1/2] ASoC: tac5xx2-sdw: add tac5272 support
 2026-09-08  3:27 UTC  (2+ messages)
` [PATCH v1 2/2] ASoC: sdw_utils: "

[PATCH] wifi: mt76: mt7996: validate TLV length in mt7996_mcu_ie_countdown()
 2026-09-08  3:26 UTC  (2+ messages)

[PATCH v2] mtd: spinand: cache the last read page to avoid redundant SPI operations
 2026-09-08  3:25 UTC 

[PATCH v1 0/2] writeback: bound foreign dirty flushing
 2026-09-08  3:23 UTC  (3+ messages)
` [PATCH v1 1/2] writeback: size foreign flushes by target wb dirty pages
` [PATCH v1 2/2] writeback: snapshot foreign flush pages

[PATCH] perf evlist: don't restrict uncore events to PMU CPUs
 2026-09-08  3:23 UTC  (3+ messages)

[PATCH] mm: page_alloc: add trace_mm_page_alloc to bulk allocation path
 2026-09-08  3:19 UTC  (2+ messages)
` [PATCH v2] mm: page_alloc: add missing hooks "

[PATCH v2] ceph: fix longname buffer overflow in ceph_fname_to_usr()
 2026-09-08  3:18 UTC 

[PATCH] usb: typec: anx7411 - stop the IRQ before destroying the workqueue
 2026-09-08  3:16 UTC  (3+ messages)

[PATCH v5 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-09-08  3:16 UTC  (6+ messages)
` [PATCH v5 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[RFC PATCH v6 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-09-08  3:09 UTC  (9+ messages)
` [RFC PATCH v6 1/3] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v6 3/3] trace: add documentation, selftest and tooling for stackmap

[PATCH net v2 0/2] net: fec: fix PTP clock teardown races on device removal
 2026-09-08  3:08 UTC  (4+ messages)
` [PATCH net v2 1/2] net: fec: stop the PTP clock after the netdev is unregistered
` [PATCH net v2 2/2] net: fec: free the PPS interrupt before tearing down the PHC and netdev

[PATCH] RDMA/rxe: Use validated num_sge in local buffer
 2026-09-08  3:07 UTC  (4+ messages)

[PATCH v2] firmware: coreboot: use named initializers for acpi_device_id
 2026-09-08  3:06 UTC  (2+ messages)

[PATCH 1/1] liveupdate: kho: calculate per-node scratch sizes before allocation
 2026-09-08  3:05 UTC  (4+ messages)

[PATCH] clk: qcom: ipq-cmn-pll: Assign .num before accessing .hws
 2026-09-08  3:04 UTC  (2+ messages)

[PATCH net] tcp: fix data-race in tcp_recv_should_stop
 2026-09-08  2:59 UTC 

[PATCH] staging: rtl8723bs: fix coding style in HalBtc8723b2Ant.c
 2026-09-08  2:57 UTC 

[PATCH net-next 0/3] rtnetlink: dump link-layer multicast addresses
 2026-09-08  2:56 UTC  (3+ messages)

[PATCH] clk: tenstorrent: Assign .num before accessing .hws
 2026-09-08  2:56 UTC  (2+ messages)

[PATCH] sched/eevdf: Fix augmented max_slice
 2026-09-08  2:56 UTC  (2+ messages)

[PATCH net-next v5 3/3] net: xilinx: axienet: Fix IRQ error handling
 2026-09-08  2:51 UTC  (3+ messages)

[PATCH v6 0/2] Shikra: Support for QCE
 2026-09-08  2:51 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: dts: qcom: shikra: Correct QCE node configuration

[PATCH] selftests/mm: fix ptrace PEEKDATA check in memfd_secret test
 2026-09-08  2:51 UTC 

[PATCH v2] wifi: rtw88: use firmware MAC address as fallback
 2026-09-08  2:50 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] arm_mpam: Only schedule mpam_enable work after first successful MSC probe
 2026-09-08  2:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] wifi: rtw89: fw: propagate real error code in rtw89_fw_h2c_add_general_pkt()
 2026-09-08  2:48 UTC  (2+ messages)

[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-08  2:41 UTC  (5+ messages)

[syzbot] [mm?] WARNING in swap_put_entries_direct
 2026-09-08  2:38 UTC  (2+ messages)

[PATCH next] buffer: guard folio_test_dropbehind() against a NULL b_folio in __bh_submit()
 2026-09-08  2:36 UTC 

[PATCH net-next v5 2/3] net: xilinx: axienet: Handle optional IRQ return value correctly
 2026-09-08  2:32 UTC  (3+ messages)

[PATCH] perf: Fix slab use-after-free in filter_chain
 2026-09-08  2:32 UTC 

[PATCH v2 net-next] octeontx2-pf: report port connector type in ethtool link ksettings
 2026-09-08  2:31 UTC  (3+ messages)

[PATCH net] net: phy: dp83867: handle the active-high LED polarity mode
 2026-09-08  2:28 UTC  (2+ messages)

[PATCH v3] leds: rgb: leds-qcom-lpg: Add PWM frequency mode support
 2026-09-08  2:27 UTC  (3+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-08  2:27 UTC  (7+ messages)
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock

[PATCH v2] octeontx2-af: use seq_file for rsrc_alloc debugfs
 2026-09-08  2:26 UTC  (2+ messages)

[PATCH 0/4] blk-iocost: charge flushes and zone appends
 2026-09-08  2:21 UTC  (5+ messages)
` [PATCH 1/4] blk-iocost: charge flushes as pageless random writes
` [PATCH 2/4] blk-iocost: charge zone appends as page-counted sequential writes
` [PATCH 3/4] blk-iocost: account zone append completions in latency stats
` [PATCH 4/4] blk-iocost: fix stale comment in ioc_rqos_throttle()

[RFC PATCH 0/2] Monitor Yoga Slim 7x EC sensors without taking over cooling
 2026-09-08  2:18 UTC  (4+ messages)
` [RFC PATCH 1/2] platform: arm64: qcom-hamoa-ec: monitor Slim 7x legacy sensors
` [RFC PATCH 2/2] platform: arm64: qcom-hamoa-ec: test sensor and variant handling

[PATCH 0/2] 52-bit VA guest mode ID support
 2026-09-08  2:18 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftest: arm64: Support 5-level paging in stage 1 translation table

[BUG] WARNING in ib_drain_rq
 2026-09-08  2:18 UTC  (3+ messages)

[PATCH v2] xfs: bound logged region access in inode buffer recovery
 2026-09-08  2:17 UTC  (3+ messages)

[PATCH net-next v10 2/5] net: rnpgbe: Add basic TX packet transmission support
 2026-09-08  2:16 UTC  (3+ messages)

[PATCH V1 0/3] Redesign memory deposit logic
 2026-09-08  2:13 UTC  (4+ messages)
` [PATCH V1 1/3] mshv: Rename memory deposit memory functions to _old
` [PATCH V1 2/3] mshv: Redesign hypervisor memory deposit logic
` [PATCH V1 3/3] mshv: Remove unused *_old memory deposit functions

[syzbot] [usb?] WARNING in cx231xx_send_vendor_cmd/usb_submit_urb
 2026-09-08  2:11 UTC 

[PATCH v5] x86/virt/tdx: Formalize SEAMCALL leaf version encoding support
 2026-09-08  2:06 UTC  (4+ messages)

[PATCH] tipc: validate data size before reading Gap ACK block header
 2026-09-08  2:05 UTC  (2+ messages)

[PATCH v9 0/2] RISC-V IOMMU HPM support
 2026-09-08  2:03 UTC  (3+ messages)
` [PATCH v9 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v9 2/2] iommu/riscv: create a auxiliary device for HPM

[PATCH] netfilter: conntrack_irc: fix port value truncation in parse_dcc()
 2026-09-08  2:03 UTC  (3+ messages)

[PATCH] media: i2c: ov5645: Fix CSI-2 CRC errors on RK3576 after init sequence
 2026-09-08  2:01 UTC  (2+ messages)

[PATCH resend 0/2] mm: vmscan: fix scan overshoot and ineligible folio scanning
 2026-09-08  1:49 UTC  (2+ messages)

[PATCH 00/12] mm/collapse: separate a collapse from its callers
 2026-09-08  1:48 UTC  (5+ messages)
` [PATCH 05/12] mm/collapse: state what a collapse may do in the policy

[PATCH v2 RESEND] arm64: dts: nuvoton: ma35d1: add CAN nodes
 2026-09-08  1:47 UTC  (3+ messages)

[PATCH v3] arm64: dts: nuvoton: ma35d1: add CAN nodes
 2026-09-08  1:45 UTC 

[PATCH] ksmbd: fix empty DACL handling in smb_check_perm_dacl()
 2026-09-08  1:44 UTC  (2+ messages)

[PATCH v2] x86/kprobe: Fix crash when probe cs call
 2026-09-08  1:44 UTC  (2+ messages)

[PATCH v3 0/7] cgroup/cpuset: Fix partition type transitions
 2026-09-08  1:40 UTC  (6+ messages)
` [PATCH v3 1/7] cgroup/cpuset: Factor out child partition validation

[PATCH net v3] net: fec: Propagate PTP initialization errors
 2026-09-08  1:39 UTC  (7+ messages)

[PATCH v2] HID: i2c-hid: Unfollow the panel on shutdown
 2026-09-08  1:38 UTC 

[PATCH] netfilter: conntrack_amanda: fix port value truncation
 2026-09-08  1:37 UTC  (4+ messages)

[PATCH v4 0/3] mm: khugepaged: fix tracepoint UAF
 2026-09-08  1:35 UTC  (4+ messages)
` [PATCH v4 1/3] mm: khugepaged: fix swap entry value to folio_pfn()

[PATCH v2] mm/memfd: fix hugetlb reservation accounting in error paths
 2026-09-08  1:35 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®