All Virtuozzo development lists (kernel + QEMU)
 help / color / mirror / Atom feed
[QEMU HCI-8.0 PATCH v2 00/13] usb-host: support CPR migration
 2026-09-04 19:04 UTC  (14+ messages)
` [QEMU HCI-8.0 PATCH v2 01/13] migration/cpr: fix use-after-free in cpr_delete_fd()
` [QEMU HCI-8.0 PATCH v2 02/13] usb-host: don't leak hostdev FD on open failure #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 03/13] usb-host: add migration blocker for CPR modes #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 04/13] usb-host: preserve hostdev FD during CPR migration #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 05/13] usb-host: factor out usb_host_reap_xfers() #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 06/13] usb-host: drain in-flight URBs across CPR #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 07/13] usb-host: re-issue drained URBs if CPR is aborted #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 08/13] usb-host: skip product-string read on CPR incoming #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 09/13] usb-host: hand off the device across cpr-transfer #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 10/13] usb: migrate the interface altsetting #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 11/13] usb-host: reconfigure endpoints on CPR incoming #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 12/13] hcd-xhci: resync isochronous endpoints after CPR #VSTOR-137800
` [QEMU HCI-8.0 PATCH v2 13/13] usb-host: make CPR migration blocker conditional #VSTOR-137800

[QEMU HCI-8.0 PATCH v2 0/5] vhost-blk change backend setup
 2026-09-04 15:33 UTC  (11+ messages)
` [QEMU HCI-8.0 PATCH v2 1/5] vhost-blk: do not double close vhostfd
` [QEMU HCI-8.0 PATCH v2 2/5] vhost-blk: change backend setup
` [QEMU HCI-8.0 PATCH v2 3/5] vhost-blk: add read-only flag
` [QEMU HCI-8.0 PATCH v2 4/5] vhost-blk: watch the device for resize events
` [QEMU HCI-8.0 PATCH v2 5/5] vhost-blk: preserve the uevent socket across cpr-exec

[Devel] [PATCH VZ10] fs/fuse kio: fix use of uninitialized data chunk counter on error path
 2026-09-04 11:29 UTC  (4+ messages)

[QEMU HCI-8.0 PATCH 00/15] VNC stability fixes
 2026-09-04 10:12 UTC  (16+ messages)
` [QEMU HCI-8.0 PATCH 01/15] ui/vnc-jobs: fix VncRectEntry leak on job cleanup
` [QEMU HCI-8.0 PATCH 02/15] ui/vnc: fix OOB read access in VNC SASL mechname array
` [QEMU HCI-8.0 PATCH 03/15] ui/vnc: fix OOB write in VNC stats array
` [QEMU HCI-8.0 PATCH 04/15] ui/vnc: fix OOB write in lossy rect worker code
` [QEMU HCI-8.0 PATCH 05/15] ui/vnc: fix OOB read updating VNC update frequency stats
` [QEMU HCI-8.0 PATCH 06/15] ui: fix validation of VNC extended clipboard data length
` [QEMU HCI-8.0 PATCH 07/15] ui/vnc: fix OOB write in vnc_refresh_lossy_rect
` [QEMU HCI-8.0 PATCH 08/15] ui/vnc: validate color shifts in SetPixelFormat
` [QEMU HCI-8.0 PATCH 09/15] ui/vnc: use RFB wire types for client message handlers
` [QEMU HCI-8.0 PATCH 10/15] ui/vnc: fix out-of-bounds write in lossy refresh dirty marking
` [QEMU HCI-8.0 PATCH 11/15] ui/vnc: validate SetPixelFormat field ranges
` [QEMU HCI-8.0 PATCH 12/15] ui/vnc: remove redundant rows computation
` [QEMU HCI-8.0 PATCH 13/15] ui/vnc: Fix crash when specifying [vnc] without id in the config file
` [QEMU HCI-8.0 PATCH 14/15] ui/vnc: Fix qemu abort when query vnc info
` [QEMU HCI-8.0 PATCH 15/15] ui/spice: fix crash when disabling GL scanout on

[Devel] [PATCH VZ10 v2] fs/fuse kio: track pending kRPC connect via state machine, not a pointer
 2026-09-04  9:59 UTC  (4+ messages)

[QEMU HCI-8.0 PATCH 0/7] qxl cursor use-after-free plus stability backports #VSTOR-144000
 2026-09-04  9:33 UTC  (9+ messages)
` [QEMU HCI-8.0 PATCH 1/7] hw/display/qxl: hold ssd.lock while replacing ssd.cursor #VSTOR-144000
` [QEMU HCI-8.0 PATCH 2/7] ui/cursor: make the cursor refcount atomic #VSTOR-144000
` [QEMU HCI-8.0 PATCH 3/7] hw/display/qxl: Fix mono cursor validation that can read past a cursor chunk #VSTOR-144000
` [QEMU HCI-8.0 PATCH 4/7] hw/display/qxl: fix TOCTOU in cursor chunk data_size handling #VSTOR-144000
` [QEMU HCI-8.0 PATCH 5/7] hw/display/qxl: validate monitors_config heads[] in phys2virt #VSTOR-144000
` [QEMU HCI-8.0 PATCH 6/7] hw/display/qxl: unregister vm_change_state handler and BHs #VSTOR-144000
` [QEMU HCI-8.0 PATCH 7/7] hw/display/qxl: validate primary surface stride against width #VSTOR-144000

