messages from 2026-03-20 22:40:54 to 2026-03-29 11:59:24 UTC [more...]
[PATCH v2 00/16] Update drivers to use ib_copy_validate_udata_in()
2026-03-29 11:59 UTC (19+ messages)
` [PATCH v2 01/16] RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
` [PATCH v2 02/16] RDMA: Consolidate patterns with offsetof() "
` [PATCH v2 03/16] RDMA: Consolidate patterns with sizeof() "
` [PATCH v2 04/16] RDMA: Use ib_copy_validate_udata_in() for implicit full structs
` [PATCH v2 05/16] RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq
` [PATCH v2 06/16] RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ
` [PATCH v2 07/16] RDMA/mlx5: Use ib_copy_validate_udata_in() for MW
` [PATCH v2 08/16] RDMA/mlx4: Use ib_copy_validate_udata_in()
` [PATCH v2 09/16] RDMA/mlx4: Use ib_copy_validate_udata_in() for QP
` [PATCH v2 10/16] RDMA/hns: Use ib_copy_validate_udata_in()
` [PATCH v2 11/16] RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
` [PATCH v2 12/16] RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()
` [PATCH v2 13/16] RDMA/hns: Add missing comp_mask check in create_qp
` [PATCH v2 14/16] RDMA/irdma: Add missing comp_mask check in alloc_ucontext
` [PATCH v2 15/16] RDMA: Remove redundant = {} for udata req structs
` [PATCH v2 16/16] RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-28 12:10 UTC (28+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
[PATCH v2] Drivers: hv: mshv: fix integer overflow in memory region overlap check
2026-03-28 9:18 UTC
[PATCH net-next v2] net: mana: Use at least SZ_4K in doorbell ID range check
2026-03-28 4:00 UTC (3+ messages)
[PATCH net-next v2] net: mana: Set default number of queues to 16
2026-03-28 0:41 UTC (6+ messages)
` [EXTERNAL] "
[PATCH] net: mana: fix use-after-free in add_adev() error path
2026-03-27 21:27 UTC (3+ messages)
` [EXTERNAL] "
[PATCH 0/6] Hyper-V: kexec fixes for L1VH (mshv)
2026-03-27 20:19 UTC (7+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing
` [PATCH 2/6] x86/hyperv: move stimer cleanup to hv_machine_shutdown()
` [PATCH 3/6] x86/hyperv: Skip LP/VP creation on kexec
` [PATCH 4/6] mshv: limit SynIC management to MSHV-owned resources
` [PATCH 5/6] mshv: clean up SynIC state on kexec for L1VH
` [PATCH 6/6] mshv: unmap debugfs stats pages on kexec
[RFC PATCH V3] x86/VMBus: Confidential VMBus for dynamic DMA transfers
2026-03-27 9:32 UTC (5+ messages)
[PATCH net,v2] net: mana: Fix RX skb truesize accounting
2026-03-27 2:10 UTC (3+ messages)
[PATCH net-next] net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIG
2026-03-26 17:48 UTC
[PATCH net-next] net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG
2026-03-26 17:30 UTC
[PATCH net-next v5 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
2026-03-26 17:19 UTC (11+ messages)
` [PATCH net-next v5 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v5 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v5 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v5 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v5 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v5 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
` [EXTERNAL] Re: [PATCH net-next v5 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
2026-03-26 10:46 UTC (44+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA
[PATCH] Drivers: hv: mshv: fix integer overflow in memory region overlap check
2026-03-25 22:37 UTC (2+ messages)
[PATCH rdma v2] RDMA/mana_ib: Disable RX steering on RSS QP destroy
2026-03-25 19:42 UTC (3+ messages)
` [EXTERNAL] "
[PATCH rdma v3] RDMA/mana_ib: Disable RX steering on RSS QP destroy
2026-03-25 19:40 UTC
[PATCH v2] PCI: hv: Set default NUMA node to 0 for devices without affinity info
2026-03-25 17:37 UTC (3+ messages)
[PATCH net-next] net: mana: Use at least SZ_4K in doorbell ID range check
2026-03-25 17:35 UTC (4+ messages)
[PATCH net] netvsc: transfer lower device max tso size during VF transition
2026-03-25 9:47 UTC (2+ messages)
[PPATCH net v3] net: mana: fix use-after-free in add_adev() error path
2026-03-25 4:10 UTC (2+ messages)
[PATCH] mshv: Add tracepoint for GPA intercept handling
2026-03-24 23:59 UTC
[PATCH] mshv: Fix infinite fault loop on permission-denied GPA intercepts
2026-03-24 23:57 UTC
[PATCH net-next v4] net: mana: Expose hardware diagnostic info via debugfs
2026-03-24 16:20 UTC (3+ messages)
[PATCH v8 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2026-03-24 15:03 UTC (5+ messages)
` [PATCH v8 09/10] x86/hyperv/vtl: Mark the wakeup mailbox page as private
[PATCH] hv_sock: update outdated comment for renamed vsock_stream_recvmsg()
2026-03-24 12:20 UTC (3+ messages)
[PATCH AUTOSEL 6.19] mshv: Fix error handling in mshv_region_pin
2026-03-24 11:19 UTC
[PATCH ethtool-next] netlink: settings: add netlink support for RX CQE Coalescing params
2026-03-23 22:20 UTC (2+ messages)
[PATCH net-next v4 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
2026-03-23 20:01 UTC (9+ messages)
` [PATCH net-next v4 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v4 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v4 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v4 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v4 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v4 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
` [EXTERNAL] Re: [PATCH net-next v4 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
[PATCH rdma] RDMA/mana_ib: Disable RX steering on RSS QP destroy
2026-03-23 18:03 UTC (3+ messages)
` [EXTERNAL] "
[PATCH net-next] net: mana: Set default number of queues to 16
2026-03-23 17:54 UTC (3+ messages)
` [EXTERNAL] "
[PATCH] mshv: Fix error handling in mshv_region_populate_pages
2026-03-23 16:09 UTC (6+ messages)
[PATCH net v2] net: mana: fix use-after-free in add_adev() error path
2026-03-23 14:26 UTC (2+ messages)
[PATCH 6.19 200/220] x86/hyperv: Use __naked attribute to fix stackless C function
2026-03-23 13:46 UTC
[PATCH net] net: mana: Fix RX skb truesize accounting
2026-03-23 8:21 UTC
[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
2026-03-22 18:50 UTC (6+ messages)
` [EXTERNAL] "
[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
2026-03-21 0:49 UTC (7+ messages)
` [EXTERNAL] "
[PATCH net-next, v3] net: mana: Force full-page RX buffers for 4K page size on specific systems
2026-03-21 0:29 UTC (4+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox