RE: [PATCH net-next 0/2] devlink fixes for port and reporter field access

2020-08-25 Thread Parav Pandit
> From: netdev-ow...@vger.kernel.org > On Behalf Of Jakub Kicinski > > On Fri, 21 Aug 2020 22:12:19 +0300 Parav Pandit wrote: > > From: Parav Pandit > > > > Hi Dave, > > > > These series contains two small fixes of devlink. > > > > Patch-1 initializes port reporter fields early enough to avoid

Re: [PATCH net-next 0/2] devlink fixes for port and reporter field access

2020-08-24 Thread David Miller
From: Parav Pandit Date: Fri, 21 Aug 2020 22:12:19 +0300 > These series contains two small fixes of devlink. > > Patch-1 initializes port reporter fields early enough to > avoid access before initialized error. > Patch-2 protects port list lock during traversal. Series applied, thank you.

Re: [PATCH net-next 0/2] devlink fixes for port and reporter field access

2020-08-24 Thread Jakub Kicinski
On Fri, 21 Aug 2020 22:12:19 +0300 Parav Pandit wrote: > From: Parav Pandit > > Hi Dave, > > These series contains two small fixes of devlink. > > Patch-1 initializes port reporter fields early enough to > avoid access before initialized error. > Patch-2 protects port list lock during traversal