All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 15:06:36 to 2026-07-06 15:45:28 UTC [more...]

[PATCH 0/8] mm/khugepaged: several cleanups
 2026-07-06 15:44 UTC  (8+ messages)
` [PATCH 1/8] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH 2/8] mm/khugepaged: extract young page check into collapse_is_young() helper
` [PATCH 3/8] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH 4/8] mm/khugepaged: fix outdated comments
` [PATCH 5/8] mm/khugepaged: Refactor the PTE state checks into a helper
` [PATCH 6/8] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH 7/8] mm/khugepaged: clarify a comment regarding max_ptes_none check

[PATCH v2] scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context
 2026-07-06 15:44 UTC  (2+ messages)

[PATCH v3 0/2] watchdog: w83627hf_wdt: Add NCT6126 support and improve handling of running watchdog
 2026-07-06 15:44 UTC  (9+ messages)
` [PATCH v3 1/2] watchdog: w83627hf_wdt: Add support for Nuvoton NCT6126
` [PATCH v3 2/2] watchdog: w83627hf_wdt: Use WDOG_HW_RUNNING for running chip on boot

[PATCH v3 00/17] Native SCSI multipath support
 2026-07-06 15:44 UTC  (10+ messages)
` [PATCH v3 07/17] scsi-multipath: failover handling
` [PATCH v3 08/17] scsi-multipath: provide callbacks for path state
` [PATCH v3 09/17] scsi-multipath: add scsi_mpath_{start,end}_request()

[PATCH] mmc-utils: Update maintainers email
 2026-07-06 15:42 UTC 

[PATCH] vfio/listener: Only warn on misalignment for VFIO-owned regions
 2026-07-06 15:42 UTC  (6+ messages)

[PATCH bpf-next 0/6] Introduce bpf_ksock
 2026-07-06 15:42 UTC  (6+ messages)
` [PATCH bpf-next 2/6] bpf: Add ksock kfuncs

[PATCH v2 0/3] leds: pca963x: Add multicolor support and enable Monza RGB LEDs
 2026-07-06 15:42 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: leds: nxp,pca963x: add multicolor LED support

[PATCH v2 0/2] rtsx_usb: fix tray-reader false card detect and autosuspend
 2026-07-06 15:40 UTC  (3+ messages)
` [PATCH v2 1/2] misc: rtsx_usb: avoid USB I/O in runtime autosuspend
` [PATCH v2 2/2] mmc: rtsx_usb_sdmmc: suppress false CD after init timeout

[PATCH 0/4] drm: bridge: display-connector: Support hardcoding EDID for VGA
 2026-07-06 15:40 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: display: vga-connector: Allow hardcoding EDID

[PATCH] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+
 2026-07-06 15:40 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-06 15:40 UTC  (2+ messages)

[PATCH v2 0/3] userspace: use openat2 if available
 2026-07-06 15:39 UTC  (3+ messages)
` [PATCH v2 1/3] libselinux: selinux_restorecon: use openat2 if defined

[PATCH] lib/mbedtls: Do not use ERR_PTR with mbedTLS error codes
 2026-07-06 15:38 UTC  (2+ messages)

[RFC PATCH v4 0/5] drm/xe: Structured RAS error logging infrastructure
 2026-07-06 15:38 UTC  (3+ messages)
` [RFC PATCH v4 5/5] drm/xe: Replace critical drm_err log with xe_ras_log_probe

[PATCH v4 0/9] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-07-06 15:38 UTC  (2+ messages)
` (subset) "

[PATCH v3] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-06 15:37 UTC 

[PATCH] imx93_frdm: Add OP-TEE device tree node
 2026-07-06 15:37 UTC  (5+ messages)

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:34 UTC  (22+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
` [PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v5 19/21] netfs: Check for too much data being read
` [PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH v2 0/3] phy: qcom-qusb2: sort out register layouts
 2026-07-06 15:37 UTC  (4+ messages)
` [PATCH v2 1/3] phy: qcom-qusb2: enable autoresume on Talos platforms

[PATCH 0/2] remoteproc: qcom_q6v5_mss: Fix MDM9607 subsystem control instance ID
 2026-07-06 15:37 UTC  (3+ messages)
