public inbox for patches@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-01 16:22:33 to 2026-04-08 18:09:02 UTC [more...]

[PATCH 6.1 000/312] 6.1.168-rc1 review
 2026-04-08 17:59 UTC  (43+ messages)
` [PATCH 6.1 001/312] sh: platform_early: remove pdev->driver_override check
` [PATCH 6.1 002/312] bpf: Release module BTF IDR before module unload
` [PATCH 6.1 003/312] HID: asus: avoid memory leak in asus_report_fixup()
` [PATCH 6.1 004/312] platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to dmi_vgbs_allow_list
` [PATCH 6.1 005/312] nvme-pci: cap queue creation to used queues
` [PATCH 6.1 006/312] nvme-fabrics: use kfree_sensitive() for DHCHAP secrets
` [PATCH 6.1 007/312] platform/x86: intel-hid: Enable 5-button array on ThinkPad X1 Fold 16 Gen 1
` [PATCH 6.1 008/312] platform/x86: touchscreen_dmi: Add quirk for y-inverted Goodix touchscreen on SUPI S10
` [PATCH 6.1 009/312] nvme-pci: ensure were polling a polled queue
` [PATCH 6.1 010/312] HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2
` [PATCH 6.1 011/312] HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
` [PATCH 6.1 012/312] net: usb: r8152: add TRENDnet TUC-ET2G
` [PATCH 6.1 013/312] HID: mcp2221: cancel last I2C command on read error
` [PATCH 6.1 015/312] ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_set_reg()
` [PATCH 6.1 016/312] ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_put_bits()
` [PATCH 6.1 017/312] dma-buf: Include ioctl.h in UAPI header
` [PATCH 6.1 018/312] HID: apple: avoid memory leak in apple_report_fixup()
` [PATCH 6.1 024/312] xfrm: Fix the usage of skb->sk
` [PATCH 6.1 025/312] esp: fix skb leak with espintcp and async crypto
` [PATCH 6.1 026/312] af_key: validate families in pfkey_send_migrate()
` [PATCH 6.1 027/312] dma: swiotlb: add KMSAN annotations to swiotlb_bounce()
` [PATCH 6.1 028/312] can: statistics: add missing atomic access in hot path
` [PATCH 6.1 029/312] Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv()
` [PATCH 6.1 030/312] Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold
` [PATCH 6.1 031/312] Bluetooth: hci_ll: Fix firmware leak on error path
` [PATCH 6.1 032/312] Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
` [PATCH 6.1 033/312] pinctrl: mediatek: common: Fix probe failure for devices without EINT
` [PATCH 6.1 034/312] ionic: fix persistent MAC address override on PF
` [PATCH 6.1 035/312] nfc: nci: fix circular locking dependency in nci_close_device
` [PATCH 6.1 036/312] net: openvswitch: Avoid releasing netdev before teardown completes
` [PATCH 6.1 037/312] rtnetlink: pass netlink message header and portid to rtnl_configure_link()
` [PATCH 6.1 038/312] net: add new helper unregister_netdevice_many_notify
` [PATCH 6.1 039/312] rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link
` [PATCH 6.1 040/312] openvswitch: defer tunnel netdev_put to RCU release
` [PATCH 6.1 041/312] openvswitch: validate MPLS set/set_masked payload length
` [PATCH 6.1 042/312] net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
` [PATCH 6.1 043/312] rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_size
` [PATCH 6.1 044/312] platform/olpc: olpc-xo175-ec: Fix overflow error message to print inlen
` [PATCH 6.1 045/312] ice: use ice_update_eth_stats() for representor stats
` [PATCH 6.1 046/312] net: fix fanout UAF in packet_release() via NETDEV_UP race
` [PATCH 6.1 047/312] tcp: Use bhash2 for v4-mapped-v6 non-wildcard address
` [PATCH 6.1 048/312] tcp: Rearrange tests in inet_csk_bind_conflict()

