]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mei: bus: prefix device names on bus with the bus name
authorAlexander Usyskin <alexander.usyskin@intel.com>
Tue, 5 Nov 2019 15:05:13 +0000 (17:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:27:12 +0000 (15:27 +0100)
commit4609bfbf0e4b744e512235a18a53a611d3d1184f
tree4fe5f72729c8701ca80473b2306736bd726e8b0b
parent851e8c20aa5425ebe9f12921af6a0635970c8c2e
mei: bus: prefix device names on bus with the bus name

commit 7a2b9e6ec84588b0be65cc0ae45a65bac431496b upstream.

Add parent device name to the name of devices on bus to avoid
device names collisions for same client UUID available
from different MEI heads. Namely this prevents sysfs collision under
/sys/bus/mei/device/

In the device part leave just UUID other parameters that are
required for device matching are not required here and are
just bloating the name.

Cc: <stable@vger.kernel.org>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20191105150514.14010-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c