` [PATCH 1/2] remoteproc: qcom_q6v5_mss: Make ssctl_id configurable per platform
` [PATCH 2/2] remoteproc: qcom_q6v5_mss: Fix MDM9607 subsystem control instance ID

[PATCH] clk: mediatek: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-06 15:37 UTC  (2+ messages)

[PATCH v3 0/3] Add support for the Iris codec on Milos
 2026-07-06 15:36 UTC  (3+ messages)

[PATCH net v2] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-06 15:33 UTC  (4+ messages)

[PATCH] clk: imx: imx8qxp: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:36 UTC  (2+ messages)

[PATCH] clk: imx: imx8qxp-lpcg: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:36 UTC  (2+ messages)

[PATCH v2 00/12] clk: qcom: Assorted fixes for gcc-mdm9607 (and gcc-msm8916/39)
 2026-07-06 15:35 UTC  (3+ messages)
` [PATCH v2 08/12] clk: qcom: gcc-mdm9607: Drop incorrect BIMC PLL and related clocks

[PATCH] clk: mediatek: mt6735-vencsys: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:35 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Add Nvidia Vera Rubin device to P2P whitelist
 2026-07-06 15:35 UTC  (2+ messages)

[PATCH] clk: mediatek: mt6735-vdecsys: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:35 UTC  (2+ messages)

[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
 2026-07-06 15:35 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT (rev4)

[PATCH v4] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-06 15:35 UTC 

[PATCH 0/2] Add trace event support for GENI SE registers dump
 2026-07-06 15:35 UTC  (3+ messages)
` [PATCH 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[PATCH 0/3] x86/entry: GPR handling improvements
 2026-07-06 15:34 UTC  (4+ messages)
` [PATCH 1/3] x86/hvm: Use PUSH_AND_CLEAR_GPRS in preference to SAVE_ALL
` [PATCH 2/3] x86/entry: Use POP_GPRS and remove RESTORE_ALL
` [PATCH 3/3] x86/entry: Use PUSH_AND_CLEAR_GPRS and drop SAVE_ALL

[RFC PATCH v1.1 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-06 15:34 UTC  (9+ messages)
` [RFC PATCH v1.1 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH v1.1 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH v1.1 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH v1.1 14/16] Docs/mm/damon/design: document attrs-only monitoring

[Buildroot] [PATCH] package/libxkbcommon: provide xkbregistry when libxml2 is enabled
 2026-07-06 15:34 UTC  (3+ messages)

[PATCH v5 0/2] Add a debugfs for pcode information
 2026-07-06 15:34 UTC  (3+ messages)
` [PATCH v5 1/2] drm/xe/pcode: Add support to get pcode version from PMT

[PATCH v6 0/3] graph: indent visual roots in graph
 2026-07-06 15:33 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] graph: add a 2 commit buffer for lookahead

[kvm-unit-tests PATCH] checkpatch: add support for Assisted-by tag
 2026-07-06 15:33 UTC  (9+ messages)

Question about the "TLBs and I-cache are private to each vCPU" guarantee with VTTBR_EL2.CnP
 2026-07-06 15:33 UTC  (9+ messages)

[PATCH v2 0/4] arm64: qcom: dts: Add display support for Qualcomm Shikra
 2026-07-06 15:33 UTC  (7+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel

[PATCH bpf-next v4 0/9] Verify BPF signed loader at load time
 2026-07-06 15:42 UTC  (3+ messages)
` [PATCH bpf-next v4 1/9] bpf: Resolve and cache fd_array objects "

[PATCH v2 1/2] dtc: dt-check-style: Narrow disallowing of tab in DTS only to YAML
 2026-07-06 15:32 UTC  (4+ messages)
` [PATCH v2 2/2] dtc: dt-check-style: Allow space-aligning indentation in DTS

[PATCH v1] platform/surface: surfacepro3_button: Stop setting acpi_device_name()
 2026-07-06 15:32 UTC  (2+ messages)

[PATCH v2] cifs.upcall: fix regression with krb5 + creduid
 2026-07-06 15:32 UTC 

[REGRESSION] Raspberry Pi 5 (BCM2712) hangs at boot since d87773de9efe (arm_arch_timer: default to EL2 virtual timer under VHE)
 2026-07-06 15:31 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-07-06 15:31 UTC  (4+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: libarena: Fix can-loop zero variable definition

[PATCH v3 0/4] regulator: qcom_usb_vbus: add pm4125 VBUS regulator support
 2026-07-06 15:31 UTC  (3+ messages)
` [PATCH v3 3/4] regulator: qcom_usb_vbus: add support for qcom,pm4125-vbus-reg

[PATCH v2] ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookup
 2026-07-06 15:31 UTC 

[PATCH v2] media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure
 2026-07-06 15:28 UTC 

[PATCH v2 net 0/3] ipv4/ipv6: Fix UAF and memory leak in IGMP/MLD
 2026-07-06 15:30 UTC  (7+ messages)
` [PATCH v2 net 1/3] ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
` [PATCH v2 net 2/3] ipv6: mcast: Fix potential UAF in MLD delayed work
` [PATCH v2 net 3/3] ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()

[PATCH] net: bnx2x: validate firmware section bounds without overflow
 2026-07-06 15:30 UTC  (2+ messages)

[PATCH v2 0/7] platform/x86/amd/hsmp: ACPI/platform HSMP concurrency and lifecycle hardening
 2026-07-06 15:29 UTC  (4+ messages)
` [PATCH v2 5/7] platform/x86/amd/hsmp: Serialize the data plane against socket teardown

[PATCH] docs/bpf: Document BPF_STRICT_BUILD=0 to tolerate test build failures
 2026-07-06 15:28 UTC 

[PATCH 00/14] drm/amdgpu: Improve retry fault handling (v3)
 2026-07-06 15:28 UTC  (5+ messages)
` [PATCH 11/14] drm/amdgpu/ih6.0: Use MMIO ACK for retry CAM on IH 6.0

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:27 UTC  (7+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains

[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
 2026-07-06 15:28 UTC  (5+ messages)
` [PATCH net-next 2/2] net: phy: qt2025: Use vertical import style

[PATCH iwl-next v2] ixgbe: E610: force phy link to get down when interface is down
 2026-07-06 15:27 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v6 0/3] Add support for Variscite DART-MX8M-PLUS and Sonata board
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH v1] man/man7/environ.7: Fix underspecification of "name=value" strings
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH v5 0/3] Add support for Variscite DART-MX8M-PLUS and Sonata board
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH 0/1] Introduce an instrumented profiler using BpfTrace
 2026-07-06 15:27 UTC  (3+ messages)

