<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8c8fa605 - selftest, ptrace: Add selftest for syscall user dispatch config api</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#8c8fa605</link>
        <description>selftest, ptrace: Add selftest for syscall user dispatch config apiValidate that the following new ptrace requests work as expected * PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG   returns the contents of task-&gt;syscall_dispatch * PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG   sets the contents of task-&gt;syscall_dispatchSigned-off-by: Gregory Price &lt;gregory.price@memverge.com&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Link: https://lore.kernel.org/r/20230407171834.3558-5-gregory.price@memverge.com

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Fri, 07 Apr 2023 17:18:34 +0000</pubDate>
        <dc:creator>Gregory Price &lt;gourry.memverge@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c983a14 - selftests: ptrace: Use installed kernel headers search path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#4c983a14</link>
        <description>selftests: ptrace: Use installed kernel headers search pathUse $(KHDR_INCLUDES) as lookup path for installed kernel headers ratherthan using kernel headers in include/uapi from the source kernel treekernel headers.Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: linux-kselftest@vger.kernel.orgCc: Ingo Molnar &lt;mingo@redhat.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 13:57:54 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>2de4e823 - selftests/ptrace: add test cases for dead-locks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#2de4e823</link>
        <description>selftests/ptrace: add test cases for dead-locksThis adds test cases for ptrace deadlocks.Additionally fixes a compile problem in get_syscall_info.c,observed with gcc-4.8.4:get_syscall_info.c: In function &apos;get_syscall_info&apos;:get_syscall_info.c:93:3: error: &apos;for&apos; loop initial declarations are only                                 allowed in C99 mode   for (unsigned int i = 0; i &lt; ARRAY_SIZE(args); ++i) {   ^get_syscall_info.c:93:3: note: use option -std=c99 or -std=gnu99 to compile                               your codeSigned-off-by: Bernd Edlinger &lt;bernd.edlinger@hotmail.de&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Eric W. Biederman &lt;ebiederm@xmission.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Fri, 20 Mar 2020 20:26:19 +0000</pubDate>
        <dc:creator>Bernd Edlinger &lt;bernd.edlinger@hotmail.de&gt;</dc:creator>
    </item>
<item>
        <title>ac76de55 - selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#ac76de55</link>
        <description>selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFOCheck whether PTRACE_GET_SYSCALL_INFO semantics implemented in thekernel matches userspace expectations.[akpm@linux-foundation.org: coding-style fixes]Link: http://lkml.kernel.org/r/20190510152852.GG28558@altlinux.orgSigned-off-by: Dmitry V. Levin &lt;ldv@altlinux.org&gt;Acked-by: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Elvira Khabirova &lt;lineprinter@altlinux.org&gt;Cc: Eugene Syromyatnikov &lt;esyr@redhat.com&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Greentime Hu &lt;greentime@andestech.com&gt;Cc: Helge Deller &lt;deller@gmx.de&gt;	[parisc]Cc: James E.J. Bottomley &lt;jejb@parisc-linux.org&gt;Cc: James Hogan &lt;jhogan@kernel.org&gt;Cc: kbuild test robot &lt;lkp@intel.com&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Paul Burton &lt;paul.burton@mips.com&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Ralf Baechle &lt;ralf@linux-mips.org&gt;Cc: Richard Kuo &lt;rkuo@codeaurora.org&gt;Cc: Vincent Chen &lt;deanbo422@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Tue, 16 Jul 2019 23:29:46 +0000</pubDate>
        <dc:creator>Dmitry V. Levin &lt;ldv@altlinux.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>88baa78d - selftests: remove duplicated all and clean target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#88baa78d</link>
        <description>selftests: remove duplicated all and clean targetCurrently, kselftest use TEST_PROGS, TEST_PROGS_EXTENDED, TEST_FILES toindicate the test program, extended test program and test files. It iseasy to understand the purpose of these files. But mix of compiled anduncompiled files lead to duplicated &quot;all&quot; and &quot;clean&quot; targets.In order to remove the duplicated targets, introduce TEST_GEN_PROGS,TEST_GEN_PROGS_EXTENDED, TEST_GEN_FILES to indicate the compiledobjects.Also, the later patch will make use of TEST_GEN_XXX to redirect thesefiles to output directory indicated by KBUILD_OUTPUT or O.And add this changes to &quot;Contributing new tests(details)&quot; ofDocumentation/kselftest.txt.Signed-off-by: Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Tue, 29 Nov 2016 11:55:47 +0000</pubDate>
        <dc:creator>bamvor.zhangjian@huawei.com &lt;bamvor.zhangjian@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>5e29a910 - selftests: Introduce minimal shared logic for running tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#5e29a910</link>
        <description>selftests: Introduce minimal shared logic for running testsThis adds a Make include file which most selftests can then include toget the run_tests logic.On its own this has the advantage of some reduction in repetition, andalso means the pass/fail message is defined in fewer places.However the key advantage is it will allow us to implement install verysimply in a subsequent patch.The default implementation just executes each program in $(TEST_PROGS).We use a variable to hold the default implementation of $(RUN_TESTS)because that gives us a clean way to override it if necessary, ie. usingoverride. The mount, memory-hotplug and mqueue tests use that to providea different implementation.Tests are not run via /bin/bash, so if they are scripts they must beexecutable, we add a+x to several.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Wed, 11 Mar 2015 04:05:59 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>17afab1d - selftest: add a test case for PTRACE_PEEKSIGINFO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ptrace/Makefile#17afab1d</link>
        <description>selftest: add a test case for PTRACE_PEEKSIGINFO* Dump signals from process-wide and per-thread queues with  different sizes of buffers.* Check error paths for buffers with restricted permissions. A part of  buffer or a whole buffer is for read-only.* Try to get nonexistent signal.Signed-off-by: Andrew Vagin &lt;avagin@openvz.org&gt;Cc: Roland McGrath &lt;roland@redhat.com&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: &quot;Paul E. McKenney&quot; &lt;paulmck@linux.vnet.ibm.com&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: Dave Jones &lt;davej@redhat.com&gt;Cc: &quot;Michael Kerrisk (man-pages)&quot; &lt;mtk.manpages@gmail.com&gt;Cc: Pavel Emelyanov &lt;xemul@parallels.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Pedro Alves &lt;palves@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ptrace/Makefile</description>
        <pubDate>Tue, 30 Apr 2013 22:28:00 +0000</pubDate>
        <dc:creator>Andrey Vagin &lt;avagin@openvz.org&gt;</dc:creator>
    </item>
</channel>
</rss>