[Devel] [PATCH vz10] selftests: cgroup: make test_numa_migrate depend on cgroup_util.o
 2026-09-04  8:41 UTC  (2+ messages)

[QEMU HCI-8.0 PATCH 0/5] vhost-blk change backend setup
 2026-09-03 15:50 UTC  (15+ messages)
` [QEMU HCI-8.0 PATCH 1/5] blk: factor out validation
` [QEMU HCI-8.0 PATCH 2/5] vhost-blk: change backend setup
` [QEMU HCI-8.0 PATCH 3/5] vhost-blk: add read-only flag
` [QEMU HCI-8.0 PATCH 4/5] vhost-blk: watch the device for resize events
` [QEMU HCI-8.0 PATCH 5/5] vhost-blk: filter uevents in the kernel

[Devel] [PATCH vz10 1/2] ms/selftests/cgroup: skip test_zswap if zswap is globally disabled
 2026-09-02 18:19 UTC  (5+ messages)
` [Devel] [PATCH vz10 2/2] selftests: cgroup: add a settings file with a longer timeout

[Devel] [PATCH vz10 v2 1/2] ms/selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
 2026-09-02 17:59 UTC  (5+ messages)
` [Devel] [PATCH vz10 v2 2/2] ms/selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries

[Devel] [PATCH vz10 1/3] ms/selftests/mm: increase timeout from 180 to 900 seconds
 2026-09-02 17:51 UTC  (7+ messages)
` [Devel] [PATCH vz10 2/3] ms/selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
` [Devel] [PATCH vz10 3/3] selftests: mm: restore the executable bit on test_page_frag.sh

[Devel] [PATCH vz10] ms/selftests/sched_ext: flush stdout before test to avoid log spam
 2026-09-02 15:15 UTC  (3+ messages)

[Devel] [PATCH vz10] selftests: pci_endpoint: skip when the test device is absent
 2026-09-02 14:57 UTC  (2+ messages)

[Devel] [PATCH vz10] selftests: pstore: skip when no backend is registered
 2026-09-02 14:29 UTC  (2+ messages)

[Devel] [PATCH vz10] ms/net: dst_metadata: fix IP_DF bit not extracted from tunnel headers
 2026-09-02 14:08 UTC  (3+ messages)

[Devel] [PATCH vz10] selftests: connector: make proc_filter terminate on its own
 2026-09-02 13:46 UTC  (2+ messages)

[Devel] [PATCH vz10] selftests: binderfs: skip the stress test without binderfs
 2026-09-02 12:35 UTC  (2+ messages)

[Devel] [PATCH vz10] selftests: kmod: add a settings file with a longer timeout
 2026-09-02 10:25 UTC  (3+ messages)

[Devel] [PATCH vz10] selftests: dma-buf: skip the huge page test without huge pages
 2026-09-01 21:33 UTC  (3+ messages)

[Devel] [PATCH VZ10] fs/fuse kio: track pending kRPC connect via state machine only
 2026-09-01 20:59 UTC  (3+ messages)

[PATCH hci-8.0 0/6] io/channel-websock: fix an unauthenticated crash in the handshake #VSTOR-143316
 2026-09-01 15:51 UTC  (8+ messages)
` [PATCH hci-8.0 1/6] io/channel-socket: do not treat a zero length write as an error #VSTOR-143316
` [PATCH hci-8.0 2/6] io/channel-websock: send an HTTP 400 when the greeting has no space #VSTOR-143316
` [PATCH hci-8.0 3/6] io/channel-websock: handle a blocked write during the handshake #VSTOR-143316
` [PATCH hci-8.0 4/6] tests/unit: add websock handshake test #VSTOR-143316
` [PATCH hci-8.0 5/6] io/channel-websock: do not lose QIO_CHANNEL_ERR_BLOCK while reading #VSTOR-143316
` [PATCH hci-8.0 6/6] tests/unit: cover blocked IO during the websock handshake #VSTOR-143316

[PATCH hci-8.0 0/5] nbd/server: accept a large NBD_CMD_CACHE #VSTOR-119829
 2026-09-01 15:51 UTC  (8+ messages)
` [PATCH hci-8.0 1/5] iotests: add coverage for NBD transmission commands #VSTOR-119829
` [PATCH hci-8.0 2/5] nbd/server: accept NBD_CMD_CACHE above the maximum payload size #VSTOR-119829
` [PATCH hci-8.0 3/5] iotests/nbd-commands: exercise the simple and structured reply modes #VSTOR-119829
` [PATCH hci-8.0 4/5] iotests/nbd-commands: cover NBD_CMD_BLOCK_STATUS with a payload #VSTOR-119829
` [PATCH hci-8.0 5/5] iotests/nbd-commands: cover the command flags and sparse replies #VSTOR-119829
` [QEMU HCI-8.0 PATCH 6/5] VZ: iotests/nbd-commands: do not depend on cluster allocation order #VSTOR-119829

[Devel] [PATCH vz10 1/4] selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern
 2026-09-01  1:07 UTC  (2+ messages)

[Devel] [PATCH vz10 v2 1/5] selftests: net: turn ip_forward off in setup_ns
 2026-08-31 23:45 UTC  (5+ messages)
` [Devel] [PATCH vz10 v2 2/5] selftests: netfilter: let the router send redirects
` [Devel] [PATCH vz10 v2 3/5] selftests: netfilter: add the veth pair from inside the namespace
` [Devel] [PATCH vz10 v2 4/5] selftests: netfilter: skip rpath.sh without the nft tool
` [Devel] [PATCH vz10 v2 5/5] selftests: netfilter: account for a per-namespace nf_conntrack_expect_max

[Devel] [PATCH vz10 1/3] selftests: drv-net: let NetDrvEnv take nsim_test
 2026-08-31 23:43 UTC  (3+ messages)
` [Devel] [PATCH vz10 2/3] selftests: drv-net: run ping in its own netns
` [Devel] [PATCH vz10 3/3] selftests: drv-net: read the channel count over netlink

[Devel] [PATCH vz10 v2 1/5] ms/selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kern
 2026-08-31 23:41 UTC  (5+ messages)
` [Devel] [PATCH vz10 v2 2/5] selftests: bpf: run test_xdp_features in its own netns
` [Devel] [PATCH vz10 v2 3/5] selftests: bpf: size the map in test_lru_sanity3 to whole refills
` [Devel] [PATCH vz10 v2 4/5] selftests: bpf: run test_sock and test_tunnel in their own netns
` [Devel] [PATCH vz10 v2 5/5] selftests: bpf: use the bpftool built with the tests in test_bpftool_map

[Devel] [PATCH vz10 1/3] ms/bonding: fix xfrm offload feature setup on active-backup mode
 2026-08-31 23:39 UTC  (3+ messages)
` [Devel] [PATCH vz10 2/3] selftests: bonding: run the LACPDU test in its own netns
` [Devel] [PATCH vz10 3/3] selftests: bonding: do not build on the namespaces of a killed run

[Devel] [PATCH vz10] selftests/damon: wait for the merge to apply the new max_nr_regions
 2026-08-31 23:22 UTC  (2+ messages)

[Devel] [PATCH vz10 1/4] ms/selftests: net: Add python context manager for netns entering
 2026-08-31 22:50 UTC  (4+ messages)
` [Devel] [PATCH vz10 2/4] selftests: net: py: add the missing ksft_is() and ksft_not_in() helpers
` [Devel] [PATCH vz10 3/4] selftests: net: py: report a refused environment as a skip
` [Devel] [PATCH vz10 4/4] selftests: drv-net-hw: skip the tests that need a real interface

