<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3424d8c18a7da1010d03391a22e728b857d0d5c5 - Merge tag &apos;core-entry-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#3424d8c18a7da1010d03391a22e728b857d0d5c5</link>
        <description>Merge tag &apos;core-entry-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull generic entry code updates from Thomas Gleixner: - Make syscall user dispatching configurable   Not all architectures can makes use of syscall user dispatching.   Allow them to disable the feature completely. - Consolidate stack randomization for the generic entry code and the   architectures using it.   Stack randomization on syscall entry was sprinkled throughout the   architecture specific low level entry code and in some cases at the   wrong points, e.g. before establishing state, which violates the   non-instrumentable constraints of that code.   Clean this up by integrating stack randomization into the generic   entry code helpers so that it is invoked at the earliest possible   point right after establishing state and converting all generic entry   code using architecture over. - Clean up the syscall number handling in the generic entry code. It   works correctly for architectures which have a separate return value   storage in pt_regs, but fails to distinguish the case where user   space handed in -1 as syscall number from the case where the entry   code rejects it by returning -1 to the callers. Aside of that the   return value functionality of those interfaces is not really   intuitive.   Fix this by separating the decision to reject a syscall (user   dispatch, ptrace, seccomp ...) from the potential modification of the   syscall number through these mechanisms.   This solves most of the problems for architectures which do not have   a separate return value storage in pt_regs except for the case where   a tracepoint has a BPF script or a probe attached which overwrite   both the syscall number and the return value. But that&apos;s a problem   which cannot be solved in the generic code, that only can be   addressed by separating the storage model in the affected   architectures.* tag &apos;core-entry-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits)  entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution  entry: Make return type of syscall_trace_enter() bool  entry: Rework trace_syscall_enter()  entry: Rework syscall_audit_enter()  syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH  entry: Fix seccomp bypass after ptrace with TSYNC  x86/entry: Simplify the syscall number logic  x86/entry: Get rid of the sys_ni_syscall() indirection  x86/entry: Make syscall functions static  ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()  seccomp, treewide: Rename and convert __secure_computing() to return boolean  entry: Use syscall number instead of rereading it  entry: Remove syscall_enter_from_user_mode()  x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()  s390/syscall: Use enter_from_user_mode_randomize_stack()  riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()  powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()  loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()  entry: Provide [syscall_]enter_from_user_mode_randomize_stack()  randomize_kstack: Provide add_random_kstack_offset_irqsoff()  ...

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Wed, 19 Aug 2026 00:00:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ee935e8dc757614006ac29a7d98a15882cdcaeb2 - syscall_user_dispatch: Make it configurable in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#ee935e8dc757614006ac29a7d98a15882cdcaeb2</link>
        <description>syscall_user_dispatch: Make it configurable in KconfigSyscall User Dispatch is presently built under CONFIG_GENERIC_SYSCALL andcannot be disabled independently.Add CONFIG_SYSCALL_USER_DISPATCH to make it an optional feature.Signed-off-by: Gregory Price &lt;gourry@gourry.net&gt;Signed-off-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Link: https://patch.msgid.link/20260706140020.873735-2-gourry@gourry.net

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Mon, 06 Jul 2026 16:00:18 +0200</pubDate>
        <dc:creator>Gregory Price &lt;gourry@gourry.net&gt;</dc:creator>
    </item>
<item>
        <title>cdd38c5f1ce4398ec58fec95904b75824daab7b5 - Merge remote-tracking branch &apos;net/master&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#cdd38c5f1ce4398ec58fec95904b75824daab7b5</link>
        <description>Merge remote-tracking branch &apos;net/master&apos;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Wed, 24 Feb 2021 13:36:58 +0100</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;</dc:creator>
    </item>
