<?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>c0dec4b8 - iommufd: IOMMU_IOAS_CHANGE_PROCESS selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/iommu/Makefile#c0dec4b8</link>
        <description>iommufd: IOMMU_IOAS_CHANGE_PROCESS selftestAdd selftest cases for IOMMU_IOAS_CHANGE_PROCESS.Link: https://patch.msgid.link/r/1731527497-16091-5-git-send-email-steven.sistare@oracle.comSigned-off-by: Steve Sistare &lt;steven.sistare@oracle.com&gt;Reviewed-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/iommu/Makefile</description>
        <pubDate>Wed, 13 Nov 2024 19:51:37 +0000</pubDate>
        <dc:creator>Steve Sistare &lt;steven.sistare@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>cc937dad - selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/iommu/Makefile#cc937dad</link>
        <description>selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkCentralize the _GNU_SOURCE definition to CFLAGS in lib.mk.  Removeredundant defines from Makefiles that import lib.mk.  Convert any usage of&quot;#define _GNU_SOURCE 1&quot; to &quot;#define _GNU_SOURCE&quot;.This uses the form &quot;-D_GNU_SOURCE=&quot;, which is equivalent to&quot;#define _GNU_SOURCE&quot;.Otherwise using &quot;-D_GNU_SOURCE&quot; is equivalent to &quot;-D_GNU_SOURCE=1&quot; and&quot;#define _GNU_SOURCE 1&quot;, which is less commonly seen in source code andwould require many changes in selftests to avoid redefinition warnings.Link: https://lkml.kernel.org/r/20240625223454.1586259-2-edliaw@google.comSigned-off-by: Edward Liaw &lt;edliaw@google.com&gt;Suggested-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Andr&#233; Almeida &lt;andrealmeid@igalia.com&gt;Cc: Darren Hart &lt;dvhart@infradead.org&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: Davidlohr Bueso &lt;dave@stgolabs.net&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: Jarkko Sakkinen &lt;jarkko@kernel.org&gt;Cc: Jason Gunthorpe &lt;jgg@ziepe.ca&gt;Cc: Kees Cook &lt;kees@kernel.org&gt;Cc: Kevin Tian &lt;kevin.tian@intel.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Reinette Chatre &lt;reinette.chatre@intel.com&gt;Cc: Sean Christopherson &lt;seanjc@google.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/iommu/Makefile</description>
        <pubDate>Tue, 25 Jun 2024 22:34:45 +0000</pubDate>
        <dc:creator>Edward Liaw &lt;edliaw@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0d7a9167 - selftests: iommu: Use installed kernel headers search path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/iommu/Makefile#0d7a9167</link>
        <description>selftests: iommu: 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.Remove bogus ../../../../include/ from the search path, becausekernel source headers are not needed by those user-space selftests, andit causes issues because -I paths are searched before -isystem paths,and conflicts for files appearing both in kernel sources and in uapiheaders with incompatible semantics (e.g. types.h).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/iommu/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 13:57:52 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>57f09887 - iommufd: Add a selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/iommu/Makefile#57f09887</link>
        <description>iommufd: Add a selftestCover the essential functionality of the iommufd with a directed test fromuserspace. This aims to achieve reasonable functional coverage using thein-kernel self test framework.A second test does a failure injection sweep of the success paths to studyerror unwind behaviors.This allows achieving high coverage of the corner cases in pages.c.The selftest requires CONFIG_IOMMUFD_TEST to be enabled, and several hugepages which may require:  echo 4 &gt; /proc/sys/vm/nr_hugepagesLink: https://lore.kernel.org/r/19-v6-a196d26f289e+11787-iommufd_jgg@nvidia.comTested-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;Tested-by: Matthew Rosato &lt;mjrosato@linux.ibm.com&gt; # s390Tested-by: Yi Liu &lt;yi.l.liu@intel.com&gt;Tested-by: Eric Auger &lt;eric.auger@redhat.com&gt; # aarch64Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;Signed-off-by: Yi Liu &lt;yi.l.liu@intel.com&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/iommu/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 20:29:42 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