[PATCH] media: rockchip: rga: quiesce IRQ before releasing m2m state
 2026-07-06 15:27 UTC  (4+ messages)

[PATCH net-next v4] selftests/net/openvswitch: add ICMPv6 echo type match test
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-07-06 15:26 UTC  (6+ messages)

[PATCH bpf-next 3/6] selftests/bpf: Add ksock kfunc test
 2026-07-06 15:27 UTC  (3+ messages)

[PATCH] net: prestera: validate firmware header length
 2026-07-06 15:26 UTC  (2+ messages)

[PATCH v3] xen/arm: gic-v3: Introduce CONFIG_GICV3_NR_LRS
 2026-07-06 15:25 UTC  (4+ messages)

[PATCH v2 0/5] ARM: rockchip: rv1126: Add support for Alientek ATK-DLRV1126
 2026-07-06 15:25 UTC  (4+ messages)
` [PATCH v2 5/5] ARM: dts: rockchip: Add Alientek DLRV1126

[PATCH v2] wifi: cfg80211: use wiphy work for socket owner autodisconnect
 2026-07-06 15:24 UTC 

[Intel-wired-lan] [PATCH net-next v2] ice: use dev_err_probe() in ice_probe()
 2026-07-02  7:05 UTC  (3+ messages)
`  "

[PATCH] bonding: fix devconf_all NULL dereference when IPv6 is disabled
 2026-07-06 15:23 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v2] idpf: Fix mailbox IRQ name leak on request failure
 2026-07-03  5:03 UTC 

