<?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/net/af_unix/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/net/af_unix/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>41362886881f6af28fdf416be662c02968c37d81 - Merge tag &apos;loongarch-kvm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#41362886881f6af28fdf416be662c02968c37d81</link>
        <description>Merge tag &apos;loongarch-kvm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADLoongArch KVM changes for v7.31. Advertise already-supported capabilities.2. Some bug fixes about timer and MMIO.3. Some hardening about interrupt injection.4. Replace kvm_err() with kvm_pr_unimpl().5. Add FPU/LSX/LASX test cases for selftests.

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 13:11:45 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>acbecf60145a2d6259ff3e059fd295cf626ed574 - Merge 7.2-rc7 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#acbecf60145a2d6259ff3e059fd295cf626ed574</link>
        <description>Merge 7.2-rc7 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 03:17:11 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec - BackMerge tag &apos;v7.2&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec</link>
        <description>BackMerge tag &apos;v7.2&apos; into drm-nextLinux 7.2There was a lot of conflicts this round between fixes and next,and I&apos;d like to get the merge resolutions that we have in drm-tip.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 02:58:44 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>91ec2035134982b98fab0609a9fd8480e8217dc1 - Merge tag &apos;net-next-7.3&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/net/af_unix/Makefile#91ec2035134982b98fab0609a9fd8480e8217dc1</link>
        <description>Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;One of the &apos;small improvements all over the place&apos; releases for us.  It&apos;s hard to draw any direct comparisons because summer vacations  disrupted our patch processing (and presumably - generation) quite a  bit.  Quick and dirty count suggests we (Paolo and I) merged a very similar  number of net (632) and net-next (648) patches. This is not telling  the full story either because 1/3 to 1/2 of the net-next patches also  *seem* like AI-driven low priority fixes, cleanups and clarifications.  We are completely overwhelmed, of course. The glimmer of hope is that  we secured sufficient LLM budget and access (thank you Meta!) to run  reviews with multiple frontier models on each patch. This eliminates  some hallucinations. That said, in terms of review, the LLMs can only  do so much.  The sad truth is that our APIs (especially for rare events like PCIe  errors, timeouts etc) have always been racy, and now LLMs don&apos;t let us  ignore that. I expect our direction for the next release will be to  tweak the reviews a little bit more, but start shifting focus to  letting the LLMs take care of the busy work - managing patchwork,  automating common process complaints, editing commit messages, and  maybe applying patches which already got &quot;reviewed-by&quot; tags from  people we trust...  Core &amp; protocols:   - A few steps lowering rtnl_lock dependence:      - per-netns netdev unregistration for select SW drivers (e.g.        veth, ipvlan, tunnels)      - rtnl_lock-less FIB rule changes (RTM_NEWRULE and RTM_DELRULE)      - prepare software drivers and TC qdiscs for rtnl_lock-less GET   - Support BIG TCP (&gt;64kB TSO) in UDP tunnels (vxlan, geneve)   - Support buffers larger than PAGE_SIZE in devmem zero-copy API   - Improve MPTCP handling of extreme memory pressure handling, when     out-of-order queue had to be pruned   - Report the per-group user count via RTM_GETMULTICAST   - Expose the route deletion reason in RTM_DELROUTE   - Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more     useful handling of LSM denials when receiving SCM_RIGHTS messages:     instead of truncating the message at the first blocked fd, keep     every fd slot and store the LSM errno in the blocked slot   - IPv6 Segment Routing - support looking up the post-encap SID     (address) in a different/specified routing table   - Support PRP RedBox (interlink) creation   - Support per-nexthop UDP dst port in VXLAN   - Continue converting getsockopt callbacks in a number of protocols     to iov_iter  Ethernet:   - Merge initial CXL support for AMD/Solarflare NICs (shared branch     with the CXL tree)   - New drivers:      - ADIN1140 10BASE-T1S MACPHY      - Initial skeleton of Intel iXD and ZTE Dinghai drivers   - High-speed NICs:      - AMD/Pensando:         - support firmware flashing      - Cisco (enic):         - SR-IOV V2 admin channel and MBOX protocol      - Huawei (hns3):         - support for ethtool pfc_prevention_tout      - nVidia/Mellanox:         - support sharing bandwidth control across interfaces           of the same device      - Marvell (octeontx2-pf):         - link RQ page pools to netdev for Netlink stats      - Google vNIC:         - XDP metadata support for DQ RDA      - Microsoft vNIC:         - support forcing full-page RX buffers   - Other NICs:      - Synopsys IP:         - eic7700: support for eth1      - Microchip (lan743x):         - support for RMII interface      - Wangxun:         - support for ethtool -G and -C for VFs         - add Tx timeout and PCIe error handling      - Intel (igb/igc):         - RSS key get/set support         - support for forcing link speed without auto-negotiation   - Switches:      - NXP (dpaa2):         - support bonding/LAG offload      - Mediatek:         - mt7530: EN7528 support         - initial support for MT7628      - Micrel (ksz8/9):         - refactoring work to move towards library model         - PTP support for KSZ8463      - nVidia/Mellanox:         - support rtnl-lock-less ethtool callbacks      - Realtek:         - rtl8366rb: use generic RTL83xx code         - support SGMII and HSGMII for RTL8367S   - PHYs:      - Airoha:         - EcoNet EN7528 PHY support      - DAPU Telecom         - DAPU Telecom DAP8211R(I) Gigabit PHY support      - Realtek:         - support RTL8261C_CG         - support RTL8261D  Wireless:   - nl80211: per-link statistics support for multi-link operation   - mac80211: AQL/airtime-fairness support for multicast   - Merge Peripheral Authentication Service (PAS) / TEE support for     ath12k (shared branch with the firmware/qcom tree)   - New drivers:      - mm81x for Morse Micro Long-Range S1G devices      - nxpwifi for NXP devices (mostly forked off from mwifiex)   - Driver changes:      - Broadcom (brcmfmac):         - DPP support, some Cypress part update      - MediaTek (mt76):         - mt7928 support         - mt7925 NAN support         - mt7996 AP powersave improvements      - Qualcomm (ath12k):         - much kernel infrastructure integration work         - AHB platform MultiPD support      - Realtek (rt89):         - LED support         - RTL8922DE support         - dual-BT coex for RTL8922D      - Intel:         - new FW version support  Bluetooth:   - HCI: add support for Shorter Connection Interval (SCI) feature   - af_bluetooth: add minimal context analysis annotations   - Driver changes:      - Intel:         - add Bluetooth SAR revision 2 support         - add vendor_reset PCI sysfs for PLDR      - Mediatek:         - add USB IDs for MT7902 and MT7922 devices      - Realtek:         - add USB IDs for 8761CU and 8852BE devices      - NXP:         - add M.2 Bluetooth device support using pwrseq  Misc:   - DPLL support for manual/numerical oscillator control (NCO)     (implement in zl3073x)   - MCTP support for MCTP over USB v1.1 (DMTF DSP0283)   - Power-over-Ethernet: support Realtek PSE controllers   - Remove the IBM EHEA driver   - Remove tulip/xircom_cb driver&quot;* tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1433 commits)  net/mlx5e: do not HW-GRO coalesce small frames  net: openvswitch: fix nf_connlabels leak in ovs_ct_init  net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()  net: openvswitch: fix flow mask use-after-free on flow deletion  sctp: stop processing a packet once its association is deleted  dpll: zl3073x: add PTP clock support  dpll: zl3073x: add channel ToD, phase step and TIE operations  dpll: zl3073x: scale poll interval proportionally to timeout  ptp: vmclock: prevent read-only mappings from becoming writable  ipv4: reject undersized MTUs in ip_do_fragment()  bonding: initialize err for empty target lists  net: dsa: initial support for MT7628 embedded switch  net: dsa: initial MT7628 tagging driver  net: phy: mediatek: add phy driver for MT7628 built-in Fast Ethernet PHYs  dt-bindings: net: dsa: add MT7628 ESW  net: pse-pd: realtek-pse-mcu: add UART transport  net: pse-pd: realtek-pse-mcu: add I2C transport  net: pse-pd: add Realtek PSE MCU core  dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU  vsock: use sock_error() to consume sk_err after a failed connect  ...

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 17:16:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f461b94f1a1bf389dc6b893e194f66ecc86cb20a - Merge branch &apos;net-af_unix-useful-handling-of-lsm-denials-on-scm_rights&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#f461b94f1a1bf389dc6b893e194f66ecc86cb20a</link>
        <description>Merge branch &apos;net-af_unix-useful-handling-of-lsm-denials-on-scm_rights&apos;Jori Koolstra says:====================net: af_unix: useful handling of LSM denials on SCM_RIGHTSRight now if some LSM denies an AF_UNIX socket peer to receive aSCM_RIGHTS fd, the SCM_RIGHTS fd array will be cut short atthat point, and MSG_CTRUNC is set on return of recvmsg(2). This ishighly problematic behaviour, because it leaves the receiverwondering what happened. As per man page MSG_CTRUNC is supposed toindicate that the control buffer was sized too short, but suddenlya permission error might result in the exact same flag being set.Moreover, the receiver has no chance to determine how many fds gotoriginally sent and how many were suppressed.[1]Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more usefulhandling of LSM denials when receiving SCM_RIGHTS messages: instead oftruncating the message at the first blocked fd, keep every fd slotand store the LSM errno in the blocked slot. This option is inheritedby the accept()-ed socket when set on the listen() socket.[1]: https://github.com/uapi-group/kernel-features#useful-handling-of-lsm-denials-on-scm_rights====================Link: https://patch.msgid.link/20260813162818.149248-1-jkoolstra@xs4all.nlSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 03:15:01 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5d513ce19de963c7e36904c98d7b02ecd16a30a1 - selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#5d513ce19de963c7e36904c98d7b02ecd16a30a1</link>
        <description>selftest: Add tests for useful handling of LSM denials on SCM_RIGHTSTests SCM_RIGHTS fd passing on a socket with the new socket optionSO_RIGHTS_NOTRUNC turned on. To hook into the security_file_receive()call, BPF is used. The BPF program shares a hashmap with userspace thatlists the inos to be blocked (of the receiver tgid).Signed-off-by: Jori Koolstra &lt;jkoolstra@xs4all.nl&gt;Link: https://patch.msgid.link/20260814172806.158954-1-jkoolstra@xs4all.nlSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 19:28:06 +0200</pubDate>
        <dc:creator>Jori Koolstra &lt;jkoolstra@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>fab183d632628381b466a41479489541ac0e29a0 - sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#fab183d632628381b466a41479489541ac0e29a0</link>
        <description>sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3Pull to receive the __arena argument conversion: 67f1f4a48c24 (&quot;sched_ext: Pass kernel arena pointers to ops_cid callbacks&quot;) a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;) a05c5b5cb5cf (&quot;sched_ext: Convert scx_bpf_cid_override() to __arena array arguments&quot;)along with the bpf-next branch carrying the __arena argument support theydepend on.Conflict in kernel/sched/ext/ext.c between: c384ab8a0b13 (&quot;sched_ext: Move the config-off sub-cap kfunc stubs into sub.c&quot;)and: a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;)which updated the stubs in their old ext.c location. Resolved by keepingext.c without the stubs and applying the prototype conversion to therelocated stubs in sub.c.Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 23:20:34 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>872a8f6b08069d1b4bfb9bf968dc629ab6998908 - Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-args</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#872a8f6b08069d1b4bfb9bf968dc629ab6998908</link>
        <description>Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsPull bpf-next d114bb989367 (&quot;Merge branch&apos;add-arena-argument-support-to-kfuncs-and-struct_ops&apos;&quot;) to make the __arenaand __arena__nullable kfunc and struct_ops argument suffixes available. Thesuffixed arguments will be used to convert sched_ext kfuncs and struct_opscallbacks that currently pass arena pointers as scalars and rebase them byhand.

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 11 Aug 2026 00:38:03 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e1d9b82db5447c88405b216f9c5c87daedaa2971 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#e1d9b82db5447c88405b216f9c5c87daedaa2971</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 23:04:17 +0200</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>5c458073553f0ef74f5c8db1bd459c87c722a299 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#5c458073553f0ef74f5c8db1bd459c87c722a299</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.2-rc6).No conflicts.Adjacent changes:net/ipv4/route.c  dbc3791e3b24 (&quot;net: do not send ICMP/NDISC Redirects when peer allocation fails&quot;)  7804eaa057fe (&quot;ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()&quot;)drivers/net/tun.c  23dad2d088df (&quot;tun: no longer rely on RTNL in tun_fill_info()&quot;)  c3da92af07ea (&quot;Revert &quot;tun/tap: add ptr_ring consume helper with netdev queue wakeup&quot;&quot;)drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c  3bd438a58e91 (&quot;octeontx2-af: Block VFs from clobbering special CGX PKIND state&quot;)  5ba5611ef946 (&quot;octeontx2-af: reserve 4 PKINDs for skip-size custom use&quot;)drivers/net/wireless/ath/ath12k/core.hdrivers/net/wireless/ath/ath12k/mac.cdrivers/net/wireless/ath/ath12k/peer.c  469d7e6077c1 (&quot;wifi: ath12k: resolve PENDING ML peer ID from MLO_PEER_MAP HTT event&quot;)  378e659029d5 (&quot;wifi: ath12k: introduce host_alloc_ml_id hardware parameter&quot;)  c42b27336eef (&quot;wifi: ath12k: fix survey indexing across bands&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Thu, 23 Jul 2026 23:04:37 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>146cc263e457ff6055fe7829e4f4f4b0b5d5dd86 - Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#146cc263e457ff6055fe7829e4f4f4b0b5d5dd86</link>
        <description>Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 7.2

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 14:21:04 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>dbaafe9cc56a996931eedfe043eb34418cc9cd9b - Merge tag &apos;v7.2-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#dbaafe9cc56a996931eedfe043eb34418cc9cd9b</link>
        <description>Merge tag &apos;v7.2-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 00:36:11 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ab838a01b12f9d101c26ff8cebbf4029a8c9e09 - regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#6ab838a01b12f9d101c26ff8cebbf4029a8c9e09</link>
        <description>regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulatorsKamal Wadhwa &lt;kamal.wadhwa@oss.qualcomm.com&gt; says:This patch series adds a new `rpmh_read()` API to allow reading RPMHaddresses. Using this API enhances the RPMH regulator driver by addingreadback of the voltage/bypass/mode settings as they have been applied byAPPS during the bootloader stage, so regulator framework can get themvia `get_mode`, `get_bypass` &amp; `get_voltage_selector` callbacks duringregulator registration.This is needed because currently regulator framework does a unnecessarywrite with `min-microvolt` DT setting for all the RPMH regulators duringregulator registration, because the first time after boot the value isseen as -ENOTRECOVERABLE, as there is no option to read these regulatorsettings.With this change this unnecessary write can be avoided and regulatorframework gets a sense of the initial state set during the bootloaderstage for all regulator settings.NOTE - During discussion on the v2 series - PATCH 3/4, reviewer hadinquired about possible need for the use of the sync_state() to handle the&quot;multiple&quot; client case - for maintaining the regulator settings till allthe clients are probed.This case was not covered in my previous series and had originally plannedto do that series separately. But after the discussion decided to mergethe 2 series as it seemed this would be a better approach. But afterworking on sync_state change. I realized a basic issue with usingsync_state() for regulators - that its per-driver and not per-regulatorresource. But we needed a sync_state callback for each regulator separately.I had been experimenting with few ideas but seems its going to need moretime for me to close on the equivalent solution that has per-regulatorsync_state or something to that effect. So I thought to close on thisseries and attend to that separately.Link: https://patch.msgid.link/20260801-b4-read-rpmh-v5-v6-0-9fcb54928523@oss.qualcomm.com

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 16:19:44 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4afd4ac3642a8ff73af331079b0fc0b0ccd0a3df - ASoC: SOF: ipc4-topology: Pipeline params improvements</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#4afd4ac3642a8ff73af331079b0fc0b0ccd0a3df</link>
        <description>ASoC: SOF: ipc4-topology: Pipeline params improvementsPeter Ujfalusi &lt;peter.ujfalusi@linux.intel.com&gt; says:Improve handling of some corner cases that are not used by current topologydesigns, but can be crafted within the rules of a topology file.For example branching topologies, where a single input routed to multipleoutput endpoints. The already configured part of the graph places constrainton how the new branch can be configured.Handling of process modules also updated to be able to &apos;guess&apos; whatparameters can be changed by the module and allow flexible operation.Link: https://patch.msgid.link/20260730121729.18673-1-peter.ujfalusi@linux.intel.com

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 18:31:03 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8e7a014e5d232d65dfd9488d9ad62b03e6b2aa - spi: Add support for StarFive JHB100 SFC</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#0c8e7a014e5d232d65dfd9488d9ad62b03e6b2aa</link>
        <description>spi: Add support for StarFive JHB100 SFCChanghuang Liang &lt;changhuang.liang@starfivetech.com&gt; says:This serial add support for the StarFive JHB100 SoC SPI FlashController (SFC), which is based on the Synopsys DesignWare SSIversion 2.00a but with some customizations and it also addenhanced SPI for DesignWare SPI controllers.I picked up some patches from series [1].This series depends on the series [2]:[1] https://lore.kernel.org/all/20221212180732.79167-1-sudip.mukherjee@sifive.com/[2] https://lore.kernel.org/all/20260521012932.24163-1-changhuang.liang@starfivetech.com/v1: https://lore.kernel.org/all/20260709055204.138168-1-changhuang.liang@starfivetech.com/Link: https://patch.msgid.link/20260803124044.156998-1-changhuang.liang@starfivetech.com

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 14:47:02 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b - Merge branch &apos;sched/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#3f8fa8fe90cae74bf7b72c99f30f04e012c5c41b</link>
        <description>Merge branch &apos;sched/urgent&apos;Pull in dependents, the flat hierarchy fix depends on this.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 16:12:58 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>9a1fc5ae87312003efc967018278f2c39c2e7f81 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#9a1fc5ae87312003efc967018278f2c39c2e7f81</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in v7.2-rc7.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 13:35:50 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>c6e94cd60b3d199c22242521f0b04de87a02da6e - Merge tag &apos;v7.2-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/af_unix/Makefile#c6e94cd60b3d199c22242521f0b04de87a02da6e</link>
        <description>Merge tag &apos;v7.2-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentLinux 7.2-rc7

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 12:33:47 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>d03cdb1c3694a0c2334ea7f864660ad8e8672eb9 - Merge tag &apos;asoc-fix-v7.2-rc6&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/net/af_unix/Makefile#d03cdb1c3694a0c2334ea7f864660ad8e8672eb9</link>
        <description>Merge tag &apos;asoc-fix-v7.2-rc6&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.2A moderately large set of fixes, but mostly unremarkable: - A series of robustness fixes for the SOF code that came from testing. - Fixes for user visible issues with some of the Qualcomm controls. - Fixes to the register default tables in Cirrus drivers which ensure   correcy syncing on resume.  This is a wider problem which will be   fixed with a regmap core change but I&apos;d already applied these, the   rest of the fixes will come in the merge window. - Making the existing RT645 driver user selectable so it can be used   with more machines. - Quite a few new AMD laptop quirks. - A MAINTAINERS update for SpacemiT.

            List of files:
            /linux/tools/testing/selftests/net/af_unix/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 13:55:51 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
