<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</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/tools/testing/selftests/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/testing/selftests/Makefile</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/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</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>f154634e42f724a3444694273e396f0a62fef3f1 - Merge tag &apos;linux_kselftest-next-7.1-next-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#f154634e42f724a3444694273e396f0a62fef3f1</link>
        <description>Merge tag &apos;linux_kselftest-next-7.1-next-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kselftest fixes from Shuah Khan: &quot;Fix regressions in non-bash shells and busybox support, and revert a  commit that regressed in build and installation when one or more tests  fail to build.  Fix duplicated test number reporting introduced in ktap support patch&quot;* tag &apos;linux_kselftest-next-7.1-next-fixes&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests: Fix duplicated test number reporting  selftests: Fix runner.sh for non-bash shells  selftests: Fix runner.sh busybox support  selftests: Deescalate error reporting

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Tue, 21 Apr 2026 02:19:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4b0b946019e7376752456380b67e54eea2f10a7c - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#4b0b946019e7376752456380b67e54eea2f10a7c</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaPull rdma updates from Jason Gunthorpe: &quot;The usual collection of driver changes, more core infrastructure  updates that typical this cycle:   - Minor cleanups and kernel-doc fixes in bnxt_re, hns, rdmavt, efa,     ocrdma, erdma, rtrs, hfi1, ionic, and pvrdma   - New udata validation framework and driver updates   - Modernize CQ creation interface in mlx4 and mlx5, manage CQ umem in     core   - Promote UMEM to a core component, split out DMA block iterator     logic   - Introduce FRMR pools with aging, statistics, pinned handles, and     netlink control and use it in mlx5   - Add PCIe TLP emulation support in mlx5   - Extend umem to work with revocable pinned dmabuf&apos;s and use it in     irdma   - More net namespace improvements for rxe   - GEN4 hardware support in irdma   - First steps to MW and UC support in mana_ib   - Support for CQ umem and doorbells in bnxt_re   - Drop opa_vnic driver from hfi1  Fixes:   - IB/core zero dmac neighbor resolution race   - GID table memory free   - rxe pad/ICRC validation and r_key async errors   - mlx4 external umem for CQ   - umem DMA attributes on unmap   - mana_ib RX steering on RSS QP destroy&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (116 commits)  RDMA/core: Fix user CQ creation for drivers without create_cq  RDMA/ionic: bound node_desc sysfs read with %.64s  IB/core: Fix zero dmac race in neighbor resolution  RDMA/mana_ib: Support memory windows  RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv  RDMA/core: Prefer NLA_NUL_STRING  RDMA/core: Fix memory free for GID table  RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()  RDMA: Remove redundant = {} for udata req structs  RDMA/irdma: Add missing comp_mask check in alloc_ucontext  RDMA/hns: Add missing comp_mask check in create_qp  RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()  RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask  RDMA/hns: Use ib_copy_validate_udata_in()  RDMA/mlx4: Use ib_copy_validate_udata_in() for QP  RDMA/mlx4: Use ib_copy_validate_udata_in()  RDMA/mlx5: Use ib_copy_validate_udata_in() for MW  RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ  RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq  RDMA: Use ib_copy_validate_udata_in() for implicit full structs  ...

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 20:20:35 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cad6f32665cbff8e556a1da035e55261f7374ebd - selftests: Deescalate error reporting</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#cad6f32665cbff8e556a1da035e55261f7374ebd</link>
        <description>selftests: Deescalate error reportingCommit 7e47389142b8 (&quot;selftests: Preserve subtarget failures inall/install&quot;) updated the propagation of errors from indivdual kselftesttargets to be similar to that seen with FORCE_TARGETS.  While it wouldbe really nice to be in a position to do this currently it is prematureto do this as the default behaviour.At present we default to trying to build all selftests but a combinationof code quality issues and build dependencies mean that it is almostcertain that at least one of them will fail to build (for example,several depend on clang so don&apos;t work in a GCC container) and a toplevel failure in the kselftest build reported.  Further, the resultingfailures mean that the install target does not run at all so any buildproblem is escallated to a complete failure to produce a kselftesttarball so CI systems that run into issues loose all selftests coverage.This has been causing disruption to a range of CI systems includingKernelCI, mine and Arm&apos;s internal one.Revert the commit, users who need this behaviour should be able to useFORCE_TARGETS for the time being.  At present users that do this (suchas linux-next) are most likely building a subset of targets known tosucceed in their environments.Link: https://lore.kernel.org/r/20260416-selftests-deescalate-error-reporting-v1-1-38e7c0536227@kernel.orgFixes: 7e47389142b8 (&quot;selftests: Preserve subtarget failures in all/install&quot;)Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Thu, 16 Apr 2026 15:19:24 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7c8a4671dc3247a26a702e5f5996e9f453d7070d - Merge tag &apos;vfs-7.1-rc1.mount.v2&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/Makefile#7c8a4671dc3247a26a702e5f5996e9f453d7070d</link>
        <description>Merge tag &apos;vfs-7.1-rc1.mount.v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsPull vfs mount updates from Christian Brauner: - Add FSMOUNT_NAMESPACE flag to fsmount() that creates a new mount   namespace with the newly created filesystem attached to a copy of the   real rootfs. This returns a namespace file descriptor instead of an   O_PATH mount fd, similar to how OPEN_TREE_NAMESPACE works for   open_tree().   This allows creating a new filesystem and immediately placing it in a   new mount namespace in a single operation, which is useful for   container runtimes and other namespace-based isolation mechanisms.   This accompanies OPEN_TREE_NAMESPACE and avoids a needless detour via   OPEN_TREE_NAMESPACE to get the same effect. Will be especially useful   when you mount an actual filesystem to be used as the container   rootfs. - Currently, creating a new mount namespace always copies the entire   mount tree from the caller&apos;s namespace. For containers and sandboxes   that intend to build their mount table from scratch this is wasteful:   they inherit a potentially large mount tree only to immediately tear   it down.   This series adds support for creating a mount namespace that contains   only a clone of the root mount, with none of the child mounts. Two   new flags are introduced:     - CLONE_EMPTY_MNTNS (0x400000000) for clone3(), using the 64-bit flag space     - UNSHARE_EMPTY_MNTNS (0x00100000) for unshare()   Both flags imply CLONE_NEWNS. The resulting namespace contains a   single nullfs root mount with an immutable empty directory. The   intended workflow is to then mount a real filesystem (e.g., tmpfs)   over the root and build the mount table from there. - Allow MOVE_MOUNT_BENEATH to target the caller&apos;s rootfs, allowing to   switch out the rootfs without pivot_root(2).   The traditional approach to switching the rootfs involves   pivot_root(2) or a chroot_fs_refs()-based mechanism that atomically   updates fs-&gt;root for all tasks sharing the same fs_struct. This has   consequences for fork(), unshare(CLONE_FS), and setns().   This series instead decomposes root-switching into individually   atomic, locally-scoped steps:	fd_tree = open_tree(-EBADF, &quot;/newroot&quot;, OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC);	fchdir(fd_tree);	move_mount(fd_tree, &quot;&quot;, AT_FDCWD, &quot;/&quot;, MOVE_MOUNT_BENEATH | MOVE_MOUNT_F_EMPTY_PATH);	chroot(&quot;.&quot;);	umount2(&quot;.&quot;, MNT_DETACH);   Since each step only modifies the caller&apos;s own state, the   fork/unshare/setns races are eliminated by design.   A key step to making this possible is to remove the locked mount   restriction. Originally MOVE_MOUNT_BENEATH doesn&apos;t support mounting   beneath a mount that is locked. The locked mount protects the   underlying mount from being revealed. This is a core mechanism of   unshare(CLONE_NEWUSER | CLONE_NEWNS). The mounts in the new mount   namespace become locked. That effectively makes the new mount table   useless as the caller cannot ever get rid of any of the mounts no   matter how useless they are.   We can lift this restriction though. We simply transfer the locked   property from the top mount to the mount beneath. This works because   what we care about is to protect the underlying mount aka the parent.   The mount mounted between the parent and the top mount takes over the   job of protecting the parent mount from the top mount mount. This   leaves us free to remove the locked property from the top mount which   can consequently be unmounted:	unshare(CLONE_NEWUSER | CLONE_NEWNS)   and we inherit a clone of procfs on /proc then currently we cannot   unmount it as:	umount -l /proc   will fail with EINVAL because the procfs mount is locked.   After this series we can now do:	mount --beneath -t tmpfs tmpfs /proc	umount -l /proc   after which a tmpfs mount has been placed beneath the procfs mount.   The tmpfs mount has become locked and the procfs mount has become   unlocked.   This means you can safely modify an inherited mount table after   unprivileged namespace creation.   Afterwards we simply make it possible to move a mount beneath the   rootfs allowing to upgrade the rootfs.   Removing the locked restriction makes this very useful for containers   created with unshare(CLONE_NEWUSER | CLONE_NEWNS) to reshuffle an   inherited mount table safely and MOVE_MOUNT_BENEATH makes it possible   to switch out the rootfs instead of using the costly pivot_root(2).* tag &apos;vfs-7.1-rc1.mount.v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:  selftests/namespaces: remove unused utils.h include from listns_efault_test  selftests/fsmount_ns: add missing TARGETS and fix cap test  selftests/empty_mntns: fix wrong CLONE_EMPTY_MNTNS hex value in comment  selftests/empty_mntns: fix statmount_alloc() signature mismatch  selftests/statmount: remove duplicate wait_for_pid()  mount: always duplicate mount  selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs tests  move_mount: allow MOVE_MOUNT_BENEATH on the rootfs  move_mount: transfer MNT_LOCKED  selftests/filesystems: add clone3 tests for empty mount namespaces  selftests/filesystems: add tests for empty mount namespaces  namespace: allow creating empty mount namespaces  selftests: add FSMOUNT_NAMESPACE tests  selftests/statmount: add statmount_alloc() helper  tools: update mount.h header  mount: add FSMOUNT_NAMESPACE  mount: simplify __do_loopback()  mount: start iterating from start of rbtree

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 04:59:25 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>91a4855d6c03e770e42f17c798a36a3c46e63de2 - Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#91a4855d6c03e770e42f17c798a36a3c46e63de2</link>
        <description>Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Support HW queue leasing, allowing containers to be granted access     to HW queues for zero-copy operations and AF_XDP   - Number of code moves to help the compiler with inlining. Avoid     output arguments for returning drop reason where possible   - Rework drop handling within qdiscs to include more metadata about     the reason and dropping qdisc in the tracepoints   - Remove the rtnl_lock use from IP Multicast Routing   - Pack size information into the Rx Flow Steering table pointer     itself. This allows making the table itself a flat array of u32s,     thus making the table allocation size a power of two   - Report TCP delayed ack timer information via socket diag   - Add ip_local_port_step_width sysctl to allow distributing the     randomly selected ports more evenly throughout the allowed space   - Add support for per-route tunsrc in IPv6 segment routing   - Start work of switching sockopt handling to iov_iter   - Improve dynamic recvbuf sizing in MPTCP, limit burstiness and avoid     buffer size drifting up   - Support MSG_EOR in MPTCP   - Add stp_mode attribute to the bridge driver for STP mode selection.     This addresses concerns about call_usermodehelper() usage   - Remove UDP-Lite support (as announced in 2023)   - Remove support for building IPv6 as a module. Remove the now     unnecessary function calling indirection  Cross-tree stuff:   - Move Michael MIC code from generic crypto into wireless, it&apos;s     considered insecure but some WiFi networks still need it  Netfilter:   - Switch nft_fib_ipv6 module to no longer need temporary dst_entry     object allocations by using fib6_lookup() + RCU.     Florian W reports this gets us ~13% higher packet rate   - Convert IPVS&apos;s global __ip_vs_mutex to per-net service_mutex and     switch the service tables to be per-net. Convert some code that     walks the service lists to use RCU instead of the service_mutex   - Add more opinionated input validation to lower security exposure   - Make IPVS hash tables to be per-netns and resizable  Wireless:   - Finished assoc frame encryption/EPPKE/802.1X-over-auth   - Radar detection improvements   - Add 6 GHz incumbent signal detection APIs   - Multi-link support for FILS, probe response templates and client     probing   - New APIs and mac80211 support for NAN (Neighbor Aware Networking,     aka Wi-Fi Aware) so less work must be in firmware  Driver API:   - Add numerical ID for devlink instances (to avoid having to create     fake bus/device pairs just to have an ID). Support shared devlink     instances which span multiple PFs   - Add standard counters for reporting pause storm events (implement     in mlx5 and fbnic)   - Add configuration API for completion writeback buffering (implement     in mana)   - Support driver-initiated change of RSS context sizes   - Support DPLL monitoring input frequency (implement in zl3073x)   - Support per-port resources in devlink (implement in mlx5)  Misc:   - Expand the YAML spec for Netfilter  Drivers   - Software:      - macvlan: support multicast rx for bridge ports with shared        source MAC address      - team: decouple receive and transmit enablement for IEEE 802.3ad        LACP &quot;independent control&quot;   - Ethernet high-speed NICs:      - nVidia/Mellanox:         - support high order pages in zero-copy mode (for payload           coalescing)         - support multiple packets in a page (for systems with 64kB           pages)      - Broadcom 25-400GE (bnxt):         - implement XDP RSS hash metadata extraction         - add software fallback for UDP GSO, lowering the IOMMU cost      - Broadcom 800GE (bnge):         - add link status and configuration handling         - add various HW and SW statistics      - Marvell/Cavium:         - NPC HW block support for cn20k      - Huawei (hinic3):         - add mailbox / control queue         - add rx VLAN offload         - add driver info and link management   - Ethernet NICs:      - Marvell/Aquantia:         - support reading SFP module info on some AQC100 cards      - Realtek PCI (r8169):         - add support for RTL8125cp      - Realtek USB (r8152):         - support for the RTL8157 5Gbit chip         - add 2500baseT EEE status/configuration support   - Ethernet NICs embedded and off-the-shelf IP:      - Synopsys (stmmac):         - cleanup and reorganize SerDes handling and PCS support         - cleanup descriptor handling and per-platform data         - cleanup and consolidate MDIO defines and handling         - shrink driver memory use for internal structures         - improve Tx IRQ coalescing         - improve TCP segmentation handling         - add support for Spacemit K3      - Cadence (macb):         - support PHYs that have inband autoneg disabled with GEM         - support IEEE 802.3az EEE         - rework usrio capabilities and handling      - AMD (xgbe):         - improve power management for S0i3         - improve TX resilience for link-down handling   - Virtual:      - Google cloud vNIC:         - support larger ring sizes in DQO-QPL mode         - improve HW-GRO handling         - support UDP GSO for DQO format      - PCIe NTB:         - support queue count configuration   - Ethernet PHYs:      - automatically disable PHY autonomous EEE if MAC is in charge      - Broadcom:         - add BCM84891/BCM84892 support      - Micrel:         - support for LAN9645X internal PHY      - Realtek:         - add RTL8224 pair order support         - support PHY LEDs on RTL8211F-VD         - support spread spectrum clocking (SSC)      - Maxlinear:         - add PHY-level statistics via ethtool   - Ethernet switches:      - Maxlinear (mxl862xx):         - support for bridge offloading         - support for VLANs         - support driver statistics   - Bluetooth:      - large number of fixes and new device IDs      - Mediatek:         - support MT6639 (MT7927)         - support MT7902 SDIO   - WiFi:      - Intel (iwlwifi):         - UNII-9 and continuing UHR work      - MediaTek (mt76):         - mt7996/mt7925 MLO fixes/improvements         - mt7996 NPU support (HW eth/wifi traffic offload)      - Qualcomm (ath12k):         - monitor mode support on IPQ5332         - basic hwmon temperature reporting         - support IPQ5424      - Realtek:         - add USB RX aggregation to improve performance         - add USB TX flow control by tracking in-flight URBs   - Cellular:      - IPA v5.2 support&quot;* tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1561 commits)  net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit  wireguard: allowedips: remove redundant space  tools: ynl: add sample for wireguard  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()  MAINTAINERS: Add netkit selftest files  selftests/net: Add additional test coverage in nk_qlease  selftests/net: Split netdevsim tests from HW tests in nk_qlease  tools/ynl: Make YnlFamily closeable as a context manager  net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()  net: airoha: Fix VIP configuration for AN7583 SoC  net: caif: clear client service pointer on teardown  net: strparser: fix skb_head leak in strp_abort_strp()  net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()  selftests/bpf: add test for xdp_master_redirect with bond not up  net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master  net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration  sctp: disable BH before calling udp_tunnel_xmit_skb()  sctp: fix missing encap_port propagation for GSO fragments  net: airoha: Rely on net_device pointer in ETS callbacks  ...

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 03:36:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e997ac58ad0b47141c62c79cde8356fe5633287a - Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#e997ac58ad0b47141c62c79cde8356fe5633287a</link>
        <description>Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kselftest updates from Shuah Khan: - cpu-hotplug: fix to check if cpu hotplug is supported to avoid   test failures when cpu hotplug isn&apos;t supported. - frace: fix to relevant comparisons and path checks in the helper so   it  handles those patterns without spurious shell warnings. - runner.sh: add ktrap support - tracing: fix to make --logdir option work again - tracing: fix to check awk supports non POSIX strtonum() - mqueue: fix incorrectly named settings file to make sure the test   used the correct timeout value - kselftest:    - fix to treat xpass as successful result    - add ksft_reset_state() - kselftest_harness:    - validate kselftest exit codes are handled explicitly    - add detection of invalid mixing of kselftest and harness      functionality    - add validation of intermixing of kselftest and harness      functionality - run_kselftest.sh:    - remove unused $ROOT    - resolve BASE_DIR with pwd -P to avoid dependency on realpath      or readlink commands to generate a physical absolute path for      BASE_DIR    - allow choosing per-test log directory    - preserve subtarget failures in all/install* tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests/ftrace: Quote check_requires comparisons  selftests: Preserve subtarget failures in all/install  selftests/run_kselftest.sh: Allow choosing per-test log directory  selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P  selftests/run_kselftest.sh: Remove unused $ROOT  selftests/cpu-hotplug: Fix check for cpu hotplug not supported  selftests/mqueue: Fix incorrectly named file  selftests: Use ktap helpers for runner.sh  selftests: harness: Validate intermixing of kselftest and harness functionality  selftests: harness: Detect illegal mixing of kselftest and harness functionality  selftests: kselftest: Add ksft_reset_state()  selftests: harness: Validate that explicit kselftest exitcodes are handled  selftests: kselftest: Treat xpass as successful result  selftests/tracing: Fix to check awk supports non POSIX strtonum()  selftests/tracing: Fix to make --logdir option work again

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 02:46:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>660c09404cdabfe969d58375e990d2955af59797 - selftests/fsmount_ns: add missing TARGETS and fix cap test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#660c09404cdabfe969d58375e990d2955af59797</link>
        <description>selftests/fsmount_ns: add missing TARGETS and fix cap testAdd missing top-level kselftest TARGETS entries for empty_mntns andfsmount_ns so that &apos;make kselftest&apos; discovers and runs these tests.Fix requires_cap_sys_admin test which always SKIPped because fsopen()was called after enter_userns(), where CAP_SYS_ADMIN in the mountnamespace&apos;s user_ns is unavailable. Move fsopen/fsconfig before fork sothe configured fs_fd is inherited by the child, which then only needs tocall fsmount() after dropping privileges.Fixes: 3ac7ea91f3d0 (&quot;selftests: add FSMOUNT_NAMESPACE tests&quot;)Signed-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 23 Mar 2026 17:41:08 +0100</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7e47389142b8ada66280be71e01a3238751086f0 - selftests: Preserve subtarget failures in all/install</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#7e47389142b8ada66280be71e01a3238751086f0</link>
        <description>selftests: Preserve subtarget failures in all/installTrack failures explicitly in the top-level selftests all/install loops.The current code multiplies `ret` by each sub-make exit status. Forexample, with `TARGETS=net`, the implicit `net/lib` dependency runs after`net`, so a failed `net` build can be followed by a successful `net/lib`build and reset the final result to success.Set `ret` to 1 on any non-zero sub-make exit code and keep it sticky, sothe top-level make returns failure when any selected selftest targetfails.Signed-off-by: Ricardo B. Marli&#232;re &lt;rbm@suse.com&gt;Link: https://lore.kernel.org/r/20260320-selftests-fixes-v1-5-79144f76be01@suse.comSigned-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 20 Mar 2026 19:29:20 +0100</pubDate>
        <dc:creator>Ricardo B. Marli&#232;re &lt;rbm@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>dfecb0c5af3b07ebfa84be63a7a21bfc9e29a872 - selftests: net: add tests for PPP</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#dfecb0c5af3b07ebfa84be63a7a21bfc9e29a872</link>
        <description>selftests: net: add tests for PPPAdd ping and iperf3 tests for ppp_async.c and pppoe.c.Signed-off-by: Qingfang Deng &lt;qingfang.deng@linux.dev&gt;Link: https://patch.msgid.link/20260403034908.30017-1-qingfang.deng@linux.devSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 03 Apr 2026 05:48:47 +0200</pubDate>
        <dc:creator>Qingfang Deng &lt;qingfang.deng@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>e01027cab38a1a52828eecff447ca5e015b20f92 - RDMA/rxe: Add testcase for net namespace rxe</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#e01027cab38a1a52828eecff447ca5e015b20f92</link>
        <description>RDMA/rxe: Add testcase for net namespace rxeAdd 4 testcases for rxe with net namespace.Reviewed-by: David Ahern &lt;dsahern@kernel.org&gt;Signed-off-by: Zhu Yanjun &lt;yanjun.zhu@linux.dev&gt;Link: https://patch.msgid.link/20260313023058.13020-5-yanjun.zhu@linux.devSigned-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 13 Mar 2026 03:30:58 +0100</pubDate>
        <dc:creator>Zhu Yanjun &lt;yanjun.zhu@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</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>43dcce3f2a6209898f31d1ef99e0a4a1335ebb67 - Merge patch series &quot;move_mount: expand MOVE_MOUNT_BENEATH&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#43dcce3f2a6209898f31d1ef99e0a4a1335ebb67</link>
        <description>Merge patch series &quot;move_mount: expand MOVE_MOUNT_BENEATH&quot;Christian Brauner &lt;brauner@kernel.org&gt; says:I&apos;m too tired now to keep refining this but I think it&apos;s in good enoughshape for review.Allow MOVE_MOUNT_BENEATH to target the caller&apos;s rootfs, allowing toswitch out the rootfs without pivot_root(2).The traditional approach to switching the rootfs involves pivot_root(2)or a chroot_fs_refs()-based mechanism that atomically updates fs-&gt;rootfor all tasks sharing the same fs_struct. This has consequences forfork(), unshare(CLONE_FS), and setns().This series instead decomposes root-switching into individually atomic,locally-scoped steps:    fd_tree = open_tree(-EBADF, &quot;/newroot&quot;,                        OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC);    fchdir(fd_tree);    move_mount(fd_tree, &quot;&quot;, AT_FDCWD, &quot;/&quot;,               MOVE_MOUNT_BENEATH | MOVE_MOUNT_F_EMPTY_PATH);    chroot(&quot;.&quot;);    umount2(&quot;.&quot;, MNT_DETACH);Since each step only modifies the caller&apos;s own state, thefork/unshare/setns races are eliminated by design.A key step to making this possible is to remove the locked mountrestriction. Originally MOVE_MOUNT_BENEATH doesn&apos;t support mountingbeneath a mount that is locked. The locked mount protects the underlyingmount from being revealed. This is a core mechanism ofunshare(CLONE_NEWUSER | CLONE_NEWNS). The mounts in the new mountnamespace become locked. That effectively makes the new mount tableuseless as the caller cannot ever get rid of any of the mounts no matterhow useless they are.We can lift this restriction though. We simply transfer the lockedproperty from the top mount to the mount beneath. This works becausewhat we care about is to protect the underlying mount aka the parent.The mount mounted between the parent and the top mount takes over thejob of protecting the parent mount from the top mount mount. This leavesus free to remove the locked property from the top mount which canconsequently be unmounted:  unshare(CLONE_NEWUSER | CLONE_NEWNS)and we inherit a clone of procfs on /proc then currently we cannotunmount it as:  umount -l /procwill fail with EINVAL because the procfs mount is locked.After this series we can now do:  mount --beneath -t tmpfs tmpfs /proc  umount -l /procafter which a tmpfs mount has been placed beneath the procfs mount. Thetmpfs mount has become locked and the procfs mount has become unlocked.This means you can safely modify an inherited mount table afterunprivileged namespace creation.Afterwards we simply make it possible to move a mount beneath therootfs allowing to upgrade the rootfs.Removing the locked restriction makes this very useful for containerscreated with unshare(CLONE_NEWUSER | CLONE_NEWNS) to reshuffle aninherited mount table safely and MOVE_MOUNT_BENEATH makes it possible toswitch out the rootfs instead of using the costly pivot_root(2).* patches from https://patch.msgid.link/20260224-work-mount-beneath-rootfs-v1-0-8c58bf08488f@kernel.org:  selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs tests  move_mount: allow MOVE_MOUNT_BENEATH on the rootfs  move_mount: transfer MNT_LOCKEDLink: https://patch.msgid.link/20260224-work-mount-beneath-rootfs-v1-0-8c58bf08488f@kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 10:53:15 +0100</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bb5c17bc863d1ac9ee0d51d300d5399d632fe69f - selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#bb5c17bc863d1ac9ee0d51d300d5399d632fe69f</link>
        <description>selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs testsAdd tests for mounting beneath the rootfs using MOVE_MOUNT_BENEATH:- beneath_rootfs_success: mount beneath /, fchdir, chroot, umount2  MNT_DETACH -- verify root changed- beneath_rootfs_old_root_stacked: after mount-beneath, verify old root  parent is clone via statmount- beneath_rootfs_in_chroot_fail: chroot into subdir of same mount,  mount-beneath fails (dentry != mnt_root)- beneath_rootfs_in_chroot_success: chroot into separate tmpfs mount,  mount-beneath succeeds- beneath_rootfs_locked_transfer: in user+mount ns: mount-beneath  rootfs succeeds, MNT_LOCKED transfers, old root unmountable- beneath_rootfs_locked_containment: in user+mount ns: after full  root-switch workflow, new root is MNT_LOCKED (containment preserved)- beneath_non_rootfs_locked_transfer: mounts created before  unshare(CLONE_NEWUSER | CLONE_NEWNS) become locked; mount-beneath  transfers MNT_LOCKED, displaced mount can be unmounted- beneath_non_rootfs_locked_containment: same setup, verify new mount  is MNT_LOCKED (containment preserved)Link: https://patch.msgid.link/20260224-work-mount-beneath-rootfs-v1-3-8c58bf08488f@kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/Makefile</description>
        <pubDate>Tue, 24 Feb 2026 01:40:28 +0100</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</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/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</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/tools/testing/selftests/Makefile#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/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