[Intel-wired-lan] [PATCH v1] idpf: Fix mailbox IRQ name leak on request failure
 2026-07-03  5:00 UTC 

[RFC PATCH 00/28] target/ppc: Moving instructions to decodetree specification
 2026-07-06 15:22 UTC  (3+ messages)
` [RFC PATCH 23/28] target/ppc: Move VMX integer arithmetic and BCD instructions to decodetree

[PATCH 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
 2026-07-06 15:22 UTC  (4+ messages)
` [PATCH 1/2] s390/vdso: Pass --eh-frame-hdr to the linker
` [PATCH 2/2] s390/vdso: Use symbolic constants for the PHDR permission flags

[PATCH 0/4] pmdomains: Fixes and add support for HFRP Direct
 2026-07-06 15:21 UTC  (7+ messages)
` [PATCH 2/4] pmdomain: mediatek: Respect PD relationships during error cleanup
` [PATCH 3/4] pmdomain: mediatek: Add support for Direct CTL simple power sequence
` [PATCH 4/4] pmdomain: mediatek: Add support for MT8196 HFRP DirectCTL domains

[PATCH v6] dmaengine: dw-edma: Enable HDMA 64R/W Channels
 2026-07-06 15:21 UTC  (2+ messages)

[meta-OE] [wrynose] [PATCH 1/6] jq: Fix CVE-2026-40612
 2026-07-06 15:20 UTC  (6+ messages)
` [meta-OE] [wrynose] [PATCH 2/6] jq: Fix CVE-2026-41256
` [meta-OE] [wrynose] [PATCH 3/6] jq: Fix CVE-2026-41257
` [meta-OE] [wrynose] [PATCH 4/6] jq: Fix CVE-2026-43894
` [meta-OE] [wrynose] [PATCH 5/6] jq: Fix CVE-2026-43896
` [meta-OE] [wrynose] [PATCH 6/6] jq: Fix CVE-2026-44777

[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
 2026-07-06 15:21 UTC  (2+ messages)
` [syzbot ci] "

[PATCH net] net: stmmac: intel: don't reconfigure SerDes on unchanged mode
 2026-07-06 15:21 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Avoid sleeping in hard interrupt context when PREEMP_RT is enabled
 2026-07-06 15:20 UTC  (4+ messages)

[PATCH] btrfs: get rid of useless label in btrfs_create_dio_extent()
 2026-07-06 15:19 UTC  (2+ messages)

[moderation/CI] Re: KVM: x86: Document and enforce APIC base memory hole
 2026-07-06 15:19 UTC  (2+ messages)

[PATCH] vfio/pci: Reject invalid MSI-X Table and PBA BIR values
 2026-07-06 15:18 UTC  (2+ messages)

[PATCH] wifi: nl80211: serialize socket owner release with netdev teardown
 2026-07-06 15:18 UTC  (5+ messages)

[PATCH 1/2] tty: n_gsm: avoid reactivation without previous cleanup
 2026-07-06 15:18 UTC  (4+ messages)

[PATCH 0/2] cyclic: update and optimization
 2026-07-06 15:16 UTC  (6+ messages)
` [PATCH 2/2] cyclic: parse cyclic list only if next cyclic timestamp is reached

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-06 15:16 UTC  (2+ messages)

[bcain:bcain/qemu_boot 24/66] arch/hexagon/kernel/hexagon_debug.c:5:5: sparse: sparse: symbol 'sample_u32' was not declared. Should it be static?
 2026-07-06 15:15 UTC 

[djwong-xfs:xfs-codex-fixes 119/122] fs/xfs/scrub/quota_repair.c:320 xrep_quota_block() warn: statement has no effect 'int'
 2026-07-06 15:15 UTC 

[PATCH v3] bcache: avoid holding bch_register_lock across cache_set recovery
 2026-07-06 15:15 UTC  (2+ messages)

[Linux Kernel Bug] KASAN: out-of-bounds Read in gfs2_unstuff_dinode
 2026-07-06 15:14 UTC  (3+ messages)
` [PATCH] gfs2: validate stuffed inode size before unstuffing

[PATCH] atm: solos-pci: validate DMA receive size
 2026-07-06 15:14 UTC  (2+ messages)

[PATCH v3 0/2] docs/zh_CN: update translation of doc-guide/sphinx.rst
 2026-07-06 15:13 UTC  (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: add process/changes.rst translation
` [PATCH v3 2/2] docs/zh_CN: update sphinx.rst translation

[PATCH 0/7] Add support for RPMI to U-Boot
 2026-07-06 15:14 UTC  (4+ messages)
` [PATCH 4/7] drivers: clk: add support for RPMI clocks

[PATCH 0/5] s390x: interface hardening fixes
 2026-07-06 15:13 UTC  (2+ messages)

[PATCH v2] Documentation: Update after split of <linux/mod_devicetable.h>
 2026-07-06 15:13 UTC  (2+ messages)

[PATCH v3 0/2] i2c-tools: Make tools accept bus path
 2026-07-06 15:12 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Add guest-side test for AMD HWCR.McStatusWrEn
 2026-07-06 15:11 UTC  (2+ messages)

[PATCH] drivers/perf: thunderx2_pmu: add error handling
 2026-07-06 15:11 UTC  (2+ messages)

[PATCH v2] USB: misc: uss720: unregister parport on probe failure
 2026-07-06 15:10 UTC 

[PATCH] cxl/test: reject wrapped GET_LOG offsets
 2026-07-06 15:10 UTC  (7+ messages)

[PATCH nf] ipvs: ensure inner headers in ICMP errors are in headroom
 2026-07-06 15:10 UTC 

[PATCH net] ieee802154: hwsim: free PIB after unregistering hardware
 2026-07-06 15:10 UTC  (4+ messages)

[PATCH] dmaengine: fl1-edma: Add error handling for devm_kasprintf
 2026-07-06 15:10 UTC  (2+ messages)

[PATCH v7 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-07-06 15:09 UTC  (5+ messages)
` [PATCH v7 1/6] firmware: smccc: Add an Arm "

[PATCH bpf-next v4 3/9] bpf: Verify signed loader metadata at load time
 2026-07-06 15:09 UTC  (2+ messages)

[PATCH v2] Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
 2026-07-06 15:08 UTC  (3+ messages)

[PATCH v3 0/2] sdhci: fix SDMA boundary bug
 2026-07-06 15:07 UTC  (3+ messages)
` [PATCH v3 2/2] qtest: add xilinx-zynq SDHCI sdma test

[PATCH mptcp-net] mptcp: fix extra_subflows leak on failed passive join
 2026-07-06 15:07 UTC  (4+ messages)
` [PATCH mptcp-net v2] "

[PATCH 0/4] bootstd: firmware-owned devicetree for EBBR / SystemReady IR
 2026-07-06 15:06 UTC  (5+ messages)
` [PATCH 1/4] bootstd: add a firmware-owned devicetree source
` [PATCH 2/4] bootmeth: efi: source the devicetree from a firmware partition
` [PATCH 3/4] efi_loader: bootmgr: install the firmware-owned devicetree
` [PATCH 4/4] test: bootstd: add firmware-FDT source tests

[PATCH] net: usb: sr9700: validate receive packet extent
 2026-07-06 15:07 UTC  (2+ messages)

[PATCH v2] iommu/iova: Move CPU magazine init to first insert
 2026-07-06 15:07 UTC 

[PATCH] wifi: mt76: mt7925: Fix unregister deadlock
 2026-07-06 15:06 UTC  (2+ messages)

[PATCH dovetail v9 00/11] riscv: Add dovetail support
 2026-07-06 15:06 UTC  (3+ messages)
` [PATCH dovetail v9 11/11] riscv: dovetail: add core support

[PATCH v2] ceph: fix hanging __ceph_get_caps() with stale `mds_wanted`
 2026-07-06 15:06 UTC 

[syzbot] [serial?] memory leak in gsm_activate_mux
 2026-07-06 15:07 UTC 

[PATCH] net: usb: cx82310_eth: bound partial receive continuation
 2026-07-06 15:06 UTC  (2+ messages)

[PATCH] dev: hide internal type for device comparison
 2026-07-06 15:06 UTC 

[PATCH] drivers/bus: remove blocklist evaluation when probing a device
 2026-07-06 15:06 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.