<?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 Makefile</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/filesystems/overlayfs/Makefile#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/filesystems/overlayfs/Makefile</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>aaed66fadba2d2de8fe0daa0aa3eac827d2076b9 - Merge tag &apos;vfs-7.3-rc1.ovl&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#aaed66fadba2d2de8fe0daa0aa3eac827d2076b9</link>
        <description>Merge tag &apos;vfs-7.3-rc1.ovl&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsPull overlayfs updates from Christian Brauner: &quot;This lets the merged overlayfs mount itself be idmapped through  mount_setattr(MOUNT_ATTR_IDMAP), in addition to the already supported  idmapped lower and upper layers. The same overlay tree can then be  exposed under a different ownership view.  Overlayfs already normalizes every underlying id through the relevant  layer idmap when ovl_copyattr() copies attributes into the overlay  inode. So the overlay inode&apos;s i_uid and i_gid are overlay-final ids.  The overlay mount idmap composes on top of that and is applied at the  overlay-inode boundary only while the underlying layers keep being  accessed with the mounter&apos;s credentials through their own (possibly  idmapped) mounts.  So this only changes how the caller sees the overlay inode and never  widens the mounter&apos;s access to the layers. The second,  mounter-credential check in ovl_permission() against the real inode  stays on the layer idmap.  Most paths need no change because the VFS applies the mount idmap to  the overlay inode before overlayfs runs or after it returns at the  syscall boundary. Overlayfs only has to change where it bypasses the  generic path.  This also included is a fix for a double end_creating() on the  overlayfs casefold-mismatch path&quot;* tag &apos;vfs-7.3-rc1.ovl&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:  ovl: fix double end_creating() on the casefold-mismatch path  ovl: document security.capability idmapping on the xattr forward paths  selftests/filesystems/overlayfs: test idmapped overlay mounts  selftests/filesystems/overlayfs: fix set_layers_via_fds link error  docs: document idmapped overlay mounts  ovl: allow idmapping overlay mounts  ovl: handle idmapped mounts in ovl_set_acl()  ovl: handle idmapped mounts in ovl_getattr()  ovl: handle idmapped mounts in ovl_setattr()  ovl: handle idmapped mounts in ovl_permission()  ovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 22:38:36 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>68f0e94b5850289c103278497457652b18c7355f - Merge patch series &quot;ovl: support idmapped overlay mounts&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#68f0e94b5850289c103278497457652b18c7355f</link>
        <description>Merge patch series &quot;ovl: support idmapped overlay mounts&quot;Christian Brauner &lt;brauner@kernel.org&gt; says:ovl: support idmapped overlay mountsI&apos;ve been asked about this feature multiple times and had actuallyimplemented it right when I did the initial idmapped layer support.So here&apos;s a new version of this series.This series lets the merged overlayfs mount itself be idmapped viamount_setattr(MOUNT_ATTR_IDMAP), in addition to the already supportedidmapped lower and upper layers.  It allows the same overlay tree tobe exposed under a different ownership view, e.g. a container seeingthe merged tree as 0:0 regardless of the on-disk or per-layer ids.Overlayfs already normalizes every underlying id through the relevantlayer idmap when it copies attributes into the overlay inode(ovl_copyattr()), so the overlay inode&apos;s i_{u,g}id are &quot;overlay-final&quot;ids.  The overlay mount idmap O composes on top of that pivot:    caller view  &lt;--O--&gt;  overlay-final id  &lt;--layer idmap--&gt;  on-diskO is applied at the overlay-inode boundary only - permission, getattr,setattr, the ACL owner checks and inode_init_owner() - while theunderlying layers keep being accessed with the mounter&apos;s credentialsthrough their own, possibly idmapped, mounts.  The mount idmap thusonly changes how the caller sees the overlay inode and never widensthe mounter&apos;s access to the layers: the second, mounter-credentialcheck in ovl_permission() against the real inode stays on the layeridmap.Most paths need no change because the VFS applies O to the overlayinode before overlayfs runs (sticky/rename/unlink/create gating) orafter it returns at the syscall boundary (the POSIX ACL get/settranslation).  Overlayfs only acts where it bypasses the generic path:getattr (it stats the real path), the setattr forward to the upper(the requested id is rebased from O into overlay-final space beforebeing handed down), inode_init_owner() on create/tmpfile, and its ownowner checks in ovl_set_acl().FS_ALLOW_IDMAP is set last, once every operation honors O, so there isno bisection point where the mount is idmappable but an operationstill ignores the idmapping.Note that fstests will be broken by this temporarily as they rely on theability to create whiteouts for unprivileged device node creation. Thatcan be adjusted.* patches from https://patch.msgid.link/20260615-work-idmapped-overlayfs-v1-0-7381632aa402@kernel.org:  ovl: document security.capability idmapping on the xattr forward paths  selftests/filesystems/overlayfs: test idmapped overlay mounts  selftests/filesystems/overlayfs: fix set_layers_via_fds link error  docs: document idmapped overlay mounts  ovl: allow idmapping overlay mounts  ovl: handle idmapped mounts in ovl_set_acl()  ovl: handle idmapped mounts in ovl_getattr()  ovl: handle idmapped mounts in ovl_setattr()  ovl: handle idmapped mounts in ovl_permission()  ovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()Link: https://patch.msgid.link/20260615-work-idmapped-overlayfs-v1-0-7381632aa402@kernel.orgSigned-off-by: Christian Brauner (Amutable) &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Thu, 25 Jun 2026 12:40:26 +0200</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1ec284f38b9f6d60c1e2c935a37bd6484cd2d14d - selftests/filesystems/overlayfs: test idmapped overlay mounts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#1ec284f38b9f6d60c1e2c935a37bd6484cd2d14d</link>
        <description>selftests/filesystems/overlayfs: test idmapped overlay mountsAdd a selftest for idmapping the merged overlay mount itself.  Itapplies an idmapping to a freshly created (still detached) overlaymount with mount_setattr(MOUNT_ATTR_IDMAP) and checks that:  - getattr reports ownership mapped through the mount idmap;  - a file created through the idmapped mount is stored on the upper    layer with the corresponding overlay-final id;  - chown through the idmapped mount round-trips;  - an nfs_export overlay can be idmapped and decodable file handles    round-trip through it with correctly mapped ownership.The layers live on a private tmpfs and are owned by the host id so thatthey map to id 0 through the test idmapping, allowing the root callerto operate on them.Link: https://patch.msgid.link/20260615-work-idmapped-overlayfs-v1-9-7381632aa402@kernel.orgReviewed-by: Amir Goldstein &lt;amir73il@gmail.com&gt;Signed-off-by: Christian Brauner (Amutable) &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 15 Jun 2026 15:19:58 +0200</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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/tools/testing/selftests/filesystems/overlayfs/Makefile#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/tools/testing/selftests/filesystems/overlayfs/Makefile</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>3e406741b19890c3d8a2ed126aa7c23b106ca9e1 - Merge tag &apos;vfs-6.16-rc1.selftests&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#3e406741b19890c3d8a2ed126aa7c23b106ca9e1</link>
        <description>Merge tag &apos;vfs-6.16-rc1.selftests&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsPull vfs selftests updates from Christian Brauner: &quot;This contains various cleanups, fixes, and extensions for out  filesystem selftests&quot;* tag &apos;vfs-6.16-rc1.selftests&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:  selftests/fs/mount-notify: add a test variant running inside userns  selftests/filesystems: create setup_userns() helper  selftests/filesystems: create get_unique_mnt_id() helper  selftests/fs/mount-notify: build with tools include dir  selftests/mount_settattr: remove duplicate syscall definitions  selftests/pidfd: move syscall definitions into wrappers.h  selftests/fs/statmount: build with tools include dir  selftests/filesystems: move wrapper.h out of overlayfs subdir  selftests/mount_settattr: ensure that ext4 filesystem can be created  selftests/mount_settattr: add missing STATX_MNT_ID_UNIQUE define  selftests/mount_settattr: don&apos;t define sys_open_tree() twice

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 26 May 2025 20:32:28 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7ec091c55986423b6460604a6921e441e23d68c7 - Merge patch series &quot;filesystems selftests cleanups and fanotify test&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/filesystems/overlayfs/Makefile#7ec091c55986423b6460604a6921e441e23d68c7</link>
        <description>Merge patch series &quot;filesystems selftests cleanups and fanotify test&quot;Amir Goldstein &lt;amir73il@gmail.com&gt; says:This adds a test for fanotify mount ns notifications inside userns [1].While working on the test I ended up making lots of cleanups to reducebuild dependency on make headers_install.These patches got rid of the dependency for my kvm setup for theaffected filesystems tests.Building with TOOLS_INCLUDES dir was recommended by John Hubbard [2].NOTE #1: these patches are based on a merge of vfs-6.16.mount(changes wrappers.h) into v6.15-rc5 (changes mount-notify_test.c),so if this cleanup is acceptable, we should probably setup a selftestsbranch for 6.16, so that it can be used to test the fanotify patches.NOTE #2: some of the defines in wrappers.h are left for overlayfs andmount_setattr tests, which were not converted to use TOOLS_INCLUDES.I did not want to mess with those tests.* patches from https://lore.kernel.org/20250509133240.529330-1-amir73il@gmail.com:  selftests/fs/mount-notify: add a test variant running inside userns  selftests/filesystems: create setup_userns() helper  selftests/filesystems: create get_unique_mnt_id() helper  selftests/fs/mount-notify: build with tools include dir  selftests/mount_settattr: remove duplicate syscall definitions  selftests/pidfd: move syscall definitions into wrappers.h  selftests/fs/statmount: build with tools include dir  selftests/filesystems: move wrapper.h out of overlayfs subdirLink: https://lore.kernel.org/20250509133240.529330-1-amir73il@gmail.comSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/filesystems/overlayfs/Makefile</description>
        <pubDate>Mon, 12 May 2025 11:40:18 +0200</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
