virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-18 21:45:21 to 2025-11-22 03:35:52 UTC [more...]

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-22  3:35 UTC  (17+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-21 19:03 UTC  (25+ messages)
` [PATCH net-next v11 01/13] vsock: a per-net vsock NS mode state
` [PATCH net-next v11 02/13] vsock: add netns to vsock core
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 04/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
` [PATCH net-next v11 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v11 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v11 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v11 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v11 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v11 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v11 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v11 13/13] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH 0/6] vfio: Reset migration device state using dedicated callback
 2025-11-21 18:16 UTC  (9+ messages)
` [PATCH 1/6] vfio: Introduce .migration_reset_state() callback
` [PATCH 2/6] hisi_acc_vfio_pci: Use "
` [PATCH 3/6] vfio/pds: "
` [PATCH 4/6] vfio/qat: "
` [PATCH 5/6] vfio/mlx5: "
` [PATCH 6/6] vfio/virtio: "

[PATCH net-next v5 0/2] net: Split ndo_set_rx_mode into snapshot
 2025-11-21 17:48 UTC  (5+ messages)
` [PATCH net-next v5 1/2] net: refactor set_rx_mode into snapshot and deferred I/O
` [PATCH net-next v5 2/2] virtio-net: Implement ndo_write_rx_mode callback

[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-21 16:24 UTC  (2+ messages)

[RFC PATCH 0/2] Enhance RPMsg buffer management
 2025-11-21  9:44 UTC  (5+ messages)
` [RFC PATCH 1/2] rpmsg: virtio_rpmsg_bus: allow the different vring size for send/recv
` [RFC PATCH 2/2] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
 2025-11-21  9:22 UTC  (13+ messages)
` [PATCH net-next v6 1/8] ptr_ring: add __ptr_ring_full_next() to predict imminent fullness
` [PATCH net-next v6 2/8] ptr_ring: add helper to check if consume created space
` [PATCH net-next v6 3/8] tun/tap: add synchronized ring produce/consume with queue management
` [PATCH net-next v6 4/8] tun/tap: add batched ring consume function
` [PATCH net-next v6 5/8] tun/tap: add uncomsume function for returning entries to ring
` [PATCH net-next v6 6/8] tun/tap: add helper functions to check file type
` [PATCH net-next v6 7/8] tun/tap & vhost-net: use {tun|tap}_ring_{consume|produce} to avoid tail drops
` [PATCH net-next v6 7/8] tun/tap/vhost: "
` [PATCH net-next v6 8/8] tun/tap: drop get ring exports
` [syzbot ci] Re: tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop

[PATCH net] vsock: Ignore signal/timeout on connect() if already established
 2025-11-21  9:21 UTC  (9+ messages)

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-20 23:36 UTC  (8+ messages)
` [PATCH net-next v10 03/11] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces

[PATCH 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2025-11-20 19:15 UTC  (2+ messages)
` [PATCH 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()

[PATCH net v2] vsock: Ignore signal/timeout on connect() if already established
 2025-11-20 16:10 UTC  (3+ messages)

[PATCH net-next v12 00/12] virtio_net: Add ethtool flow rules support
 2025-11-20 15:39 UTC  (16+ messages)
` [PATCH net-next v12 01/12] virtio_pci: Remove supported_cap size build assert
` [PATCH net-next v12 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v12 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v12 04/12] virtio: Expose object create and destroy API
` [PATCH net-next v12 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v12 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v12 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v12 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v12 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v12 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v12 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v12 12/12] virtio_net: Add get ethtool flow rules ops

[PATCH] MAINTAINERS: Update my email address
 2025-11-20 13:46 UTC 

[PATCH 2/3] LoongArch: Add paravirt support with vcpu_is_preempted()
 2025-11-20  2:51 UTC  (10+ messages)

[RFT net-next v4 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-11-20  2:51 UTC  (5+ messages)

[PATCH net V2] vhost: rewind next_avail_head while discarding descriptors
 2025-11-20  2:29 UTC 

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-20  1:57 UTC  (6+ messages)

[PATCH v2] virtio_net: enhance wake/stop tx queue statistics accounting
 2025-11-20  1:53 UTC 

[PATCH v9 0/6] Add multiple address spaces support to VDUSE
 2025-11-20  1:37 UTC  (12+ messages)
` [PATCH v9 5/6] vduse: add vq group asid support

[PATCH net v6 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2025-11-20  0:54 UTC  (7+ messages)
` [PATCH net v6 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v6 2/2] virtio-net: correct hdr_len handling for tunnel gso

[PATCH net-next v11 00/12] virtio_net: Add ethtool flow rules support
 2025-11-19 17:14 UTC  (66+ messages)
` [PATCH net-next v11 01/12] virtio_pci: Remove supported_cap size build assert
` [PATCH net-next v11 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v11 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v11 04/12] virtio: Expose object create and destroy API
` [PATCH net-next v11 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v11 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v11 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v11 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v11 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v11 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v11 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v11 12/12] virtio_net: Add get ethtool flow rules ops

[PATCH v2 next] eni_vdpa: improve IRQ error logging for config vector
 2025-11-19 16:01 UTC 

[PATCH v5 0/2] virtio: feature related cleanups
 2025-11-19 12:48 UTC  (6+ messages)
` [PATCH v5 1/2] virtio: clean up features qword/dword terms
` [PATCH v5 2/2] vhost: switch to arrays of feature bits

[PATCH] virtio_net: enhance wake/stop tx queue statistics accounting
 2025-11-19  7:58 UTC  (4+ messages)

[PATCH v2] virtio_pci: drop kernel.h
 2025-11-19  6:56 UTC 

[PATCH v4 0/2] virtio: feature related cleanups
 2025-11-19  6:26 UTC  (6+ messages)
` [PATCH v4 1/2] virtio: clean up features qword/dword terms
` [PATCH v4 2/2] vhost: switch to arrays of feature bits

[PATCH] virtio_pci: drop kernel.h
 2025-11-19  5:17 UTC  (4+ messages)

[PATCH net] vhost: rewind next_avail_head while discarding descriptors
 2025-11-19  2:07 UTC  (7+ messages)

[PATCH v3 0/2] virtio: feature related cleanups
 2025-11-19  1:53 UTC  (3+ messages)
` [PATCH v3 1/2] virtio: clean up features qword/dword terms

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-11-19  1:52 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).