messages from 2026-05-29 00:02:29 to 2026-05-29 02:05:48 UTC [more...]
[PATCH net 1/1] net: skbuff: fix pskb_carve leaking zcopy pages
2026-05-29 2:05 UTC (2+ messages)
[PATCH mptcp-net mptcp-next v3 00/16] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
2026-05-29 2:05 UTC (7+ messages)
` [PATCH mptcp-next v3 02/16] mptcp: options: ADD_ADDR size can be negative
` [PATCH mptcp-next v3 03/16] mptcp: pm: avoid computing rm_addr size twice
[PATCH v4] x86/cpu: Fix a F00F bug warning and clean up surrounding code
2026-05-29 2:04 UTC (2+ messages)
` [tip: x86/cpu] "
[PATCH] Input: tca8418_keypad - enable overflow mode per datasheet (SCPS215G)
2026-05-29 2:03 UTC (2+ messages)
[PATCH 0/4] bcma: support SHIM-attached big-endian SoC backplanes (BCM6362)
2026-05-29 2:02 UTC (9+ messages)
` [PATCH 1/4] bcma: support driver specific quirks from soc pdata
` [PATCH 2/4] bcma: allow SHIM-style mini-EROM wrapper-less cores in scan
` [PATCH 3/4] dt-bindings: bus: add brcm,bcm6362-wlan
` [PATCH 4/4] bus: add BCM6362 on-chip WLAN SHIM bridge driver
[PATCH v2] llc: Fix race between sock_orphan() and timer callback in llc_sk_free()
2026-05-29 2:00 UTC
[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
2026-05-29 2:00 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/4] pinctrl: qcom: spmi-gpio: Add bidirectional level-shifter function support
2026-05-29 2:01 UTC (7+ messages)
` [PATCH v2 1/4] soc: qcom: rpmh: Allow non-child devices to issue write commands
` [PATCH v2 2/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add level-shifter function
` [PATCH v2 3/4] pinctrl: qcom: spmi-gpio: Rearchitect for flexible group support
` [PATCH v2 4/4] pinctrl: qcom: spmi-gpio: Add level-shifter function support
[PATCH mptcp-net] mptcp: sockopt: check timestamping ret value
2026-05-29 2:00 UTC (3+ messages)
[PATCH v1] can: flexcan: Drop unused platform driver data
2026-05-29 2:00 UTC (3+ messages)
[tj-cgroup:for-7.1-fixes] BUILD SUCCESS 645c3b7ef1a7eed9627664bd11d7a8eb4519ee15
2026-05-29 1:59 UTC
[PATCH v3 1/1] drm/hyperv: Use "hv_drm_" as symbol name prefix
2026-05-29 1:59 UTC (2+ messages)
[BUG] 9p filesystem does not honor turning off O_APPEND if a file handle is opened with O_APPEND
2026-05-29 1:49 UTC (2+ messages)
[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
2026-05-29 1:57 UTC (3+ messages)
` [PATCH v2 1/2] drm/tyr: separate driver type from driver data
[PATCH] drm/amdgpu: initialize iter.start in amdgpu_devcoredump_format
2026-05-29 1:55 UTC
[PATCH v2] 9p: avoid returning ERR_PTR(0) from mkdir operations
2026-05-29 1:55 UTC (2+ messages)
[PATCH] util/qemu-coroutine: skip global pool lock when pool is empty
2026-05-29 1:54 UTC
[PATCH] doc: add missing --message long option to merge docs
2026-05-29 1:55 UTC
[PATCH net-next 0/9] net: dsa: netc: add bridge mode support
2026-05-29 1:53 UTC (2+ messages)
[PATCH v8 00/10] Implement LANDLOCK_ADD_RULE_NO_INHERIT
2026-05-29 1:52 UTC (11+ messages)
` [PATCH v8 01/10] landlock: Add landlock_walk_path_up() helper
` [PATCH v8 02/10] landlock: Use landlock_walk_path_up() in is_access_to_paths_allowed()
` [PATCH v8 03/10] landlock: Use landlock_walk_path_up() in collect_domain_accesses()
` [PATCH v8 04/10] landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT user API
` [PATCH v8 05/10] landlock: Return inserted rule from landlock_insert_rule()
` [PATCH v8 06/10] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 07/10] landlock: Add documentation for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 08/10] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v8 09/10] selftests/landlock: Add selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v8 10/10] landlock: Add KUnit tests "
[PATCH] 9p: avoid putting oldfid in p9_client_walk() error path
2026-05-29 1:50 UTC (2+ messages)
[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-05-29 1:50 UTC (4+ messages)
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
[PATCH bpf-next v6 00/13] Refactor verifier object relationship tracking
2026-05-29 1:49 UTC (14+ messages)
` [PATCH bpf-next v6 01/13] bpf: Simplify mark_stack_slot_obj_read() and callers
` [PATCH bpf-next v6 02/13] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v6 03/13] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v6 04/13] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v6 05/13] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v6 06/13] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v6 07/13] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v6 08/13] bpf: Unify release handling for helpers and kfuncs
` [PATCH bpf-next v6 09/13] bpf: Fix dynptr ref counting to scan all call frames
` [PATCH bpf-next v6 10/13] selftests/bpf: Test creating dynptr from dynptr data and slice
` [PATCH bpf-next v6 11/13] selftests/bpf: Test using slice after invalidating dynptr clone
` [PATCH bpf-next v6 12/13] selftests/bpf: Test using file dynptr after the reference on file is dropped
` [PATCH bpf-next v6 13/13] selftests/bpf: Test using dynptr after freeing the underlying object
[GIT PULL] clk: renesas: Updates for v7.2
2026-05-29 1:49 UTC (2+ messages)
[PATCH v2 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
2026-05-29 1:47 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller
` [PATCH v2 2/2] PCI: qcom: Add support for Hawi
[PATCH] drm/amdgpu: enable execute permission fault reporting on GFX 10.1.x
2026-05-29 1:44 UTC
[PATCH v2 1/1] drm/hyperv: Replace "hyperv_" with "hv_drm_" as symbol name prefix
2026-05-29 1:44 UTC (3+ messages)
` [EXTERNAL] "
[net-next v44] mctp pcc: Implement MCTP over PCC Transport
2026-05-29 1:44 UTC (4+ messages)
[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
2026-05-29 1:43 UTC (3+ messages)
[PATCH RESEND v8 00/10] SPMI: Implement sub-devices and migrate drivers
2026-05-29 1:43 UTC (5+ messages)
[PATCH] ASoC: sdw_utils: return -EPROBE_DEFER if components are not registered yet
2026-05-29 1:42 UTC
[PATCH V1] iommu/hyperv: Create hyperv subdirectory under drivers/iommu
2026-05-29 1:41 UTC
[PATCH v9 0/4] Add Qualcomm extended CTI support
2026-05-29 1:42 UTC (7+ messages)
` [PATCH v9 1/4] coresight: cti: Convert trigger usage fields to dynamic
` [PATCH v9 3/4] coresight: cti: add Qualcomm extended CTI identification and quirks
[PATCH] vmalloc: Fix NULL pointer dereference in is_vm_area_hugepages()
2026-05-29 1:41 UTC
QEMU RISC-V Call
2026-05-29 1:40 UTC
[PATCH 0/2] hw/i3c: fix DW-I3C FIFO depth advertisement
2026-05-29 1:40 UTC (3+ messages)
` [PATCH 1/2] hw/i3c: fix CMD/data FIFO depth reset values to match real silicon
` [PATCH 2/2] hw/i3c: rename DW-I3C queue capacity fields from _bytes to _words
[syzbot] [wireless?] WARNING in drv_link_info_changed (3)
2026-05-29 1:41 UTC
[PATCH net-next] Documentation: networking: Add a test plan for ethtool pause validation
2026-05-29 1:39 UTC (6+ messages)
[PATCH] spmi: use kzalloc_flex in main allocation
2026-05-29 1:41 UTC (2+ messages)
[PATCH u-boot v3 0/2] Fix default value of mac clk delays and add DTS for Asus Kommando
2026-05-29 1:40 UTC (3+ messages)
` [PATCH u-boot v3 1/2] clk: ast2600: set default clk-delay for all ethernet macs to 0
[PATCH 00/11] hornet: security, tooling and selftest fixes
2026-05-29 1:39 UTC (2+ messages)
[PATCH 0/2] RDMA/rxe: fix shared memory TOCTOU in receive path
2026-05-29 1:39 UTC (5+ messages)
` [PATCH 1/2] RDMA/rxe: fix TOCTOU heap overflow in get_srq_wqe
` [PATCH 2/2] RDMA/rxe: copy WQE to local buffer in non-SRQ receive path
[PATCH mptcp-net] mptcp: sockopt: set sockopt on all subflows
2026-05-29 1:36 UTC (2+ messages)
[PATCH] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks
2026-05-29 1:32 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2 (repost)] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
2026-05-29 1:31 UTC
[PATCH v2] spmi: clean up kernel-doc in spmi.h
2026-05-29 1:28 UTC (2+ messages)
[PATCH v3 0/2] spmi: pmic-arb: Add spmi-pmic-arb support for Qualcomm Hawi SoC
2026-05-29 1:28 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: spmi: glymur-spmi-pmic-arb: Add compatible "
` [PATCH v3 2/2] spmi: spmi-pmic-arb: add support for PMIC arbiter v8.5
On https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=775c17386a6fd
2026-05-29 1:28 UTC (5+ messages)
[PATCH] generic: add a test case for writes with prealloc extents beyond i_size
2026-05-29 1:26 UTC (5+ messages)
[PATCH] scsi: megaraid_sas: Add dma read memory barrier during complete command poll
2026-05-29 1:26 UTC
[PATCH] MAINTAINERS: add vm.rst to memory management core
2026-05-29 1:26 UTC (3+ messages)
[GIT PULL] Qualcomm clock fixes for v7.1
2026-05-29 1:22 UTC (2+ messages)
[BUG] ntfs3: KASAN null-ptr-deref in ntfs_iget5 (fs/ntfs3/inode.c:543) on mount
2026-05-29 1:21 UTC
[PATCH] ata: libata-sata: retry hardreset when device detected but PHY not established
2026-05-29 1:21 UTC (11+ messages)
[GIT PULL] clk: samsung: fixes for v7.1
2026-05-29 1:21 UTC (2+ messages)
[PATCH v2 (repost * 2)] media: usb: siano: don't set URB_FREE_BUFFER flag
2026-05-29 1:20 UTC
[PATCH v1 0/8] zorro: Improve handling of pointers in zorro_device_id::driver_data
2026-05-29 1:20 UTC (2+ messages)
[PATCH net-next 0/4] docs: page_pool: tweaks and updates
2026-05-29 1:20 UTC (2+ messages)
[net v2] net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configuration
2026-05-29 1:20 UTC (3+ messages)
[PATCH] llc: Fix NULL pointer dereference in llc_conn_state_process() when sk_socket is NULL
2026-05-29 1:19 UTC (2+ messages)
[PATCH v5 09/18] mm: add MM_CP_UFFD_RWP change_protection() flag
2026-05-29 1:19 UTC (2+ messages)
[PATCH] rust_binder: use a u64 stride when cleaning up the offsets array
2026-05-29 1:19 UTC
[PATCH v15 0/9] Add Type-C DP support for RK3399 EVB IND board
2026-05-29 1:18 UTC (6+ messages)
` [PATCH v15 1/9] drm/bridge: Implement generic USB Type-C DP HPD bridge
[PATCH v2] mmc: dw_mmc: Add desc_num field for clarity
2026-05-29 1:17 UTC
[PATCH v3 0/2] Add support for Microsoft Surface Pro 12in
2026-05-29 1:16 UTC (3+ messages)
` [PATCH v3 1/2] hid: Pen battery quirk for "
` [PATCH v3 2/2] arm64: dts: qcom: Add Microsoft "
[PATCH net-next v3 0/4] net: dsa: mxl862xx: SerDes ports and stats
2026-05-29 1:15 UTC (3+ messages)
` [PATCH net-next v3 1/4] net: dsa: mxl862xx: store firmware version for feature gating
test
2026-05-29 1:15 UTC
[PATCH v5 0/2] Add static TX Equalization settings support from DT
2026-05-29 1:14 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: ufs: Document static TX Equalization settings properties
` [PATCH v5 2/2] scsi: ufs: core: Add support for static TX Equalization settings
[PATCH net-next v2 0/4] net: mdio: realtek-rtl9300: SoC independent command runner
2026-05-29 1:13 UTC (9+ messages)
` [PATCH net-next v2 1/4] net: mdio: realtek-rtl9300: provide generic "
` [PATCH net-next v2 2/4] net: mdio: realtek-rtl9300: use command runner for write_c22()
` [PATCH net-next v2 3/4] net: mdio: realtek-rtl9300: use command runner for read_c45()
` [PATCH net-next v2 4/4] net: mdio: realtek-rtl9300: use command runner for read_c22()
[PATCH net] net/sched: act_api: use mutex in tcf_idr_check_alloc
2026-05-29 1:13 UTC (2+ messages)
[PATCH v4 0/2] Add static TX Equalization settings support from DT
2026-05-29 1:11 UTC (4+ messages)
` [PATCH v4 2/2] scsi: ufs: core: Add support for static TX Equalization settings
[moderation/CI] Re: mm: don't allow empty relative nodemask in mpol_relative_nodemask()
2026-05-29 1:11 UTC
[PATCH] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
2026-05-29 1:10 UTC
[PATCH] rtw88: usb: retry control message on -EPROTO error
2026-05-29 1:09 UTC (2+ messages)
[PATCH v2] scsi: ufs: core: Fix NULL pointer dereference in scsi_cmd_priv() calls
2026-05-29 1:07 UTC
bpf-next verifier regression on unsigned bound checking
2026-05-29 1:05 UTC (4+ messages)
[PATCH] rust: module_param: add missing newline to pr_warn
2026-05-29 1:05 UTC (2+ messages)
[Patch net-next v6 0/7] r8169: add RSS support for RTL8127
2026-05-29 1:04 UTC (5+ messages)
` [Patch net-next v6 1/7] r8169: add support for multi irqs
` [Patch net-next v6 2/7] r8169: add support for multi rx queues
[PATCH bpf-next 1/2] bpf: align syscall writeback behavior with caller-declared size
2026-05-29 1:03 UTC (6+ messages)
[PATCH net-next v1 0/2] Add support for RTL8261c
2026-05-29 1:01 UTC (6+ messages)
` [PATCH net-next v1 1/2] net: phy: realtek: add support for RTL8261
` [PATCH net-next v1 2/2] net: phy: realtek: load firmware for RTL8261C
[PATCH v4] Bluetooth: bnep: reject short frames before parsing
2026-05-29 1:00 UTC (5+ messages)
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-29 1:00 UTC (5+ messages)
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver
[PATCH 0/2] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-05-29 0:59 UTC (3+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Issue CFGI/TLBI twice on Tegra264
[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-05-29 0:55 UTC (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 3/4] diff: add long-running diff process via diff.<driver>.process
[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-05-29 0:55 UTC (4+ messages)
[glemco:staging_rv_tests 11/17] kernel/trace/rv/monitors/nomiss/nomiss.c:316:29: error: no member named 'cpu' in 'struct thread_info'
2026-05-29 0:54 UTC
[PATCH 2/2] crypto: ccp: Fix possible deadlock in SEV init failure path
2026-05-29 0:51 UTC (2+ messages)
[PATCH v3 0/2] hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
2026-05-29 0:50 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: pmbus: Add "
` [PATCH v3 2/2] hwmon: (pmbus/max20860a) Add driver for "
[PATCH net-next 0/6] Remove unused support for crypto tfm cloning
2026-05-29 0:50 UTC (2+ messages)
[PATCH] rtw88: tx: increase TX report timeout for USB devices
2026-05-29 0:49 UTC (2+ messages)
[PATCH v5 7/7] iommu/amd: Fail probe on ATS configuration failure
2026-05-29 0:48 UTC (2+ messages)
[PATCH v4] KVM: selftests: Add a test for gPAT handling in L2
2026-05-29 0:47 UTC (2+ messages)
[PATCH net v2] eth: fbnic: move aui and fec from fbnic_net to fbnic_dev
2026-05-29 0:45 UTC (3+ messages)
[android-common:android16-6.12-lts 2/2] mm/filemap.c:1909:60: sparse: sparse: incorrect type in argument 3 (different base types)
2026-05-29 0:43 UTC
[BUG] net: tcp: SO_LINGER with l_linger=0 leaks memory when closing sockets with pending send data
2026-05-29 0:41 UTC (7+ messages)
[PATCH net-next 00/13] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 1/2
2026-05-29 0:40 UTC (2+ messages)
[PATCH] net: microchip: sparx5: clean up PSFP resources on flower setup failure
2026-05-29 0:38 UTC (2+ messages)
[PATCH] serial: mxs-auart: fix probe error paths and clock handling
2026-05-29 0:38 UTC (2+ messages)
[PATCH net-next 1/4] net: phy: as21xxx: handle corner case with link and autoneg complete
2026-05-29 0:36 UTC (2+ messages)
[PATCH v3] usb: dwc3: qcom: Modify interrupt handling for eUSB2 Phy targets
2026-05-29 0:34 UTC (7+ messages)
[PATCH net-next v2] doc/netlink: rt-link: fix binary attributes marked as strings
2026-05-29 0:34 UTC (2+ messages)
[PATCH v5 0/7] Add RMPOPT support
2026-05-29 0:29 UTC (10+ messages)
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
[PATCH net-next 0/3] net: add retry mechanism to ndo_set_rx_mode_async
2026-05-29 0:29 UTC (3+ messages)
` [PATCH net-next 2/3] "
[PATCH] Input: mtk-pmic-keys: Count available keys during probe instead of pre-counting
2026-05-29 0:29 UTC (2+ messages)
[PATCH 0/2] extend interactive telemetry script
2026-05-29 0:27 UTC (8+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] usertools/telemetry: add a FOREACH command
` [PATCH v2 2/3] usertools/telemetry: support using aliases for long commands
` [PATCH v2 3/3] usertools/telemetry: add help support
[PATCH 0/5] gpu: nova: adopt driver lifetime infrastructure
2026-05-29 0:21 UTC (2+ messages)
[BUG] KASAN: slab-use-after-free in au0828_dvb_register
2026-05-29 0:17 UTC
[PATCH v2 00/26] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
2026-05-29 0:14 UTC (3+ messages)
` [PATCH v2 22/26] iommufd: Add hw_queue_init and split queue alloc paths
[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-05-29 0:14 UTC (2+ messages)
[PATCH] nvme-rdma: parallelize I/O queue allocation and startup
2026-05-29 0:13 UTC
[PATCHv3] dmaengine: ti: omap-dma: turn lch_map into a flexible array
2026-05-29 0:14 UTC (2+ messages)
[PATCH net-next 00/15] pull request for net-next: batman-adv 2026-05-28
2026-05-29 0:14 UTC (3+ messages)
` [PATCH net-next 01/15] batman-adv: drop batman-adv specific version
[PATCH v2] nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page
2026-05-28 16:02 UTC
+ mm-damonn-lru_sort-handle-ctx-allocation-failure.patch added to mm-hotfixes-unstable branch
2026-05-29 0:12 UTC
+ mm-damon-reclaim-handle-ctx-allocation-failure.patch added to mm-hotfixes-unstable branch
2026-05-29 0:12 UTC
[GIT PULL] wireless-next-2026-05-28
2026-05-29 0:12 UTC (2+ messages)
[PATCH 7.0 000/461] 7.0.11-rc1 review
2026-05-29 0:11 UTC (2+ messages)
[GIT PULL] bluetooth 2026-05-28
2026-05-29 0:10 UTC (2+ messages)
[kvm-unit-tests PATCH] x86/run: Use separate "-accel" option to configure the accelerator
2026-05-29 0:09 UTC (3+ messages)
[PATCH] ext4: validate dx count against limit in dx_csum
2026-05-29 0:09 UTC (2+ messages)
[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
2026-05-29 0:07 UTC (2+ messages)
` [PATCH v2] "
[PATCH 00/10] nfsd: a pile of fixes for random bugs
2026-05-29 0:07 UTC (5+ messages)
` [PATCH 09/10] nfsd: cap decoded POSIX ACL count to bound sort cost
[PATCH 1/2] vfs: make LAST_XXX private to fs/namei.c
2026-05-29 0:05 UTC (2+ messages)
[PATCH 0/3] net/bond: fix secondary process crash and related cleanup
2026-05-28 23:59 UTC (3+ messages)
` [PATCH v2 0/4] net/bond: fixes and cleanup
` [PATCH v2 4/4] net/bonding: remove redundant function names from log
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.