<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sysfs-devices-consumer</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e020ff61 - driver core: Fix device link device name collision</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-devices-consumer#e020ff61</link>
        <description>driver core: Fix device link device name collisionThe device link device&apos;s name was of the form:&lt;supplier-dev-name&gt;--&lt;consumer-dev-name&gt;This can cause name collision as reported here [1] as device names arenot globally unique. Since device names have to be unique within thebus/class, add the bus/class name as a prefix to the device names used toconstruct the device link device name.So the devuce link device&apos;s name will be of the form:&lt;supplier-bus-name&gt;:&lt;supplier-dev-name&gt;--&lt;consumer-bus-name&gt;:&lt;consumer-dev-name&gt;[1] - https://lore.kernel.org/lkml/20201229033440.32142-1-michael@walle.cc/Fixes: 287905e68dd2 (&quot;driver core: Expose device link details in sysfs&quot;)Cc: stable@vger.kernel.orgReported-by: Michael Walle &lt;michael@walle.cc&gt;Tested-by: Michael Walle &lt;michael@walle.cc&gt;Signed-off-by: Saravana Kannan &lt;saravanak@google.com&gt;Link: https://lore.kernel.org/r/20210110175408.1465657-1-saravanak@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-devices-consumer</description>
        <pubDate>Sun, 10 Jan 2021 17:54:07 +0000</pubDate>
        <dc:creator>Saravana Kannan &lt;saravanak@google.com&gt;</dc:creator>
    </item>
<item>
        <title>287905e6 - driver core: Expose device link details in sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-devices-consumer#287905e6</link>
        <description>driver core: Expose device link details in sysfsIt&apos;s helpful to be able to look at device link details from sysfs. So,expose it in sysfs.Say device-A is supplier of device-B. These are the additional filesthis patch would create:/sys/class/devlink/device-A:device-B/	auto_remove_on	consumer/ -&gt; .../device-B/	runtime_pm	status	supplier/ -&gt; .../device-A/	sync_state_only/sys/devices/.../device-A/	consumer:device-B/ -&gt; /sys/class/devlink/device-A:device-B//sys/devices/.../device-B/	supplier:device-A/ -&gt; /sys/class/devlink/device-A:device-B/That way:To get a list of all the device link in the system:ls /sys/class/devlink/To get the consumer names and links of a device:ls -d /sys/devices/.../device-X/consumer:*To get the supplier names and links of a device:ls -d /sys/devices/.../device-X/supplier:*Signed-off-by: Saravana Kannan &lt;saravanak@google.com&gt;Link: https://lore.kernel.org/r/20200521191800.136035-2-saravanak@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-devices-consumer</description>
        <pubDate>Thu, 21 May 2020 19:17:58 +0000</pubDate>
        <dc:creator>Saravana Kannan &lt;saravanak@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
