<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>23acda7c221a76ff711d65f4ca90029d43b249a0 - Merge tag &apos;for-7.1/io_uring-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#23acda7c221a76ff711d65f4ca90029d43b249a0</link>
        <description>Merge tag &apos;for-7.1/io_uring-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull io_uring updates from Jens Axboe: - Add a callback driven main loop for io_uring, and BPF struct_ops   on top to allow implementing custom event loop logic - Decouple IOPOLL from being a ring-wide all-or-nothing setting,   allowing IOPOLL use cases to also issue certain white listed   non-polled opcodes - Timeout improvements. Migrate internal timeout storage from   timespec64 to ktime_t for simpler arithmetic and avoid copying of   timespec data - Zero-copy receive (zcrx) updates:      - Add a device-less mode (ZCRX_REG_NODEV) for testing and        experimentation where data flows through the copy fallback path      - Fix two-step unregistration regression, DMA length calculations,        xarray mark usage, and a potential 32-bit overflow in id        shifting      - Refactoring toward multi-area support: dedicated refill queue        struct, consolidated DMA syncing, netmem array refilling format,        and guard-based locking - Zero-copy transmit (zctx) cleanup:      - Unify io_send_zc() and io_sendmsg_zc() into a single function      - Add vectorized registered buffer send for IORING_OP_SEND_ZC      - Add separate notification user_data via sqe-&gt;addr3 so        notification and completion CQEs can be distinguished without        extra reference counting - Switch struct io_ring_ctx internal bitfields to explicit flag bits   with atomic-safe accessors, and annotate the known harmless races on   those flags - Various optimizations caching ctx and other request fields in local   variables to avoid repeated loads, and cleanups for tctx setup, ring   fd registration, and read path early returns* tag &apos;for-7.1/io_uring-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (58 commits)  io_uring: unify getting ctx from passed in file descriptor  io_uring/register: don&apos;t get a reference to the registered ring fd  io_uring/tctx: clean up __io_uring_add_tctx_node() error handling  io_uring/tctx: have io_uring_alloc_task_context() return tctx  io_uring/timeout: use &apos;ctx&apos; consistently  io_uring/rw: clean up __io_read() obsolete comment and early returns  io_uring/zcrx: use correct mmap off constants  io_uring/zcrx: use dma_len for chunk size calculation  io_uring/zcrx: don&apos;t clear not allocated niovs  io_uring/zcrx: don&apos;t use mark0 for allocating xarray  io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()  io_uring/zcrx: reject REG_NODEV with large rx_buf_size  io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OP  io_uring/rsrc: use io_cache_free() to free node  io_uring/zcrx: rename zcrx [un]register functions  io_uring/zcrx: check ctrl op payload struct sizes  io_uring/zcrx: cache fallback availability in zcrx ctx  io_uring/zcrx: warn on a repeated area append  io_uring/zcrx: consolidate dma syncing  io_uring/zcrx: netmem array as refiling format  ...

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Tue, 14 Apr 2026 01:22:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d0e437b76bd3c979ddaa6205f5e9ad3e0f95faef - io_uring/bpf-ops: implement loop_step with BPF struct_ops</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#d0e437b76bd3c979ddaa6205f5e9ad3e0f95faef</link>
        <description>io_uring/bpf-ops: implement loop_step with BPF struct_opsIntroduce io_uring BPF struct ops implementing the loop_step callback,which will allow BPF to overwrite the default io_uring event loop logic.The callback takes an io_uring context, the main role of which is to bepassed to io_uring kfuncs. The other argument is a struct iou_loop_params,which BPF can use to request CQ waiting and communicate other parameters.See the event loop description in the previous patch for more details.Signed-off-by: Pavel Begunkov &lt;asml.silence@gmail.com&gt;Link: https://patch.msgid.link/98db437651ce64e9cbeb611c60bf5887259db09f.1772109579.git.asml.silence@gmail.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Thu, 26 Feb 2026 13:48:39 +0100</pubDate>
        <dc:creator>Pavel Begunkov &lt;asml.silence@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&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/Kconfig#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/Kconfig</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>591beb0e3a03258ef9c01893a5209845799a7c33 - Merge tag &apos;io_uring-bpf-restrictions.4-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/Kconfig#591beb0e3a03258ef9c01893a5209845799a7c33</link>
        <description>Merge tag &apos;io_uring-bpf-restrictions.4-20260206&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull io_uring bpf filters from Jens Axboe: &quot;This adds support for both cBPF filters for io_uring, as well as task  inherited restrictions and filters.  seccomp and io_uring don&apos;t play along nicely, as most of the  interesting data to filter on resides somewhat out-of-band, in the  submission queue ring.  As a result, things like containers and systemd that apply seccomp  filters, can&apos;t filter io_uring operations.  That leaves them with just one choice if filtering is critical -  filter the actual io_uring_setup(2) system call to simply disallow  io_uring. That&apos;s rather unfortunate, and has limited us because of it.  io_uring already has some filtering support. It requires the ring to  be setup in a disabled state, and then a filter set can be applied.  This filter set is completely bi-modal - an opcode is either enabled  or it&apos;s not. Once a filter set is registered, the ring can be enabled.  This is very restrictive, and it&apos;s not useful at all to systemd or  containers which really want both broader and more specific control.  This first adds support for cBPF filters for opcodes, which enables  tighter control over what exactly a specific opcode may do. As  examples, specific support is added for IORING_OP_OPENAT/OPENAT2,  allowing filtering on resolve flags. And another example is added for  IORING_OP_SOCKET, allowing filtering on domain/type/protocol. These  are both common use cases. cBPF was chosen rather than eBPF, because  the latter is often restricted in containers as well.  These filters are run post the init phase of the request, which allows  filters to even dip into data that is being passed in struct in user  memory, as the init side of requests make that data stable by bringing  it into the kernel. This allows filtering without needing to copy this  data twice, or have filters etc know about the exact layout of the  user data. The filters get the already copied and sanitized data  passed.  On top of that support is added for per-task filters, meaning that any  ring created with a task that has a per-task filter will get those  filters applied when it&apos;s created. These filters are inherited across  fork as well. Once a filter has been registered, any further added  filters may only further restrict what operations are permitted.  Filters cannot change the return value of an operation, they can only  permit or deny it based on the contents&quot;* tag &apos;io_uring-bpf-restrictions.4-20260206&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:  io_uring: allow registration of per-task restrictions  io_uring: add task fork hook  io_uring/bpf_filter: add ref counts to struct io_bpf_filter  io_uring/bpf_filter: cache lookup table in ctx-&gt;bpf_filters  io_uring/bpf_filter: allow filtering on contents of struct open_how  io_uring/net: allow filtering on IORING_OP_SOCKET data  io_uring: add support for BPF filtering for opcode restrictions

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Tue, 10 Feb 2026 02:31:17 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d42eb05e60fea31de49897d63a1d73f933303bd4 - io_uring: add support for BPF filtering for opcode restrictions</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#d42eb05e60fea31de49897d63a1d73f933303bd4</link>
        <description>io_uring: add support for BPF filtering for opcode restrictionsAdd support for loading classic BPF programs with io_uring to providefine-grained filtering of SQE operations. UnlikeIORING_REGISTER_RESTRICTIONS which only allows bitmap-based allow/denyof opcodes, BPF filters can inspect request attributes and make dynamicdecisions.The filter is registered via IORING_REGISTER_BPF_FILTER with a structio_uring_bpf:struct io_uring_bpf_filter {	__u32	opcode;		/* io_uring opcode to filter */	__u32	flags;	__u32	filter_len;	/* number of BPF instructions */	__u32	resv;	__u64	filter_ptr;	/* pointer to BPF filter */	__u64	resv2[5];};enum {	IO_URING_BPF_CMD_FILTER	= 1,};struct io_uring_bpf {	__u16	cmd_type;	/* IO_URING_BPF_* values */	__u16	cmd_flags;	/* none so far */	__u32	resv;	union {		struct io_uring_bpf_filter	filter;	};};and the filters get supplied a struct io_uring_bpf_ctx:struct io_uring_bpf_ctx {	__u64	user_data;	__u8	opcode;	__u8	sqe_flags;	__u8	pdu_size;	__u8	pad[5];};where it&apos;s possible to filter on opcode and sqe_flags, with pdu_sizeindicating how much extra data is being passed in beyond the pad field.This will used for specific finer grained filtering inside an opcode.An example of that for sockets is in one of the following patches.Anything the opcode supports can end up in this struct, populated bythe opcode itself, and hence can be filtered for.Filters have the following semantics:  - Return 1 to allow the request  - Return 0 to deny the request with -EACCES  - Multiple filters can be stacked per opcode. All filters must    return 1 for the opcode to be allowed.  - Filters are evaluated in registration order (most recent first)The implementation uses classic BPF (cBPF) rather than eBPF for asthat&apos;s required for containers, and since they can be used by anyuser in the system.Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Thu, 15 Jan 2026 16:24:02 +0100</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f13acb2406a3aed90c6738b3a2f1c0e43118cbd - Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#9f13acb2406a3aed90c6738b3a2f1c0e43118cbd</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Fri, 11 Apr 2025 11:13:27 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>78a84fbfa4ffc4bb6e95560a909b2ac3efa0aad2 - Merge tag &apos;v6.15-rc1&apos; into x86/mm, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/io_uring/Kconfig#78a84fbfa4ffc4bb6e95560a909b2ac3efa0aad2</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/mm, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/io_uring/Kconfig</description>
        <pubDate>Wed, 09 Apr 2025 22:00:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