[Devel] [PATCH vz10 1/7] ms/vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()
 2026-08-31 22:48 UTC  (7+ messages)
` [Devel] [PATCH vz10 2/7] selftests: net: run the fdb and bind tests in their own netns
` [Devel] [PATCH vz10 3/7] selftests: net: skip what this kernel and iproute2 do not have
` [Devel] [PATCH vz10 4/7] selftests: net: make the veth GRO checks independent of host tunnels
` [Devel] [PATCH vz10 5/7] selftests: net: install pmtu.sh, the script pmtu_wrapper.sh runs
` [Devel] [PATCH vz10 6/7] selftests: net: mark test_ingress_egress_chaining.sh executable
` [Devel] [PATCH vz10 7/7] selftests: net: let the bridged PMTU tests take the ICMP they ask for

[Devel] [PATCH vz10 1/3] ms/selftests/posix_timers: Use CLOCK_THREAD_CPUTIME_ID for ITIMER_PROF measurements
 2026-08-31 22:46 UTC  (3+ messages)
` [Devel] [PATCH vz10 2/3] selftests: timers: count what tick is worth in the drift estimate
` [Devel] [PATCH vz10 3/3] selftests: timers: measure the cpu timers on the clock they count

[Devel] [PATCH vz10 1/3] ms/KVM: selftests: Forcefully override ARCH from x86_64 to x86
 2026-08-31 22:36 UTC  (3+ messages)
