<?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 cmd_net.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8457669db968c98edb781892d73fa559e1efcbd4 - Merge tag &apos;asoc-fix-v7.0-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#8457669db968c98edb781892d73fa559e1efcbd4</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0A moderately large pile of fixes, though none of them are  super major,plus a few new quirks and device IDs.

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Thu, 05 Mar 2026 17:22:14 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>530b0b61df5a2824250060f2a1ab77d7501a747d - Merge tag &apos;io_uring-7.0-20260227&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#530b0b61df5a2824250060f2a1ab77d7501a747d</link>
        <description>Merge tag &apos;io_uring-7.0-20260227&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull io_uring fixes from Jens Axboe: &quot;Just two minor patches in here, ensuring the use of READ_ONCE() for  sqe field reading is consistent across the codebase. There were two  missing cases, now they are covered too&quot;* tag &apos;io_uring-7.0-20260227&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:  io_uring/timeout: READ_ONCE sqe-&gt;addr  io_uring/cmd_net: use READ_ONCE() for -&gt;addr3 read

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Fri, 27 Feb 2026 19:39:11 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a46435537a844d0f7b4b620baf962cad136422de - io_uring/cmd_net: use READ_ONCE() for -&gt;addr3 read</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#a46435537a844d0f7b4b620baf962cad136422de</link>
        <description>io_uring/cmd_net: use READ_ONCE() for -&gt;addr3 readAny SQE read should use READ_ONCE(), to ensure the result is read onceand only once. Doesn&apos;t really matter for this case, but it&apos;s better tokeep these 100% consistent and always use READ_ONCE() for the prep sideof SQE handling.Fixes: 5d24321e4c15 (&quot;io_uring: Introduce getsockname io_uring cmd&quot;)Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Tue, 24 Feb 2026 19:36:09 +0100</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#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/io_uring/cmd_net.c</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>7b751b01ade7f666de2f5c365bd9562c2dcd7d60 - Merge tag &apos;io_uring-7.0-20260216&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#7b751b01ade7f666de2f5c365bd9562c2dcd7d60</link>
        <description>Merge tag &apos;io_uring-7.0-20260216&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull more io_uring updates from Jens Axboe: &quot;This is a mix of cleanups and fixes. No major fixes in here, just a  bunch of little fixes. Some of them marked for stable as it fixes  behavioral issues   - Fix an issue with SOCKET_URING_OP_SETSOCKOPT for netlink sockets,     due to a too restrictive check on it having an ioctl handler   - Remove a redundant SQPOLL check in ring creation   - Kill dead accounting for zero-copy send, which doesn&apos;t use -&gt;buf     or -&gt;len post the initial setup   - Fix missing clamp of the allocation hint, which could cause     allocations to fall outside of the range the application asked     for. Still within the allowed limits.   - Fix for IORING_OP_PIPE&apos;s handling of direct descriptors   - Tweak to the API for the newly added BPF filters, making them     more future proof in terms of how applications deal with them   - A few fixes for zcrx, fixing a few error handling conditions   - Fix for zcrx request flag checking   - Add support for querying the zcrx page size   - Improve the NO_SQARRAY static branch inc/dec, avoiding busy     conditions causing too much traffic   - Various little cleanups&quot;* tag &apos;io_uring-7.0-20260216&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:  io_uring/bpf_filter: pass in expected filter payload size  io_uring/bpf_filter: move filter size and populate helper into struct  io_uring/cancel: de-unionize file and user_data in struct io_cancel_data  io_uring/rsrc: improve regbuf iov validation  io_uring: remove unneeded io_send_zc accounting  io_uring/cmd_net: fix too strict requirement on ioctl  io_uring: delay sqarray static branch disablement  io_uring/query: add query.h copyright notice  io_uring/query: return support for custom rx page size  io_uring/zcrx: check unsupported flags on import  io_uring/zcrx: fix post open error handling  io_uring/zcrx: fix sgtable leak on mapping failures  io_uring: use the right type for creds iteration  io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slots  io_uring/filetable: clamp alloc_hint to the configured alloc range  io_uring/rsrc: replace reg buffer bit field with flags  io_uring/zcrx: improve types for size calculation  io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_file  io_uring: simplify IORING_SETUP_DEFER_TASKRUN &amp;&amp; !SQPOLL check

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Tue, 17 Feb 2026 17:33:49 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>600b665b903733bd60334e86031b157cc823ee55 - io_uring/cmd_net: fix too strict requirement on ioctl</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#600b665b903733bd60334e86031b157cc823ee55</link>
        <description>io_uring/cmd_net: fix too strict requirement on ioctlAttempting SOCKET_URING_OP_SETSOCKOPT on an AF_NETLINK socket resultedin an -EOPNOTSUPP, as AF_NETLINK doesn&apos;t have an ioctl in its structproto, but only in struct proto_ops.Prior to the blamed commit, io_uring_cmd_sock() only had two cmd_opoperations, both requiring ioctl, thus the check was warranted.Since then, 4 new cmd_op operations have been added, none of whichdepend on ioctl. This patch moves the ioctl check, so it only appliesto the original operations.AFAICT, the ioctl requirement was unintentional, and it wasn&apos;tvisible in the blamed patch within 3 lines of context.Cc: stable@vger.kernel.orgFixes: a5d2f99aff6b (&quot;io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT&quot;)Signed-off-by: Asbj&#248;rn Sloth T&#248;nnesen &lt;ast@fiberby.net&gt;Reviewed-by: Gabriel Krisman Bertazi &lt;krisman@suse.de&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Mon, 16 Feb 2026 11:27:18 +0100</pubDate>
        <dc:creator>Asbj&#248;rn Sloth T&#248;nnesen &lt;ast@fiberby.net&gt;</dc:creator>
    </item>
