Re: [PATCH v6 0/9] net: fix sysfs permssions when device changes network
From: Christian Brauner <hidden>
Date: 2020-02-27 03:21:30
Also in:
lkml, netdev
From: Christian Brauner <hidden>
Date: 2020-02-27 03:21:30
Also in:
lkml, netdev
On Wed, Feb 26, 2020 at 07:06:44PM -0800, David Miller wrote:
From: David Miller <davem@davemloft.net> Date: Wed, 26 Feb 2020 17:37:50 -0800 (PST)quoted
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Date: Wed, 26 Feb 2020 09:17:57 +0100quoted
On Tue, Feb 25, 2020 at 02:19:29PM +0100, Christian Brauner wrote:quoted
Hey everyone, /* v6 */ This is v6 with two small fixups. I missed adapting the commit message to reflect the renamed helper for changing the owner of sysfs files and I also forgot to make the new dpm helper static inline.All of the sysfs and driver core bits look good to me now. Thanks for taking the time to update the documentation and other bits based on reviews. So now it's just up to the netdev developers to review the netdev parts :) The sysfs and driver core patches can all go through the netdev tree to make it easier for you.I'm fine with these changes, and will apply this series to net-next.Actually, you'll need to respin this with these warnings fixed, thanks:
Hm, I haven't caught those, sorry! Give me a few minutes to fix and do a test-compile and run. Christian