` [Devel] [PATCH vz10 2/3] selftests: cgroup: give the O_TMPFILE open in get_temp_fd() a mode
` [Devel] [PATCH vz10 3/3] selftests: kvm: raise the timeout the suite gives each test

[Devel] [PATCH 1/1] ms/virtio_ring: fix infinite loop in virtnet_poll_cleantx when device is broken
 2026-08-31 17:53 UTC  (3+ messages)

temp
 2026-08-31 14:18 UTC 

[PATCH hci-8.1 0/6] io/channel-websock: fix an unauthenticated crash in the handshake #VSTOR-143316
 2026-08-31 14:06 UTC  (7+ messages)
` [PATCH hci-8.1 1/6] io/channel-socket: do not treat a zero length write as an error #VSTOR-143316
` [PATCH hci-8.1 2/6] io/channel-websock: send an HTTP 400 when the greeting has no space #VSTOR-143316
` [PATCH hci-8.1 3/6] io/channel-websock: handle a blocked write during the handshake #VSTOR-143316
` [PATCH hci-8.1 4/6] tests/unit: add websock handshake test #VSTOR-143316
` [PATCH hci-8.1 5/6] io/channel-websock: do not lose QIO_CHANNEL_ERR_BLOCK while reading #VSTOR-143316
` [PATCH hci-8.1 6/6] tests/unit: cover blocked IO during the websock handshake #VSTOR-143316

[Devel] [PATCH VZ10 v7 0/9] Add per-VE failcount support
 2026-08-28 17:32 UTC  (4+ messages)
` [Devel] [PATCH VZ10 v7 7/9] ve: Introduce per-VE failcount

[Devel] [PATCH vz10] sched: enforce the 0..1 bound on sched_cpulimit_scale_cpufreq
 2026-08-28 17:09 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 00/11] dm-qcow2: improve discard and read-only merge handling
 2026-08-28 17:03 UTC  (13+ messages)
` [Devel] [PATCH VZ10 v4 01/11] drivers/md/dm-qcow2: do not attach a bvec to discard qios
  ` [Devel] [PATCH RHEL10 COMMIT] "
` [Devel] [PATCH VZ10 v4 03/11] drivers/md/dm-qcow2: generalize COW index update machinery
  ` [Devel] [PATCH RHEL10 COMMIT] "
` [Devel] [PATCH VZ10 v4 07/11] drivers/md/dm-qcow2: update metadata on subclusters discard
  ` [Devel] [PATCH RHEL10 COMMIT] "
` [Devel] [PATCH VZ10 v4 08/11] drivers/md/dm-qcow2: unmap cluster when discard clears last allocated subclusters
  ` [Devel] [PATCH RHEL10 COMMIT] "
` [Devel] [PATCH VZ10 v4 10/11] drivers/md/dm-qcow2: do discards during backward merge only for writable image
  ` [Devel] [PATCH RHEL10 COMMIT] "
` [Devel] [PATCH VZ10 v4 11/11] drivers/md/dm-qcow2: respect zeroes during merge
  ` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 02/11] drivers/md/dm-qcow2: fix revert_cluster_alloc() for ext_l2 case
 2026-08-28 17:03 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 04/11] drivers/md/dm-qcow2: update metadata on whole cluster discard
 2026-08-28 17:03 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 05/11] drivers/md/dm-qcow2: never trigger COW or allocation on discard
 2026-08-28 17:03 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 06/11] drivers/md/dm-qcow2: set L2_READS_ALL_ZEROES after some discards
 2026-08-28 17:03 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH VZ10 v4 09/11] drivers/md/dm-qcow2: allow shared L1 entries during merge from RO image
 2026-08-28 17:03 UTC  (2+ messages)
` [Devel] [PATCH RHEL10 COMMIT] "

[Devel] [PATCH v2 VZ10 1/2] ve/bpf: Limit number of BPF programs loadable per-VE
 2026-08-28 15:47 UTC  (2+ messages)

[PATCH QEMU HCI-8.0] b4: ship project defaults in .b4-config
 2026-08-28 11:40 UTC  (2+ messages)

[PATCH QEMU HCI-8.0] b4: ship project defaults in .b4-config
 2026-08-28 11:15 UTC 

page: 

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.