<item>
        <title>cbecf716ca618fd44feda6bd9a64a8179d031fc5 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#cbecf716ca618fd44feda6bd9a64a8179d031fc5</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.12 merge window.

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Tue, 23 Feb 2021 06:35:15 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>415e915fdfc775ad0c6675fde1008f6f43dd6251 - Merge tag &apos;v5.11&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#415e915fdfc775ad0c6675fde1008f6f43dd6251</link>
        <description>Merge tag &apos;v5.11&apos; into nextMerge with mainline to get latest APIs and device tree bindings.

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Tue, 23 Feb 2021 06:21:03 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9d4d8572a539ef807e21c196f145aa365fd52f0e - Merge tag &apos;amba-make-remove-return-void&apos; of https://git.pengutronix.de/git/ukl/linux into devel-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#9d4d8572a539ef807e21c196f145aa365fd52f0e</link>
        <description>Merge tag &apos;amba-make-remove-return-void&apos; of https://git.pengutronix.de/git/ukl/linux into devel-stableTag for adaptions to struct amba_driver::remove changing prototype

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Tue, 02 Feb 2021 15:37:25 +0100</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>715a1284d89a740b197b3bad5eb20d36a397382f - Merge branch &apos;cpuidle-fix&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#715a1284d89a740b197b3bad5eb20d36a397382f</link>
        <description>Merge branch &apos;cpuidle-fix&apos; into fixes

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Fri, 15 Jan 2021 11:48:43 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>d263dfa7d2697a43f3299b9731cd568ee49cdd2c - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#d263dfa7d2697a43f3299b9731cd568ee49cdd2c</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to get a common base for merging topic branches betweendrm-intel-next and drm-intel-gt-next.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Fri, 15 Jan 2021 07:49:57 +0100</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>10205618052908770451acd33eaeaa7685e97ed2 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#10205618052908770451acd33eaeaa7685e97ed2</link>
        <description>Merge drm/drm-next into drm-intel-nextsync-up to not fall too much behind.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Fri, 08 Jan 2021 12:03:51 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6dcb8bf9a1d7f6d137a17b76177cd67e9b8e023d - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#6dcb8bf9a1d7f6d137a17b76177cd67e9b8e023d</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextBack-merge of 5.11-devel branch for syncing the result changes.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Thu, 07 Jan 2021 18:52:46 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7b62275507232f01f66d3e7d05c77bbd9009b726 - Merge tag &apos;asoc-fix-v5.11-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/tools/testing/selftests/syscall_user_dispatch/config#7b62275507232f01f66d3e7d05c77bbd9009b726</link>
        <description>Merge tag &apos;asoc-fix-v5.11-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v5.11A collection of mostly driver specific fixes, plus a maintainershipupdate for TI and a fix for DAPM driver removal paths.

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Thu, 07 Jan 2021 18:51:39 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2313f4700327fb7d6aa3989edfa5bffcd7080d36 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#2313f4700327fb7d6aa3989edfa5bffcd7080d36</link>
        <description>Merge drm/drm-next into drm-misc-nextStaying in sync to drm-next, and to be able to pull ttm fixes.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Thu, 07 Jan 2021 14:11:28 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8db90aa36063f471bea1e65e23185913043852dc - Merge tag &apos;v5.11-rc1&apos; into spi-5.11</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#8db90aa36063f471bea1e65e23185913043852dc</link>
        <description>Merge tag &apos;v5.11-rc1&apos; into spi-5.11Linux 5.11-rc1

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Mon, 28 Dec 2020 15:20:15 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc - Merge tag &apos;v5.11-rc1&apos; into regulator-5.11</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#2ae6f64ce1ce304b502461fdfe0b96c8171ae2cc</link>
        <description>Merge tag &apos;v5.11-rc1&apos; into regulator-5.11Linux 5.11-rc1

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Mon, 28 Dec 2020 15:20:00 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f81325a05e9317f09a2e4ec57a52e4e49eb42b54 - Merge tag &apos;v5.11-rc1&apos; into asoc-5.11</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#f81325a05e9317f09a2e4ec57a52e4e49eb42b54</link>
        <description>Merge tag &apos;v5.11-rc1&apos; into asoc-5.11Linux 5.11-rc1

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Mon, 28 Dec 2020 15:16:53 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>281a94b0f2f0775a2b7825c18bccf7e4c922b7b3 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#281a94b0f2f0775a2b7825c18bccf7e4c922b7b3</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf/coreTo pick up fixes and check what UAPI headers need to be synched.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Thu, 17 Dec 2020 18:37:24 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1ac0884d5474fea8dc6ceabbd0e870d1bf4b7b42 - Merge tag &apos;core-entry-2020-12-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#1ac0884d5474fea8dc6ceabbd0e870d1bf4b7b42</link>
        <description>Merge tag &apos;core-entry-2020-12-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull core entry/exit updates from Thomas Gleixner: &quot;A set of updates for entry/exit handling:   - More generalization of entry/exit functionality   - The consolidation work to reclaim TIF flags on x86 and also for     non-x86 specific TIF flags which are solely relevant for syscall     related work and have been moved into their own storage space. The     x86 specific part had to be merged in to avoid a major conflict.   - The TIF_NOTIFY_SIGNAL work which replaces the inefficient signal     delivery mode of task work and results in an impressive performance     improvement for io_uring. The non-x86 consolidation of this is     going to come seperate via Jens.   - The selective syscall redirection facility which provides a clean     and efficient way to support the non-Linux syscalls of WINE by     catching them at syscall entry and redirecting them to the user     space emulation. This can be utilized for other purposes as well     and has been designed carefully to avoid overhead for the regular     fastpath. This includes the core changes and the x86 support code.   - Simplification of the context tracking entry/exit handling for the     users of the generic entry code which guarantee the proper ordering     and protection.   - Preparatory changes to make the generic entry code accomodate S390     specific requirements which are mostly related to their syscall     restart mechanism&quot;* tag &apos;core-entry-2020-12-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (36 commits)  entry: Add syscall_exit_to_user_mode_work()  entry: Add exit_to_user_mode() wrapper  entry_Add_enter_from_user_mode_wrapper  entry: Rename exit_to_user_mode()  entry: Rename enter_from_user_mode()  docs: Document Syscall User Dispatch  selftests: Add benchmark for syscall user dispatch  selftests: Add kselftest for syscall user dispatch  entry: Support Syscall User Dispatch on common syscall entry  kernel: Implement selective syscall userspace redirection  signal: Expose SYS_USER_DISPATCH si_code type  x86: vdso: Expose sigreturn address on vdso to the kernel  MAINTAINERS: Add entry for common entry code  entry: Fix boot for !CONFIG_GENERIC_ENTRY  x86: Support HAVE_CONTEXT_TRACKING_OFFSTACK  context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFSTACK archs  sched: Detect call to schedule from critical entry code  context_tracking: Don&apos;t implement exception_enter/exit() on CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK  context_tracking: Introduce HAVE_CONTEXT_TRACKING_OFFSTACK  x86: Reclaim unused x86 TI flags  ...

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Tue, 15 Dec 2020 02:13:53 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>179ef035992e89646e17138b18b130bb874b86bb - selftests: Add kselftest for syscall user dispatch</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/syscall_user_dispatch/config#179ef035992e89646e17138b18b130bb874b86bb</link>
        <description>selftests: Add kselftest for syscall user dispatchImplement functionality tests for syscall user dispatch.  In order tomake the test portable, refrain from open coding syscall dispatchers andcalculating glibc memory ranges.Signed-off-by: Gabriel Krisman Bertazi &lt;krisman@collabora.com&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Andy Lutomirski &lt;luto@kernel.org&gt;Acked-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Link: https://lore.kernel.org/r/20201127193238.821364-6-krisman@collabora.com

            List of files:
            /linux/tools/testing/selftests/syscall_user_dispatch/config</description>
        <pubDate>Fri, 27 Nov 2020 20:32:36 +0100</pubDate>
        <dc:creator>Gabriel Krisman Bertazi &lt;krisman@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