<item>
        <title>273a171dee33cb77070d7259c469d9440548c7df - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#273a171dee33cb77070d7259c469d9440548c7df</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.0 merge window.

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Sat, 14 Feb 2026 22:06:51 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f5d4feed174ce9fb3c42886a3c36038fd5a43e25 - Merge tag &apos;for-7.0/io_uring-20260206&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#f5d4feed174ce9fb3c42886a3c36038fd5a43e25</link>
        <description>Merge tag &apos;for-7.0/io_uring-20260206&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull io_uring updates from Jens Axboe: - Clean up the IORING_SETUP_R_DISABLED and submitter task checking,   mostly just in preparation for relaxing the locking for SINGLE_ISSUER   in the future. - Improve IOPOLL by using a doubly linked list to manage completions.   Previously it was singly listed, which meant that to complete request   N in the chain 0..N-1 had to have completed first. With a doubly   linked list we can complete whatever request completes in that order,   rather than need to wait for a consecutive range to be available.   This reduces latencies. - Improve the restriction setup and checking. Mostly in preparation for   adding further features on top of that. Coming in a separate pull   request. - Split out task_work and wait handling into separate files. These are   mostly nicely abstracted already, but still remained in the   io_uring.c file which is on the larger side. - Use GFP_KERNEL_ACCOUNT in a few more spots, where appropriate. - Ensure even the idle io-wq worker exits if a task no longer has any   rings open. - Add support for a non-circular submission queue.   By default, the SQ ring keeps moving around, even if only a few   entries are used for each submission. This can be wasteful in terms   of cachelines.   If IORING_SETUP_SQ_REWIND is set for the ring when created, each   submission will start at offset 0 instead of where we last left off   doing submissions. - Various little cleanups* tag &apos;for-7.0/io_uring-20260206&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (30 commits)  io_uring/kbuf: fix memory leak if io_buffer_add_list fails  io_uring: Add SPDX id lines to remaining source files  io_uring: allow io-wq workers to exit when unused  io_uring/io-wq: add exit-on-idle state  io_uring/net: don&apos;t continue send bundle if poll was required for retry  io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistently  io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocation  io_uring/io-wq: handle !sysctl_hung_task_timeout_secs  io_uring: fix bad indentation for setup flags if statement  io_uring/rsrc: take unsigned index in io_rsrc_node_lookup()  io_uring: introduce non-circular SQ  io_uring: split out CQ waiting code into wait.c  io_uring: split out task work code into tw.c  io_uring/io-wq: don&apos;t trigger hung task for syzbot craziness  io_uring: add IO_URING_EXIT_WAIT_MAX definition  io_uring/sync: validate passed in offset  io_uring/eventfd: remove unused ctx-&gt;evfd_last_cq_tail member  io_uring/timeout: annotate data race in io_flush_timeouts()  io_uring/uring_cmd: explicitly disallow cancelations for IOPOLL  io_uring: fix IOPOLL with passthrough I/O  ...

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Tue, 10 Feb 2026 02:22:00 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ccd18ce290726053faff75b6fc3e541301ac99f9 - io_uring: Add SPDX id lines to remaining source files</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#ccd18ce290726053faff75b6fc3e541301ac99f9</link>
        <description>io_uring: Add SPDX id lines to remaining source filesSome io_uring files are missing SPDX-License-Identifier lines.Add lines with GPL-2.0 license IDs to these files.Signed-off-by: Tim Bird &lt;tim.bird@sony.com&gt;Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Wed, 04 Feb 2026 00:46:24 +0100</pubDate>
        <dc:creator>Tim Bird &lt;tim.bird@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>0abcfd8983e3d3d27b8f5f7d01fed4354eb422c4 - Merge tag &apos;for-6.19/io_uring-20251201&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#0abcfd8983e3d3d27b8f5f7d01fed4354eb422c4</link>
        <description>Merge tag &apos;for-6.19/io_uring-20251201&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull io_uring updates from Jens Axboe: - Unify how task_work cancelations are detected, placing it in the   task_work running state rather than needing to check the task state - Series cleaning up and moving the cancelation code to where it   belongs, in cancel.c - Cleanup of waitid and futex argument handling - Add support for mixed sized SQEs. 6.18 added support for mixed sized   CQEs, improving flexibility and efficiency of workloads that need big   CQEs. This adds similar support for SQEs, where the occasional need   for a 128b SQE doesn&apos;t necessitate having all SQEs be 128b in size - Introduce zcrx and SQ/CQ layout queries. The former returns what zcrx   features are available. And both return the ring size information to   help with allocation size calculation for user provided rings like   IORING_SETUP_NO_MMAP and IORING_MEM_REGION_TYPE_USER - Zcrx updates for 6.19. It includes a bunch of small patches,   IORING_REGISTER_ZCRX_CTRL and RQ flushing and David&apos;s work on sharing   zcrx b/w multiple io_uring instances - Series cleaning up ring initializations, notable deduplicating ring   size and offset calculations. It also moves most of the checking   before doing any allocations, making the code simpler - Add support for getsockname and getpeername, which is mostly a   trivial hookup after a bit of refactoring on the networking side - Various fixes and cleanups* tag &apos;for-6.19/io_uring-20251201&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (68 commits)  io_uring: Introduce getsockname io_uring cmd  socket: Split out a getsockname helper for io_uring  socket: Unify getsockname and getpeername implementation  io_uring/query: drop unused io_handle_query_entry() ctx arg  io_uring/kbuf: remove obsolete buf_nr_pages and update comments  io_uring/register: use correct location for io_rings_layout  io_uring/zcrx: share an ifq between rings  io_uring/zcrx: add io_fill_zcrx_offsets()  io_uring/zcrx: export zcrx via a file  io_uring/zcrx: move io_zcrx_scrub() and dependencies up  io_uring/zcrx: count zcrx users  io_uring/zcrx: add sync refill queue flushing  io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL  io_uring/zcrx: elide passing msg flags  io_uring/zcrx: use folio_nr_pages() instead of shift operation  io_uring/zcrx: convert to use netmem_desc  io_uring/query: introduce rings info query  io_uring/query: introduce zcrx query  io_uring: move cq/sq user offset init around  io_uring: pre-calculate scq layout  ...

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Thu, 04 Dec 2025 03:58:57 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9747b22a417d2a7c478678143863b9777de104e4 - Merge tag &apos;asoc-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#9747b22a417d2a7c478678143863b9777de104e4</link>
        <description>Merge tag &apos;asoc-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v6.19This is a very large set of updates, as well as some more extensivecleanup work from Morimto-san we&apos;ve also added a generic SCDA classdriver for SoundWire devices enabling us to support many chips withno custom code.  There&apos;s also a batch of new drivers added for bothSoCs and CODECs. - Added a SoundWire SCDA generic class driver, pulling in a little   regmap work to support it. - A *lot* of cleaup and API improvement work from Morimoto-san. - Lots of work on the existing Cirrus, Intel, Maxim and Qualcomm   drivers. - Support for Allwinner A523, Mediatek MT8189, Qualcomm QCM2290,   QRB2210 and SM6115, SpacemiT K1, and TI TAS2568, TAS5802, TAS5806,   TAS5815, TAS5828 and TAS5830.This also pulls in some gpiolib changes supporting shared GPIOs in thecore there so we can convert some of the ASoC drivers open codinghandling of that to the core functionality.

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Tue, 02 Dec 2025 07:12:56 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>db4029859d6fd03f0622d394f4cdb1be86d7ec62 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/cmd_net.c#db4029859d6fd03f0622d394f4cdb1be86d7ec62</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netConflicts:net/xdp/xsk.c  0ebc27a4c67d (&quot;xsk: avoid data corruption on cq descriptor number&quot;)  8da7bea7db69 (&quot;xsk: add indirect call for xsk_destruct_skb&quot;)  30ed05adca4a (&quot;xsk: use a smaller new lock for shared pool case&quot;)https://lore.kernel.org/20251127105450.4a1665ec@canb.auug.org.auhttps://lore.kernel.org/eb4eee14-7e24-4d1b-b312-e9ea738fefee@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/io_uring/cmd_net.c</description>
        <pubDate>Thu, 27 Nov 2025 21:16:40 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