[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
 2026-04-08 17:01 UTC  (23+ messages)
` [PATCH v4 1/7] platform/x86/intel/pmt: Export PMT enumeration functions as GPL
` [PATCH v4 2/7] x86/resctrl: Drop setting of event_group::force_off when insufficient RMIDs
` [PATCH v4 3/7] fs/resctrl: Add interface to disable a monitor event
` [PATCH v4 4/7] fs,x86/resctrl: Add architecture hooks for every mount/unmount
` [PATCH v4 5/7] x86/resctrl: Resolve PMT and TPMI symbols at runtime

[PATCH v3 00/13] x86,fs/resctrl: Improve resctrl quality and consistency
 2026-04-08 16:37 UTC  (19+ messages)
` [PATCH v3 01/13] MAINTAINERS: Update resctrl entry
` [PATCH v3 02/13] fs/resctrl: Add missing return value descriptions
` [PATCH v3 03/13] fs/resctrl: Avoid "may be used uninitialized" warning
` [PATCH v3 04/13] fs/resctrl: Use correct format specifier for printing error pointers
` [PATCH v3 05/13] x86/resctrl: Protect against bad shift
` [PATCH v3 06/13] fs/resctrl: Change pattern used to track number of entries in enum
` [PATCH v3 07/13] fs/resctrl: Use accurate type for rdt_resource::rid
` [PATCH v3 08/13] fs/resctrl: Pass error reading event through to user space
` [PATCH v3 09/13] fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancy
` [PATCH v3 10/13] fs/resctrl: Use accurate and symmetric exit flows
` [PATCH v3 11/13] fs/resctrl: Change last_cmd_status custom during input parsing
` [PATCH v3 12/13] fs/resctrl: Communicate resource group deleted error via last_cmd_status
` [PATCH v3 13/13] fs/resctrl: Inform user space when status buffer overflowed

[PATCH] iommu: Always fill in gather when unmapping
 2026-04-08 13:34 UTC  (7+ messages)

[PATCH 6.1.y 1/3] net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
 2026-04-08 13:30 UTC  (2+ messages)
` Patch "net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()" has been added to the 6.1-stable tree

[PATCH 6.1.y 3/3] net: phy: fix phy_uses_state_machine()
 2026-04-08 13:30 UTC  (2+ messages)
` Patch "net: phy: fix phy_uses_state_machine()" has been added to the 6.1-stable tree

[PATCH 6.1.y 2/3] net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY
 2026-04-08 13:30 UTC  (2+ messages)
` Patch "net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY" has been added to the 6.1-stable tree

[PATCH 6.12 000/244] 6.12.80-rc1 review
 2026-04-08  5:43 UTC  (15+ messages)
` [PATCH 6.12 034/244] bpf: Fix u32/s32 bounds when ranges cross min/max boundary

[PATCH v2 00/16] Convert all drivers to the new udata response flow
 2026-04-07 14:03 UTC  (19+ messages)
` [PATCH v2 01/16] RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()
` [PATCH v2 02/16] RDMA/ocrdma: Clarify the mm_head searching
` [PATCH v2 03/16] RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()
` [PATCH v2 04/16] RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path
` [PATCH v2 05/16] RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
` [PATCH v2 06/16] RDMA/hns: Fix xarray race in hns_roce_create_srq()
` [PATCH v2 07/16] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH v2 08/16] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH v2 09/16] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH v2 10/16] RDMA: Convert drivers using sizeof() "
` [PATCH v2 11/16] RDMA/cxgb4: Convert "
` [PATCH v2 12/16] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH v2 13/16] RDMA/mlx: Replace response_len "
` [PATCH v2 14/16] RDMA: Use proper driver data response structs instead of open coding
` [PATCH v2 15/16] RDMA: Add missed = {} initialization to uresp structs
` [PATCH v2 16/16] RDMA: Replace memset with = {} pattern for ib_respond_udata()

[PATCH 6.12 000/265] 6.12.77-rc1 review
 2026-04-07 12:46 UTC  (10+ messages)
` [PATCH 6.12 044/265] PCI: dw-rockchip: Dont wait for link since we can detect Link Up
` [PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()

[PATCH 0/5] Replace the dmabuf custom test framework with kunit
 2026-04-07 12:35 UTC  (5+ messages)

[PATCH 6.19 000/342] 6.19.11-rc1 review
 2026-04-07 11:59 UTC  (5+ messages)

[PATCH 6.18 000/309] 6.18.21-rc1 review
 2026-04-07 11:58 UTC  (4+ messages)

[PATCH v2] vfs: init/main.c: change comment and pr_err: opening /dev/console may fail
 2026-04-07  6:59 UTC 

[PATCH] vfs: init/main.c: change comment: opening /dev/console may fail
 2026-04-07  6:43 UTC  (3+ messages)

[PATCH 6.6.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-04-07  6:20 UTC 

[PATCH 6.1.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-04-07  6:20 UTC 

[PATCH 6.1 000/481] 6.1.167-rc1 review
 2026-04-07  3:37 UTC  (9+ messages)

[PATCH v2 0/5] Improve the invalidation path in AMD
 2026-04-07  1:26 UTC  (11+ messages)
` [PATCH v2 1/5] iommu/amd: Simplify build_inv_address()
` [PATCH v2 2/5] iommu/amd: Pass last in through to build_inv_address()
` [PATCH v2 3/5] iommu/amd: Have amd_iommu_domain_flush_pages() use last
` [PATCH v2 4/5] iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the spec
` [PATCH v2 5/5] iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gather

[PATCH 00/10] Convert all drivers to the new udata response flow
 2026-04-06 12:11 UTC  (11+ messages)
` [PATCH 01/10] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH 02/10] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH 03/10] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH 04/10] RDMA: Convert drivers using sizeof() "
` [PATCH 05/10] RDMA/cxgb4: Convert "
` [PATCH 06/10] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH 07/10] RDMA/mlx: Replace response_len "
` [PATCH 08/10] RDMA: Use proper driver data response structs instead of open coding
` [PATCH 09/10] RDMA: Add missed = {} initialization to uresp structs
` [PATCH 10/10] RDMA: Replace memset with = {} pattern for ib_respond_udata()

[PATCH AUTOSEL 6.19-6.1] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
 2026-04-06 11:05 UTC  (11+ messages)
` [PATCH AUTOSEL 6.19-6.1] ALSA: hda/realtek: add quirk for Framework F111:000F
` [PATCH AUTOSEL 6.19-5.10] MIPS: mm: Suppress TLB uniquification on EHINV hardware
` [PATCH AUTOSEL 6.19-6.18] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
` [PATCH AUTOSEL 6.19-6.12] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IMH9
` [PATCH AUTOSEL 6.19-5.10] wifi: wl1251: validate packet IDs before indexing tx_frames
` [PATCH AUTOSEL 6.19-5.15] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
` [PATCH AUTOSEL 6.19-5.15] fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
` [PATCH AUTOSEL 6.19-6.18] ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10
` [PATCH AUTOSEL 6.19-6.12] ALSA: hda/realtek: Add quirk for Samsung Book2 Pro 360 (NP950QED)
` [PATCH AUTOSEL 6.19-5.10] ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list

[PATCH v4 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
 2026-04-04  1:56 UTC  (11+ messages)
` [PATCH v4 01/10] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v4 02/10] selftests/resctrl: Reduce interference from L2 occupancy during "
` [PATCH v4 03/10] selftests/resctrl: Do not store iMC counter value in counter config structure
` [PATCH v4 04/10] selftests/resctrl: Prepare for parsing multiple events per iMC
` [PATCH v4 05/10] selftests/resctrl: Support multiple events associated with iMC
` [PATCH v4 06/10] selftests/resctrl: Increase size of buffer used in MBM and MBA tests
` [PATCH v4 07/10] selftests/resctrl: Raise threshold at which MBM and PMU values are compared
` [PATCH v4 08/10] selftests/resctrl: Remove requirement on cache miss rate
` [PATCH v4 09/10] selftests/resctrl: Simplify perf usage in CAT test
` [PATCH v4 10/10] selftests/resctrl: Reduce L2 impact on "

[PATCH] iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domain
 2026-04-03 18:36 UTC  (5+ messages)

[PATCH v2] iommu/vt: Simplify calculate_psi_aligned_address()
 2026-04-03  5:35 UTC  (2+ messages)

[PATCH v2] iommu: Always fill in gather when unmapping
 2026-04-02 16:51 UTC  (4+ messages)

[PATCH 6.6 000/175] 6.6.131-rc1 review
 2026-04-02 12:07 UTC  (6+ messages)

[PATCH] iommu/riscv: Remove overflows on the invalidation path
 2026-04-02  7:36 UTC  (2+ messages)

[PATCH 1/4] iommu/intel: Split piotlb invalidation into range and all
 2026-04-02  7:20 UTC  (4+ messages)

[PATCH 6.12.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-04-02  1:03 UTC 

[PATCH 2/5] iommu/amd: Pass last in through to build_inv_address()
 2026-04-01 19:55 UTC  (3+ messages)


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