<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in settings</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>37a93dd5c49b5fda807fd204edf2547c3493319c - Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#37a93dd5c49b5fda807fd204edf2547c3493319c</link>
        <description>Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;Core &amp; protocols:   - A significant effort all around the stack to guide the compiler to     make the right choice when inlining code, to avoid unneeded calls     for small helper and stack canary overhead in the fast-path.     This generates better and faster code with very small or no text     size increases, as in many cases the call generated more code than     the actual inlined helper.   - Extend AccECN implementation so that is now functionally complete,     also allow the user-space enabling it on a per network namespace     basis.   - Add support for memory providers with large (above 4K) rx buffer.     Paired with hw-gro, larger rx buffer sizes reduce the number of     buffers traversing the stack, dincreasing single stream CPU usage     by up to ~30%.   - Do not add HBH header to Big TCP GSO packets. This simplifies the     RX path, the TX path and the NIC drivers, and is possible because     user-space taps can now interpret correctly such packets without     the HBH hint.   - Allow IPv6 routes to be configured with a gateway address that is     resolved out of a different interface than the one specified,     aligning IPv6 to IPv4 behavior.   - Multi-queue aware sch_cake. This makes it possible to scale the     rate shaper of sch_cake across multiple CPUs, while still enforcing     a single global rate on the interface.   - Add support for the nbcon (new buffer console) infrastructure to     netconsole, enabling lock-free, priority-based console operations     that are safer in crash scenarios.   - Improve the TCP ipv6 output path to cache the flow information,     saving cpu cycles, reducing cache line misses and stack use.   - Improve netfilter packet tracker to resolve clashes for most     protocols, avoiding unneeded drops on rare occasions.   - Add IP6IP6 tunneling acceleration to the flowtable infrastructure.   - Reduce tcp socket size by one cache line.   - Notify neighbour changes atomically, avoiding inconsistencies     between the notification sequence and the actual states sequence.   - Add vsock namespace support, allowing complete isolation of vsocks     across different network namespaces.   - Improve xsk generic performances with cache-alignment-oriented     optimizations.   - Support netconsole automatic target recovery, allowing netconsole     to reestablish targets when underlying low-level interface comes     back online.  Driver API:   - Support for switching the working mode (automatic vs manual) of a     DPLL device via netlink.   - Introduce PHY ports representation to expose multiple front-facing     media ports over a single MAC.   - Introduce &quot;rx-polarity&quot; and &quot;tx-polarity&quot; device tree properties,     to generalize polarity inversion requirements for differential     signaling.   - Add helper to create, prepare and enable managed clocks.  Device drivers:   - Add Huawei hinic3 PF etherner driver.   - Add DWMAC glue driver for Motorcomm YT6801 PCIe ethernet     controller.   - Add ethernet driver for MaxLinear MxL862xx switches   - Remove parallel-port Ethernet driver.   - Convert existing driver timestamp configuration reporting to     hwtstamp_get and remove legacy ioctl().   - Convert existing drivers to .get_rx_ring_count(), simplifing the RX     ring count retrieval. Also remove the legacy fallback path.   - Ethernet high-speed NICs:      - Broadcom (bnxt, bng):         - bnxt: add FW interface update to support FEC stats histogram           and NVRAM defragmentation         - bng: add TSO and H/W GRO support      - nVidia/Mellanox (mlx5):         - improve latency of channel restart operations, reducing the           used H/W resources         - add TSO support for UDP over GRE over VLAN         - add flow counters support for hardware steering (HWS) rules         - use a static memory area to store headers for H/W GRO,           leading to 12% RX tput improvement      - Intel (100G, ice, idpf):         - ice: reorganizes layout of Tx and Rx rings for cacheline           locality and utilizes __cacheline_group* macros on the new           layouts         - ice: introduces Synchronous Ethernet (SyncE) support      - Meta (fbnic):         - adds debugfs for firmware mailbox and tx/rx rings vectors   - Ethernet virtual:      - geneve: introduce GRO/GSO support for double UDP encapsulation   - Ethernet NICs consumer, and embedded:      - Synopsys (stmmac):         - some code refactoring and cleanups      - RealTek (r8169):         - add support for RTL8127ATF (10G Fiber SFP)         - add dash and LTR support      - Airoha:         - AN8811HB 2.5 Gbps phy support      - Freescale (fec):         - add XDP zero-copy support      - Thunderbolt:         - add get link setting support to allow bonding      - Renesas:         - add support for RZ/G3L GBETH SoC   - Ethernet switches:      - Maxlinear:         - support R(G)MII slow rate configuration         - add support for Intel GSW150      - Motorcomm (yt921x):         - add DCB/QoS support      - TI:         - icssm-prueth: support bridging (STP/RSTP) via the switchdev           framework   - Ethernet PHYs:      - Realtek:         - enable SGMII and 2500Base-X in-band auto-negotiation         - simplify and reunify C22/C45 drivers      - Micrel: convert bindings to DT schema   - CAN:      - move skb headroom content into skb extensions, making CAN        metadata access more robust   - CAN drivers:      - rcar_canfd:         - add support for FD-only mode         - add support for the RZ/T2H SoC      - sja1000: cleanup the CAN state handling   - WiFi:      - implement EPPKE/802.1X over auth frames support      - split up drop reasons better, removing generic RX_DROP      - additional FTM capabilities: 6 GHz support, supported number of        spatial streams and supported number of LTF repetitions      - better mac80211 iterators to enumerate resources      - initial UHR (Wi-Fi 8) support for cfg80211/mac80211   - WiFi drivers:      - Qualcomm/Atheros:         - ath11k: support for Channel Frequency Response measurement         - ath12k: a significant driver refactor to support multi-wiphy           devices and and pave the way for future device support in the           same driver (rather than splitting to ath13k)         - ath12k: support for the QCC2072 chipset      - Intel:         - iwlwifi: partial Neighbor Awareness Networking (NAN) support         - iwlwifi: initial support for U-NII-9 and IEEE 802.11bn      - RealTek (rtw89):         - preparations for RTL8922DE support   - Bluetooth:      - implement setsockopt(BT_PHY) to set the connection packet type/PHY      - set link_policy on incoming ACL connections   - Bluetooth drivers:      - btusb: add support for MediaTek7920, Realtek RTL8761BU and 8851BE      - btqca: add WCN6855 firmware priority selection feature&quot;* tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1254 commits)  bnge/bng_re: Add a new HSI  net: macb: Fix tx/rx malfunction after phy link down and up  af_unix: Fix memleak of newsk in unix_stream_connect().  net: ti: icssg-prueth: Add optional dependency on HSR  net: dsa: add basic initial driver for MxL862xx switches  net: mdio: add unlocked mdiodev C45 bus accessors  net: dsa: add tag format for MxL862xx switches  dt-bindings: net: dsa: add MaxLinear MxL862xx  selftests: drivers: net: hw: Modify toeplitz.c to poll for packets  octeontx2-pf: Unregister devlink on probe failure  net: renesas: rswitch: fix forwarding offload statemachine  ionic: Rate limit unknown xcvr type messages  tcp: inet6_csk_xmit() optimization  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_syn_recv_sock()  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_connect()  ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet-&gt;cork.fl.u.ip6  ipv6: use inet-&gt;cork.fl.u.ip6 and np-&gt;final in ip6_datagram_dst_update()  ipv6: use np-&gt;final in inet6_sk_rebuild_header()  ipv6: add daddr/final storage in struct ipv6_pinfo  net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()  ...

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Thu, 12 Feb 2026 04:31:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>099ca4121ea747acc8a0d36852f2f477943f306d - Merge branch &apos;vsock-add-namespace-support-to-vhost-vsock-and-loopback&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#099ca4121ea747acc8a0d36852f2f477943f306d</link>
        <description>Merge branch &apos;vsock-add-namespace-support-to-vhost-vsock-and-loopback&apos;Bobby Eshleman says:====================vsock: add namespace support to vhost-vsock and loopbackThis series adds namespace support to vhost-vsock and loopback. It doesnot add namespaces to any of the other guest transports (virtio-vsock,hyperv, or vmci).The current revision supports two modes: local and global. Localmode is complete isolation of namespaces, while global mode is completesharing between namespaces of CIDs (the original behavior).The mode is set using the parent namespace&apos;s/proc/sys/net/vsock/child_ns_mode and inherited when a new namespace iscreated. The mode of the current namespace can be queried by reading/proc/sys/net/vsock/ns_mode. The mode can not change after the namespacehas been created.Modes are per-netns. This allows a system to configure namespacesindependently (some may share CIDs, others are completely isolated).This also supports future possible mixed use cases, where there may benamespaces in global mode spinning up VMs while there are mixed modenamespaces that provide services to the VMs, but are not allowed toallocate from the global CID pool (this mode is not implemented in thisseries).Additionally, added tests for the new namespace features:tools/testing/selftests/vsock/vmtest.sh1..25ok 1 vm_server_host_clientok 2 vm_client_host_serverok 3 vm_loopbackok 4 ns_host_vsock_ns_mode_okok 5 ns_host_vsock_child_ns_mode_okok 6 ns_global_same_cid_failsok 7 ns_local_same_cid_okok 8 ns_global_local_same_cid_okok 9 ns_local_global_same_cid_okok 10 ns_diff_global_host_connect_to_global_vm_okok 11 ns_diff_global_host_connect_to_local_vm_failsok 12 ns_diff_global_vm_connect_to_global_host_okok 13 ns_diff_global_vm_connect_to_local_host_failsok 14 ns_diff_local_host_connect_to_local_vm_failsok 15 ns_diff_local_vm_connect_to_local_host_failsok 16 ns_diff_global_to_local_loopback_local_failsok 17 ns_diff_local_to_global_loopback_failsok 18 ns_diff_local_to_local_loopback_failsok 19 ns_diff_global_to_global_loopback_okok 20 ns_same_local_loopback_okok 21 ns_same_local_host_connect_to_local_vm_okok 22 ns_same_local_vm_connect_to_local_host_okok 23 ns_delete_vm_okok 24 ns_delete_host_okok 25 ns_delete_both_okSUMMARY: PASS=25 SKIP=0 FAIL=0Thanks again for everyone&apos;s help and reviews!Suggested-by: Sargun Dhillon &lt;sargun@sargun.me&gt;Signed-off-by: Bobby Eshleman &lt;bobbyeshleman@gmail.com&gt;v15: https://lore.kernel.org/r/20260116-vsock-vmtest-v15-0-bbfd1a668548@meta.comv14: https://lore.kernel.org/r/20260112-vsock-vmtest-v14-0-a5c332db3e2b@meta.comv13: https://lore.kernel.org/all/20251223-vsock-vmtest-v13-0-9d6db8e7c80b@meta.com/v12: https://lore.kernel.org/r/20251126-vsock-vmtest-v12-0-257ee21cd5de@meta.comv11: https://lore.kernel.org/r/20251120-vsock-vmtest-v11-0-55cbc80249a7@meta.comv10: https://lore.kernel.org/r/20251117-vsock-vmtest-v10-0-df08f165bf3e@meta.comv9: https://lore.kernel.org/all/20251111-vsock-vmtest-v9-0-852787a37bed@meta.comv8: https://lore.kernel.org/r/20251023-vsock-vmtest-v8-0-dea984d02bb0@meta.comv7: https://lore.kernel.org/r/20251021-vsock-vmtest-v7-0-0661b7b6f081@meta.comv6: https://lore.kernel.org/r/20250916-vsock-vmtest-v6-0-064d2eb0c89d@meta.comv5: https://lore.kernel.org/r/20250827-vsock-vmtest-v5-0-0ba580bede5b@meta.comv4: https://lore.kernel.org/r/20250805-vsock-vmtest-v4-0-059ec51ab111@meta.comv2: https://lore.kernel.org/kvm/20250312-vsock-netns-v2-0-84bffa1aa97a@gmail.comv1: https://lore.kernel.org/r/20200116172428.311437-1-sgarzare@redhat.com====================Link: https://patch.msgid.link/20260121-vsock-vmtest-v16-0-2859a7512097@meta.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Tue, 27 Jan 2026 10:45:40 +0100</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>873e7de9f9a3b67b08b380057b2c7828b0d78cae - selftests/vsock: increase timeout to 1200</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#873e7de9f9a3b67b08b380057b2c7828b0d78cae</link>
        <description>selftests/vsock: increase timeout to 1200Increase the timeout from 300s to 1200s. On a modern bare metal servermy last run showed the new set of tests taking ~400s. Multiply by an(arbitrary) factor of three to account for slower/nested runners.Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Signed-off-by: Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;Link: https://patch.msgid.link/20260121-vsock-vmtest-v16-4-2859a7512097@meta.comAcked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Wed, 21 Jan 2026 23:11:44 +0100</pubDate>
        <dc:creator>Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf - Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf</link>
        <description>Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Wrap datapath globals into net_aligned_data, to avoid false sharing   - Preserve MSG_ZEROCOPY in forwarding (e.g. out of a container)   - Add SO_INQ and SCM_INQ support to AF_UNIX   - Add SIOCINQ support to AF_VSOCK   - Add TCP_MAXSEG sockopt to MPTCP   - Add IPv6 force_forwarding sysctl to enable forwarding per interface   - Make TCP validation of whether packet fully fits in the receive     window and the rcv_buf more strict. With increased use of HW     aggregation a single &quot;packet&quot; can be multiple 100s of kB   - Add MSG_MORE flag to optimize large TCP transmissions via sockmap,     improves latency up to 33% for sockmap users   - Convert TCP send queue handling from tasklet to BH workque   - Improve BPF iteration over TCP sockets to see each socket exactly     once   - Remove obsolete and unused TCP RFC3517/RFC6675 loss recovery code   - Support enabling kernel threads for NAPI processing on per-NAPI     instance basis rather than a whole device. Fully stop the kernel     NAPI thread when threaded NAPI gets disabled. Previously thread     would stick around until ifdown due to tricky synchronization   - Allow multicast routing to take effect on locally-generated packets   - Add output interface argument for End.X in segment routing   - MCTP: add support for gateway routing, improve bind() handling   - Don&apos;t require rtnl_lock when fetching an IPv6 neighbor over Netlink   - Add a new neighbor flag (&quot;extern_valid&quot;), which cedes refresh     responsibilities to userspace. This is needed for EVPN multi-homing     where a neighbor entry for a multi-homed host needs to be synced     across all the VTEPs among which the host is multi-homed   - Support NUD_PERMANENT for proxy neighbor entries   - Add a new queuing discipline for IETF RFC9332 DualQ Coupled AQM   - Add sequence numbers to netconsole messages. Unregister     netconsole&apos;s console when all net targets are removed. Code     refactoring. Add a number of selftests   - Align IPSec inbound SA lookup to RFC 4301. Only SPI and protocol     should be used for an inbound SA lookup   - Support inspecting ref_tracker state via DebugFS   - Don&apos;t force bonding advertisement frames tx to ~333 ms boundaries.     Add broadcast_neighbor option to send ARP/ND on all bonded links   - Allow providing upcall pid for the &apos;execute&apos; command in openvswitch   - Remove DCCP support from Netfilter&apos;s conntrack   - Disallow multiple packet duplications in the queuing layer   - Prevent use of deprecated iptables code on PREEMPT_RT  Driver API:   - Support RSS and hashing configuration over ethtool Netlink   - Add dedicated ethtool callbacks for getting and setting hashing     fields   - Add support for power budget evaluation strategy in PSE /     Power-over-Ethernet. Generate Netlink events for overcurrent etc   - Support DPLL phase offset monitoring across all device inputs.     Support providing clock reference and SYNC over separate DPLL     inputs   - Support traffic classes in devlink rate API for bandwidth     management   - Remove rtnl_lock dependency from UDP tunnel port configuration  Device drivers:   - Add a new Broadcom driver for 800G Ethernet (bnge)   - Add a standalone driver for Microchip ZL3073x DPLL   - Remove IBM&apos;s NETIUCV device driver   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support zero-copy Tx of DMABUF memory         - take page size into account for page pool recycling rings      - Intel (100G, ice, idpf):         - idpf: XDP and AF_XDP support preparations         - idpf: add flow steering         - add link_down_events statistic         - clean up the TSPLL code         - preparations for live VM migration      - nVidia/Mellanox:         - support zero-copy Rx/Tx interfaces (DMABUF and io_uring)         - optimize context memory usage for matchers         - expose serial numbers in devlink info         - support PCIe congestion metrics      - Meta (fbnic):         - add 25G, 50G, and 100G link modes to phylink         - support dumping FW logs      - Marvell/Cavium:         - support for CN20K generation of the Octeon chips      - Amazon:         - add HW clock (without timestamping, just hypervisor time access)   - Ethernet virtual:      - VirtIO net:         - support segmentation of UDP-tunnel-encapsulated packets      - Google (gve):         - support packet timestamping and clock synchronization      - Microsoft vNIC:         - add handler for device-originated servicing events         - allow dynamic MSI-X vector allocation         - support Tx bandwidth clamping   - Ethernet NICs consumer, and embedded:      - AMD:         - amd-xgbe: hardware timestamping and PTP clock support      - Broadcom integrated MACs (bcmgenet, bcmasp):         - use napi_complete_done() return value to support NAPI polling         - add support for re-starting auto-negotiation      - Broadcom switches (b53):         - support BCM5325 switches         - add bcm63xx EPHY power control      - Synopsys (stmmac):         - lots of code refactoring and cleanups      - TI:         - icssg-prueth: read firmware-names from device tree         - icssg: PRP offload support      - Microchip:         - lan78xx: convert to PHYLINK for improved PHY and MAC management         - ksz: add KSZ8463 switch support      - Intel:         - support similar queue priority scheme in multi-queue and           time-sensitive networking (taprio)         - support packet pre-emption in both      - RealTek (r8169):         - enable EEE at 5Gbps on RTL8126      - Airoha:         - add PPPoE offload support         - MDIO bus controller for Airoha AN7583   - Ethernet PHYs:      - support for the IPQ5018 internal GE PHY      - micrel KSZ9477 switch-integrated PHYs:         - add MDI/MDI-X control support         - add RX error counters         - add cable test support         - add Signal Quality Indicator (SQI) reporting      - dp83tg720: improve reset handling and reduce link recovery time      - support bcm54811 (and its MII-Lite interface type)      - air_en8811h: support resume/suspend      - support PHY counters for QCA807x and QCA808x      - support WoL for QCA807x   - CAN drivers:      - rcar_canfd: support for Transceiver Delay Compensation      - kvaser: report FW versions via devlink dev info   - WiFi:      - extended regulatory info support (6 GHz)      - add statistics and beacon monitor for Multi-Link Operation (MLO)      - support S1G aggregation, improve S1G support      - add Radio Measurement action fields      - support per-radio RTS threshold      - some work around how FIPS affects wifi, which was wrong (RC4 is        used by TKIP, not only WEP)      - improvements for unsolicited probe response handling   - WiFi drivers:      - RealTek (rtw88):         - IBSS mode for SDIO devices      - RealTek (rtw89):         - BT coexistence for MLO/WiFi7         - concurrent station + P2P support         - support for USB devices RTL8851BU/RTL8852BU      - Intel (iwlwifi):         - use embedded PNVM in (to be released) FW images to fix           compatibility issues         - many cleanups (unused FW APIs, PCIe code, WoWLAN)         - some FIPS interoperability      - MediaTek (mt76):         - firmware recovery improvements         - more MLO work      - Qualcomm/Atheros (ath12k):         - fix scan on multi-radio devices         - more EHT/Wi-Fi 7 features         - encapsulation/decapsulation offload      - Broadcom (brcm80211):         - support SDIO 43751 device   - Bluetooth:      - hci_event: add support for handling LE BIG Sync Lost event      - ISO: add socket option to report packet seqnum via CMSG      - ISO: support SCM_TIMESTAMPING for ISO TS   - Bluetooth drivers:      - intel_pcie: support Function Level Reset      - nxpuart: add support for 4M baudrate      - nxpuart: implement powerup sequence, reset, FW dump, and FW loading&quot;* tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1742 commits)  dpll: zl3073x: Fix build failure  selftests: bpf: fix legacy netfilter options  ipv6: annotate data-races around rt-&gt;fib6_nsiblings  ipv6: fix possible infinite loop in fib6_info_uses_dev()  ipv6: prevent infinite loop in rt6_nlmsg_size()  ipv6: add a retry logic in net6_rt_notify()  vrf: Drop existing dst reference in vrf_ip6_input_dst  net/sched: taprio: align entry index attr validation with mqprio  net: fsl_pq_mdio: use dev_err_probe  selftests: rtnetlink.sh: remove esp4_offload after test  vsock: remove unnecessary null check in vsock_getname()  igb: xsk: solve negative overflow of nb_pkts in zerocopy mode  stmmac: xsk: fix negative overflow of budget in zerocopy mode  dt-bindings: ieee802154: Convert at86rf230.txt yaml format  net: dsa: microchip: Disable PTP function of KSZ8463  net: dsa: microchip: Setup fiber ports for KSZ8463  net: dsa: microchip: Write switch MAC address differently for KSZ8463  net: dsa: microchip: Use different registers for KSZ8463  net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver  dt-bindings: net: dsa: microchip: Add KSZ8463 switch support  ...

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Wed, 30 Jul 2025 17:58:55 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a65c6fe08bcf48ce404037a9e20a2d14b16855 - selftests/vsock: add initial vmtest.sh for vsock</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vsock/settings#a4a65c6fe08bcf48ce404037a9e20a2d14b16855</link>
        <description>selftests/vsock: add initial vmtest.sh for vsockThis commit introduces a new vmtest.sh runner for vsock.It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H,H2G, and loopback. The testing tools from tools/testing/vsock/ arereused. Currently, only vsock_test is used.VMCI and hyperv support is included in the config file to be built withthe -b option, though not used in the tests.Only tested on x86.To run:  $ make -C tools/testing/selftests TARGETS=vsock  $ tools/testing/selftests/vsock/vmtest.shor  $ make -C tools/testing/selftests TARGETS=vsock run_testsExample runs (after make -C tools/testing/selftests TARGETS=vsock):$ ./tools/testing/selftests/vsock/vmtest.sh1..3ok 0 vm_server_host_clientok 1 vm_client_host_serverok 2 vm_loopbackSUMMARY: PASS=3 SKIP=0 FAIL=0Log: /tmp/vsock_vmtest_m7DI.log$ ./tools/testing/selftests/vsock/vmtest.sh vm_loopback1..1ok 0 vm_loopbackSUMMARY: PASS=1 SKIP=0 FAIL=0Log: /tmp/vsock_vmtest_a1IO.log$ mkdir -p ~/scratch$ make -C tools/testing/selftests install TARGETS=vsock INSTALL_PATH=~/scratch [... omitted ...]$ cd ~/scratch$ ./run_kselftest.sh TAP version 13 1..1 # timeout set to 300 # selftests: vsock: vmtest.sh # 1..3 # ok 0 vm_server_host_client # ok 1 vm_client_host_server # ok 2 vm_loopback # SUMMARY: PASS=3 SKIP=0 FAIL=0 # Log: /tmp/vsock_vmtest_svEl.log ok 1 selftests: vsock: vmtest.shFuture work can include vsock_diag_test.Because vsock requires a VM to test anything other than loopback, thispatch adds vmtest.sh as a kselftest itself. This is different than othersystems that have a &quot;vmtest.sh&quot;, where it is used as a utility script tospin up a VM to run the selftests as a guest (but isn&apos;t hooked intokselftest).Signed-off-by: Bobby Eshleman &lt;bobbyeshleman@gmail.com&gt;Reviewed-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Link: https://patch.msgid.link/20250609-vsock-vmtest-v10-1-7f37198e1cd4@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/vsock/settings</description>
        <pubDate>Mon, 09 Jun 2025 18:39:24 +0200</pubDate>
        <dc:creator>Bobby Eshleman &lt;bobbyeshleman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
