Re: [PATCH v2] driver core: Fix device link device name collision

2021-01-07 Thread Greg Kroah-Hartman
On Fri, Jan 08, 2021 at 02:10:51AM +0100, Michael Walle wrote: > Am 8. Januar 2021 02:00:32 MEZ schrieb Saravana Kannan : > >On Thu, Jan 7, 2021 at 4:43 PM Saravana Kannan > >wrote: > >Nevermind, I see it now. Also, in the future, if you can dump the logs > >in some kind of pastebin site, that'd b

Re: [PATCH v2] driver core: Fix device link device name collision

2021-01-07 Thread Michael Walle
Am 8. Januar 2021 02:00:32 MEZ schrieb Saravana Kannan : >On Thu, Jan 7, 2021 at 4:43 PM Saravana Kannan >wrote: >Nevermind, I see it now. Also, in the future, if you can dump the logs >in some kind of pastebin site, that'd be nice. Avoid the emails >becoming unwieldy and also avoids the log lines

Re: [PATCH v2] driver core: Fix device link device name collision

2021-01-07 Thread Saravana Kannan
On Thu, Jan 7, 2021 at 4:43 PM Saravana Kannan wrote: > > On Thu, Jan 7, 2021 at 4:14 PM Michael Walle wrote: > > > > Am 2021-01-08 00:41, schrieb Saravana Kannan: > > > The device link device's name was of the form: > > > -- > > > > > > This can cause name collision as reported here [1] as devic

Re: [PATCH v2] driver core: Fix device link device name collision

2021-01-07 Thread Michael Walle
Am 2021-01-08 01:14, schrieb Michael Walle: Am 2021-01-08 00:41, schrieb Saravana Kannan: The device link device's name was of the form: -- This can cause name collision as reported here [1] as device names are not globally unique. Since device names have to be unique within the bus/class, add

[PATCH v2] driver core: Fix device link device name collision

2021-01-07 Thread Saravana Kannan
The device link device's name was of the form: -- This can cause name collision as reported here [1] as device names are not globally unique. Since device names have to be unique within the bus/class, add the bus/class name as a prefix to the device names used to construct the device link device n