messages from 2026-07-24 21:42:41 to 2026-07-24 22:52:39 UTC [more...]
[PATCH bpf-next v2 00/18] Generate bpf_func_proto for kfunc
2026-07-24 22:52 UTC (4+ messages)
` [PATCH bpf-next v2 11/18] bpf: Classify kfunc mem_size args from BTF without register state
[PATCHv2] ata: pata_ep93xx: use devm_dma_request_chan for DMA channels
2026-07-24 22:52 UTC
[PATCH] i2c: spacemit: request IRQ after controller initialization
2026-07-24 22:52 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] taskstats: fix cgroupstats invalid fd handling and add selftests
2026-07-24 22:51 UTC (2+ messages)
[PATCH i-g-t v1] tests/kms_vrr: Allow low refresh modes with identical clocks
2026-07-24 22:50 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH v3 1/2] cxl/region: Fix use-after-free in find_pos_and_ways() error path
2026-07-24 22:48 UTC (3+ messages)
` [PATCH v3 2/2] cxl/region: Use __free(put_device) in find_pos_and_ways()
[PATCH v3] ftrace: Add global mutex to serialize trace_parser access
2026-07-24 22:47 UTC (2+ messages)
[PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
2026-07-24 22:46 UTC (5+ messages)
[PATCH net-next v13 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
2026-07-24 22:45 UTC (5+ messages)
[PATCH net-next v13 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
2026-07-24 22:45 UTC (5+ messages)
[PATCH net-next v13 02/10] dt-bindings: phy: document the serdes PHY on sa8255p
2026-07-24 22:45 UTC (5+ messages)
[PATCH net] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-07-24 22:45 UTC (2+ messages)
[PATCH v2] i2c: i801: Clamp adapter timeout to prevent system lockup
2026-07-24 22:44 UTC (2+ messages)
[PATCH] MAINTAINERS: add mailing list to veml3328 entry
2026-07-24 22:43 UTC (2+ messages)
[PATCH] tracing: perf: Fix stale head for perf syscall tracing
2026-07-24 22:42 UTC
[PATCH net-next v2] net: hns: use u32 for register offset in RCB TX coalescing
2026-07-24 22:40 UTC (2+ messages)
[PATCH 0/6] PCI/AER: Support Advisory Non-Fatal Errors
2026-07-24 22:39 UTC (2+ messages)
[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
2026-07-24 22:36 UTC (2+ messages)
[RFC PATCH] drm/etnaviv: honor read-only userptr flag in GPU MMU mapping
2026-07-24 22:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4l-utils v2] v4l-utils: include cstdlib for std::exit
2026-07-24 22:35 UTC
[PATCH v2 0/5] amd_iommu: Bugfix and Cleanup for IO Page Fault
2026-07-24 22:31 UTC (6+ messages)
` [PATCH v2 1/5] amd_iommu: Do not create duplicate MSI capability
` [PATCH v2 2/5] amd_iommu: Use full BDF when reporting page faults
` [PATCH v2 3/5] amd_iommu: Define MMIO register masks
` [PATCH v2 4/5] amd_iommu: Make extended feature register read-only
` [PATCH v2 5/5] amd_iommu: Do not latch unsupported GA log status bits
[PATCH 00/19] wifi: rtw88: preparations for RTL8723B/RTL8723BS
2026-07-24 22:34 UTC (7+ messages)
` [PATCH 02/19] wifi: rtw88: rx: mark zero length packets on RTL8723B
` [PATCH 18/19] wifi: rtw88: match the RTL8723BS firmware connect and power save behaviour
` [PATCH 19/19] wifi: rtw88: advertise the correct receive capabilities on RTL8723BS
[PATCH 0/2] nvmem: fixes for 7.2
2026-07-24 22:34 UTC (3+ messages)
` [PATCH 1/2] nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI
` [PATCH 2/2] nvmem: layouts: Add fixed-layout driver
[PATCH 0/5] fastrpc: fixes for 7.2
2026-07-24 22:33 UTC (6+ messages)
` [PATCH 1/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
` [PATCH 2/5] misc: fastrpc: Remove buffer from list prior to unmap operation
` [PATCH 3/5] misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke
` [PATCH 4/5] misc: fastrpc: fix channel ctx ref leak when session alloc fails
` [PATCH 5/5] misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
[PATCH] media: cx231xx: fix si2157 inversion for Hauppauge WinTV-HVR-935C
2026-07-24 22:33 UTC (5+ messages)
[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
2026-07-24 22:29 UTC (14+ messages)
` [PATCH RFC v4 01/12] x86/mm: add untagged_addr_remote_unlocked()
` [PATCH RFC v4 02/12] riscv/mm: "
` [PATCH RFC v4 03/12] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
` [PATCH RFC v4 05/12] mm/gup: add get_user_page_vma() to fault in a page under a held lock
` [PATCH RFC v4 06/12] mm: use per-VMA lock in __access_remote_vm() for single-VMA accesses
` [PATCH RFC v4 07/12] mm: read remote strings under the per-VMA lock
` [PATCH RFC v4 08/12] selftests/mm: cover /proc/pid/mem access to VM_PFNMAP memory
` [PATCH RFC v4 09/12] mm/gup: build get_user_page_lookup_vma() on get_user_page_vma()
` [PATCH RFC v4 10/12] mm/gup: pass an end address to follow_page_mask() and return a page count
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP
[syzbot] [pci?] WARNING in pci_scan_single_device (2)
2026-07-24 22:31 UTC (2+ messages)
[PATCH v4 0/9] PCI: Fix UAF and TOCTOU related to dynamic ID
2026-07-24 22:30 UTC (22+ messages)
` [PATCH v4 1/9] ata: ata_generic: don't store pci_device_id
` [PATCH v4 2/9] scsi: nsp32: "
` [PATCH v4 3/9] ipack: tpci200: "
` [PATCH v4 4/9] mlxsw: pci: "
` [PATCH v4 5/9] agp/via: Don't rely on address of pci_device_id
` [PATCH v4 6/9] agp/amd-k7: "
` [PATCH v4 7/9] PCI: Make pci_match_one_device() match on ID instead of device
` [PATCH v4 8/9] PCI: Fix dyn_id add TOCTOU
` [PATCH v4 9/9] PCI: Fix UAF when probe runs concurrent to dyn ID removal
[RFC] net/iucv: af_iucv socket locking - accounting, and a staged plan
2026-07-24 22:29 UTC
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-24 22:28 UTC (10+ messages)
[PATCH 0/2] nilfs2: convert O_DIRECT reads to iomap
2026-07-24 22:27 UTC (3+ messages)
` [PATCH 1/2] nilfs2: add iomap operations for direct I/O reads
` [PATCH 2/2] nilfs2: switch O_DIRECT reads to iomap
[PATCH v2 0/1] objtool/klp-diff: fix klp-build data sympos bug
2026-07-24 22:27 UTC (3+ messages)
` [PATCH v2 1/1] objtool/klp: compute sympos during checksum phase
[PATCH] linux-user: fix incorrect msg_l[sr]pid members of target_msqid_ds
2026-07-24 22:26 UTC (4+ messages)
[RFC PATCH v2 17/25] KVM: nSVM: Service local TLB flushes before nested transitions
2026-07-24 22:27 UTC (8+ messages)
[PATCH v2 0/4] Add support for AD5710R/AD5711R DAC
2026-07-24 22:26 UTC (7+ messages)
` [PATCH v2 2/4] dt-bindings: iio: dac: add adi,ad5710r.yaml
` [PATCH v2 4/4] iio: dac: ad3530r: add support for AD5710R/AD5711R
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-24 22:26 UTC (6+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
[PATCH v5 0/3] driver core: add enumeration failure uevent helper
2026-07-24 22:26 UTC (2+ messages)
[PATCH v5 2/3] Documentation: ABI: document DEVICE_ENUMERATION_FAILURE uevent
2026-07-24 22:25 UTC (2+ messages)
[PATCH RFC v3] btrfs: commit current transaction in btrfs_relocate_block_group
2026-07-24 22:24 UTC
[PATCH v2 0/3] drm/xe: Update Wa_14026539277
2026-07-24 22:23 UTC (6+ messages)
` [PATCH v2 1/3] drm/xe: Extract override_has_cached_pt()
` [PATCH v2 2/3] Revert "drm/xe/nvlp: Implement Wa_14026539277"
` [PATCH v2 3/3] drm/xe: Add up-to-date implementation for Wa_14026539277
` ✗ CI.checkpatch: warning for drm/xe: Update Wa_14026539277
` ✓ CI.KUnit: success "
[PATCH v5 1/3] driver core: add device_enumeration_failure_notify() helper
2026-07-24 22:22 UTC (2+ messages)
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-24 22:22 UTC (12+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[PATCH v2 0/2] drm/xe: Changes for Xe3p_HPM media
2026-07-24 22:22 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Changes for Xe3p_HPM media (rev2)
[PATCH v2 0/2] serial: amba-pl011: fix console clock lifetime
2026-07-24 22:22 UTC (4+ messages)
` [PATCH v2 1/2] serial: amba-pl011: unprepare console clock on unregister
[PATCH net v3 1/2] af_unix: fix listen() succeeding on sockets in the wrong state
2026-07-24 22:20 UTC (5+ messages)
[PATCH v4 net 0/6] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-24 22:20 UTC (3+ messages)
[PATCHSET v2 sched_ext/for-7.3] sched_ext: Follow-up fixes and missing cap enforcement
2026-07-24 22:19 UTC (2+ messages)
[PATCH net-next v5] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
2026-07-24 22:18 UTC (9+ messages)
[PATCH v2 1/2] dt-bindings: pinctrl: tegra264: fix DAP2 DIN/DOUT pin names
2026-07-24 22:18 UTC (2+ messages)
[PATCH v2 0/3] mmc: Add power_off_delay_us support
2026-07-24 22:17 UTC (3+ messages)
` [PATCH v2 2/3] mmc: core: Add mmc_delay_us() for microsecond precision delays
[BUG] HID: haptic: use-after-free of devm haptic data in hid_haptic_destroy() when an evdev fd outlives the HID device
2026-07-24 22:15 UTC
[PATCH 00/12] crypto: Remove redundant error messages on IRQ request failure
2026-07-24 22:14 UTC (3+ messages)
` [PATCH 07/12] crypto: sl3516 - Remove redundant dev_err()
[PATCH] virtio-mmio: fix QUEUE_NUM_MAX
2026-07-24 22:13 UTC
[PATCH 0/3] pinctrl: rockchip: add support for RK3308B SoC
2026-07-24 22:13 UTC (3+ messages)
[PATCH net-next v5 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-24 22:13 UTC (8+ messages)
` [PATCH net-next v5 3/3] selftests/net: devmem.py: add check_rx_large_niov
[PATCH 00/11] Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes
2026-07-24 22:10 UTC (2+ messages)
[PATCH net 1/2] nexthop: take nh->lock for f6i_list walks in replace check and notify
2026-07-24 22:10 UTC (2+ messages)
[PATCH bpf v4] bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
2026-07-24 22:10 UTC (2+ messages)
[PATCH] serial: sc16is7xx: implement gpio get_direction() callback
2026-07-24 22:09 UTC (2+ messages)
[PATCH] cifs: fix missing fscache_resize_cookie() calls in size-changing paths
2026-07-24 22:09 UTC
[PATCH V4 0/9] PCI passthru on Hyper-V
2026-07-24 22:08 UTC (5+ messages)
` [PATCH V4 1/9] mshv: Provide a way to get partition ID if running in a VMM process
[PATCH v9 00/11] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
2026-07-24 22:07 UTC (6+ messages)
` [PATCH v9 01/11] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v9 06/11] sched/core: Push current task from non preferred CPU
[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
2026-07-24 22:07 UTC (6+ messages)
[PATCH 0/1] tidbits: net-udp: solicit new client for server mode
2026-07-24 22:07 UTC (16+ messages)
` [PATCH 1/1] "
[PATCH] generic/761: add to the rw group
2026-07-24 22:06 UTC (2+ messages)
[PATCH v2] ARM: set !LPAE MAX_PHYSMEM_BITS to 32 and remove IO_36
2026-07-24 22:06 UTC (3+ messages)
[PATCH v4] ARM: mm: acquire mmap write lock around show_pte() for user faults
2026-07-24 22:05 UTC (2+ messages)
[PATCH v7 0/8] seccomp: non-cooperative pinned-memfd argument redirect
2026-07-24 22:01 UTC (9+ messages)
` [PATCH v7 1/8] mm: pass the target mm parameter through get_unmapped_area family
` [PATCH v7 2/8] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v7 3/8] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v7 4/8] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v7 5/8] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v7 6/8] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v7 7/8] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v7 8/8] selftests/seccomp: cover non-cooperative pinned-memfd install
[PATCH] smb: client: clear ce->tgthint in free_tgts()
2026-07-24 22:01 UTC (7+ messages)
` [PATCH v2 0/2] smb: client: fix dangling pointer in DFS target hints
` [PATCH v2 1/2] smb: client: harden DFS cache against invalid "
` [PATCH v2 2/2] smb: client: clear ce->tgthint in free_tgts()
` [PATCH v3 0/2] smb: client: fix dangling pointer in DFS target hints
` [PATCH v3 1/2] smb: client: harden DFS cache against invalid "
` [PATCH v3 2/2] smb: client: clear ce->tgthint in free_tgts()
[PATCH v3 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
2026-07-24 21:59 UTC (5+ messages)
` [PATCH v3 1/4] cpufreq: CPPC: Keep the policy across CPU hotplug
` [PATCH v3 2/4] ACPI: CPPC: Make autonomous selection helpers take a u64
` [PATCH v3 3/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
` [PATCH v3 4/4] cpufreq: CPPC: Preserve OSPM-set registers across suspend/resume
[PATCH net-next] selftests: drv-net: ncdevmem: Open /dev/udmabuf O_RDONLY
2026-07-24 22:00 UTC (2+ messages)
[PATCH net-next v3] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
2026-07-24 22:00 UTC (2+ messages)
[PATCH] pinctrl: qcom: Add irq_get/set_irqchip_state() for msm gpio irqchip
2026-07-24 22:00 UTC (2+ messages)
[PATCH] ima: Report errno for failed hash collection to audit
2026-07-24 21:59 UTC (3+ messages)
[GIT PULL] pinctrl: renesas: Updates for v7.3
2026-07-24 21:58 UTC (2+ messages)
[PATCH net v2] mac802154: lock rx_mac_cmd_list and drain it before freeing sdata
2026-07-24 21:58 UTC (2+ messages)
[PATCH v2 1/2] cxl/region: Fix use-after-free in find_pos_and_ways() error path
2026-07-24 21:57 UTC (6+ messages)
` [PATCH v2 2/2] cxl/region: Use __free(put_device) in find_pos_and_ways()
[PATCH 01/11] Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/release
2026-07-24 21:57 UTC (2+ messages)
` Bluetooth: ISO: fix HUP on socket release/shutdown + UAF/locking fixes
[PATCH v2] kernel-yocto-rust: add clang toolchain check and lld dependency for riscv64
2026-07-24 21:55 UTC (2+ messages)
` [OE-core] "
[syzbot] [wireless?] WARNING in nl80211_set_tx_bitrate_mask
2026-07-24 21:56 UTC
[PATCH] usb: gadget: f_fs: Fix -Wformat-truncation in proxy endpoint names
2026-07-24 21:56 UTC
[PATCH v18 0/2] Introduce Synology Microp driver
2026-07-24 21:54 UTC (5+ messages)
[PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
2026-07-24 21:54 UTC (3+ messages)
[PATCH v7 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
2026-07-24 21:53 UTC (8+ messages)
` [PATCH v7 2/5] x86/asm: add volatile, clobbers and zero-length check in inline memcmp
[PATCH 0/5] packfile: harden handling of packs with duplicate entries
2026-07-24 21:54 UTC (2+ messages)
[PATCH v3] misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
2026-07-24 21:52 UTC (2+ messages)
[PATCH v5 0/5] Modify interrupt handling for eUSB2 Phy targets
2026-07-24 21:51 UTC (4+ messages)
` [PATCH v5 3/5] phy: snps-eusb2: Set phy type to EUSB2
[PATCH v6 0/8] gpio: realtek: Add support for Realtek DHC RTD1625
2026-07-24 21:50 UTC (3+ messages)
` [PATCH v6 5/8] gpio: regmap: Add gpio_regmap_operation and value_xlate support
[PATCH 1/4] rust: aref: document safety of ARef doctest example
2026-07-24 21:49 UTC (4+ messages)
` [PATCH 2/4] rust: print: document safety of _printk FFI calls
` [PATCH 3/4] rust: list: document safety of List::remove
` [PATCH 4/4] rust: workqueue: document safety of Pin<KBox<T>> work item impls
decouple simple direct I/O reads from iomap_dio_rw v2
2026-07-24 21:50 UTC (2+ messages)
[PATCH stable 6.12 0/9] Kunit backports for older systems
2026-07-24 21:41 UTC (4+ messages)
` [PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
` [PATCH stable 6.12 4/9] um: Set parent-death signal for ubd io thread/process
` [PATCH stable 6.12 6/9] um: Set parent death signal for userspace process
[PATCH 0/2] docs: make tables responsive with content-aware column widths
2026-07-24 21:42 UTC (3+ messages)
` [PATCH 1/2] docs: apply contained horizontal scroll overflow to tables
` [PATCH 2/2] docs: derive table column minimum widths from content
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-07-24 21:48 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v3 0/3] packfile URIs: support concurrent downloads
2026-07-24 21:46 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 3/3] fetch-pack: accept "pack" output for packfile URIs
Bad wrapping in some tables
2026-07-24 21:45 UTC (7+ messages)
[PATCH v1 1/1] gpio: legacy: Kill gpio_set_value_cansleep()
2026-07-24 21:45 UTC (2+ messages)
[OE-core][scarthgap][PATCHv2 01/13] vim: Security Fix for CVE-2026-28422
2026-07-24 21:44 UTC (3+ messages)
` [OE-core][scarthgap][PATCHv2 02/13] vim: Security Fix for CVE-2026-42307
[PATCH] drm: fix unmet dependencies from missing GPIOLIB
2026-07-24 21:44 UTC (2+ messages)
[PATCH net-next v2] tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect path
2026-07-24 21:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.