mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[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

[PATCH 00/19] arm64: Implement parallel CPU onlining with PSCI v0.2+
 2026-09-08  3:13 UTC  (5+ 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

[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 v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-08  3:03 UTC  (12+ 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] mm: mglru: clear the reference counter for rejected folios
 2026-09-08  3:03 UTC  (4+ 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 v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-08  2:56 UTC  (15+ 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

[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] MAINTAINERS: add Baoquan and me as MGLRU reviewers
 2026-09-08  2:33 UTC  (3+ messages)

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

[syzbot] [mm?] WARNING in vma_add_pgoff
 2026-09-08  2:25 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] mtd: spinand: cache the last read page to avoid redundant SPI operations
 2026-09-08  1:51 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  (9+ 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)

[PATCH v4 0/3] ceph: don't unregister an MDS session before removing its caps
 2026-09-08  1:34 UTC  (5+ messages)
` [PATCH v4 3/3] "

[PATCH v2 0/4] devfreq: check the get_cur_freq() return value and use it in ufshcd
 2026-09-08  1:34 UTC  (2+ messages)

[BUG] WARNING in lowpan_compress_addr_64
 2026-09-08  1:31 UTC  (3+ messages)

[PATCH v6 0/2] mfd: loongson-se: Add multi-node support and fix miscellaneous issues
 2026-09-08  1:29 UTC  (4+ messages)
` [PATCH v6 2/2] mfd: loongson-se: Fix "

[PATCH 1/1] mm/zswap: publish the initial pool with list_add_rcu()
 2026-09-08  1:28 UTC  (2+ messages)
` [PATCH v2] "

[tip:irq:core] BUILD SUCCESS a0e1fdb96578ea562a03c487f70673d228824d0a
 2026-09-08  1:23 UTC 

[PATCH v5 4/7] mm/page_counter: use stock in page_counter_try_charge
 2026-09-08  1:23 UTC  (2+ messages)

fs/ocfs2/xattr.c:643:5-8: Unneeded variable: "ret". Return "0" on line 665
 2026-09-08  1:23 UTC  (3+ messages)
` [PATCH] ocfs2: remove unnecessary ret variable in ocfs2_calc_xattr_init()

[syzbot] WARNING in mac80211_hwsim_get_tx_rate
 2026-09-08  1:22 UTC 

[syzbot] [nfc?] [usb?] INFO: task hung in pn533_usb_probe
 2026-09-08  1:21 UTC 

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in getname_kernel
 2026-09-08  1:21 UTC 

[PATCH v5 5/7] mm/page_counter: introduce an asynchronous drainer
 2026-09-08  1:19 UTC  (2+ messages)

[PATCH 00/15] btrfs: remove the v1 space cache
 2026-09-08  1:19 UTC  (16+ messages)
` [PATCH 01/15] btrfs: stop enabling the v1 space cache from the on-disk state
` [PATCH 02/15] btrfs: remove the v1 space cache writeout from the transaction commit
` [PATCH 03/15] btrfs: remove the free space cache endio workqueue
` [PATCH 04/15] btrfs: remove the v1 space cache write path
` [PATCH 05/15] btrfs: drop the transaction handle from the prealloc helpers
` [PATCH 06/15] btrfs: remove the v1 space cache load path
` [PATCH 07/15] btrfs: remove btrfs_disk_cache_state
` [PATCH 08/15] btrfs: remove the SPACE_CACHE mount option flag
` [PATCH 09/15] btrfs: replace btrfs_set_free_space_cache_v1_active() with a cleanup helper
` [PATCH 10/15] btrfs: remove the free space cache trimming ranges
` [PATCH 11/15] btrfs: remove BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE
` [PATCH 12/15] btrfs: remove the free space inode ordered extent special cases
` [PATCH 13/15] btrfs: remove the free space inode special cases from the COW paths
` [PATCH 14/15] btrfs: stop special-casing free space inodes in the delalloc accounting
` [PATCH 15/15] btrfs: stop reading free space inodes from the commit root

[PATCH 1/2] arm64: dts: qcom: sdm845-sony-tama: enable SLPI and IPA
 2026-09-08  1:16 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sdm845-sony-tama: enable modem

[syzbot] [ext4?] possible deadlock in process_measurement (6)
 2026-09-08  1:15 UTC  (2+ messages)

[PATCH] wifi: wfx: validate num_tx_confs against HIF message length
 2026-09-08  1:15 UTC 

[PATCH v6] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-09-08  1:14 UTC  (3+ messages)

[PATCH v1] nvmet: add cgroup_path to charge namespace I/O to a cgroup
 2026-09-08  1:12 UTC 

[PATCH v2] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-09-08  1:10 UTC  (7+ messages)

[PATCH net v5 0/2] net: fix a stale phylink PHY pointer and a lost PHY interrupt
 2026-09-08  1:09 UTC  (3+ messages)
` [PATCH net v5 2/2] net: phy: restore the interrupt phy_probe() replaced with PHY_POLL

[PATCH] wifi: wfx: validate MIB read length before copying to caller
 2026-09-08  1:06 UTC 

[PATCH v20 0/9] Enable CXL PCIe Port Protocol Error handling and logging
 2026-09-08  1:06 UTC  (7+ messages)
` [PATCH v20 1/9] PCI/AER: Introduce AER-CXL protocol error kfifo
` [PATCH v20 2/9] PCI: Establish common CXL Port protocol error flow
` [PATCH v20 3/9] cxl/ras: Handle RCH correctable and uncorrectable errors in one pass

[PATCH v3] PCI: rcar-gen4: Add missing PM ops
 2026-09-08  1:05 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: Move verifier failure tests out of test_global_percpu_data
 2026-09-08  1:04 UTC  (5+ messages)

[PATCH 5.15.y 1/2] cifs: SMB1 split: connect.c
 2026-09-08  1:03 UTC 

[PATCH] atm: fix typo "protcol" in comment
 2026-09-08  1:00 UTC  (2+ messages)

[PATCH 1/2] mdio-mux: fix typo "framwork" in comment
 2026-09-08  1:00 UTC  (2+ messages)

[PATCH] net: ipv6: fix typos in comments
 2026-09-08  1:00 UTC  (2+ messages)

[PATCH] net: cortina: fix typo "trigged" in comment
 2026-09-08  1:00 UTC  (2+ messages)

[tip:irq/drivers 6/22] drivers/media/platform/mediatek/vpu/mtk_vpu.c:299:9: warning: comparison of different enumeration types ('enum ipi_id' and 'enum ipi_message_type')
 2026-09-08  0:58 UTC 

[PATCH] nfp: reject truncated hwinfo table
 2026-09-08  0:54 UTC 

[PATCH 6.1.y] Input: aiptek - validate raw macro indices before updating state
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH 0/2] exfat: fix cluster allocation accounting and locking
 2026-09-08  0:53 UTC  (5+ messages)
` [PATCH 2/2] exfat: take bitmap_lock at the start of exfat_alloc_cluster()

[PATCH 6.1.y] vxlan: use pskb_network_may_pull() for transmit path header pulls
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH 6.12.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH v2 5.10 0/2] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH v2 5.15/6.1/6.6 0/2] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH 5.10/5.15] drm/vmwgfx: drop dma_buf reference on foreign-fd prime import
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH 5.10/5.15/6.1 0/2] selinux: reject an unclaimed class value in security_get_classes()
 2026-09-08  0:53 UTC  (2+ messages)

[PATCH net-next v8] net: reduce RFS/ARFS flow updates by checking LLC affinity
 2026-09-08  0:51 UTC  (3+ messages)

[PATCH net] ptp: ocp: prevent watchdog rearming during detach
 2026-09-08  0:46 UTC  (2+ messages)

[PATCH net] net: usb: qmi_wwan: add Quectel RG660QB
 2026-09-08  0:40 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: dsa: Add SoC-e DSA driver
 2026-09-08  0:37 UTC  (3+ messages)
` [PATCH net-next v2 4/4] net: dsa: soce: Add basic support for SoC-e switch IP cores

[PATCH net-next v2 0/2] net: dsa: realtek: EEE support for RTL8365MB-VC
 2026-09-08  0:37 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net: dsa: realtek: rtl8365mb: add EEE support

[syzbot] [usb?] WARNING in cx231xx_send_vendor_cmd/usb_submit_urb
 2026-09-08  0:30 UTC  (2+ messages)
` Forwarded: cx231xx: retry I2C length fix test on v7.3-rc2

[PATCH] net: ethernet: ti: davinci_mdio: Drop commas after match table sentinels
 2026-09-08  0:30 UTC  (2+ messages)

[PATCH 5.15.y 1/2] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
 2026-09-08  0:20 UTC 

[PATCH] f2fs: force out-place update for all writes on compressed file
 2026-09-08  0:15 UTC  (2+ messages)

[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
 2026-09-08  0:14 UTC  (3+ messages)

[PATCH v2 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
 2026-09-08  0:11 UTC  (8+ messages)
` [PATCH v2 4/7] block: honor IOCB_NOWAIT in the block device buffered read path
` [PATCH v2 6/7] block: unpin all pages of a bvec in bio_iov_iter_align_down()

[PATCH] arm64: dts: rockchip: fix hym8563 interrupt pin on Orange Pi 5 Plus
 2026-09-08  0:02 UTC  (2+ messages)

[PATCH net-next 0/4] psp: make tx key ops optional for drivers
 2026-09-08  0:00 UTC  (2+ messages)

[PATCH net-next 00/33] Remove comma after sentinel entries in match table
 2026-09-08  0:00 UTC  (2+ 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®