From: Jakub Kicinski <kuba@kernel.org> Date: 2021-10-29 02:47:14
Convert remaining misc drivers to use helpers to write
to netdev->dev_addr.
This is the last set :) :)
Jakub Kicinski (3):
net: sgi-xp: use eth_hw_addr_set()
net: um: use eth_hw_addr_set()
net: xtensa: use eth_hw_addr_set()
arch/um/drivers/net_kern.c | 3 ++-
arch/xtensa/platforms/iss/network.c | 3 ++-
drivers/misc/sgi-xp/xpnet.c | 9 ++++++---
3 files changed, 10 insertions(+), 5 deletions(-)
--
2.31.1
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-10-29 02:47:15
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it go through appropriate helpers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: robinmholt@gmail.com
CC: steve.wahl@hpe.com
CC: mike.travis@hpe.com
CC: arnd@arndb.de
CC: gregkh@linuxfoundation.org
---
drivers/misc/sgi-xp/xpnet.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-10-29 02:47:16
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it go through appropriate helpers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: jdike@addtoit.com
CC: richard@nod.at
CC: anton.ivanov@cambridgegreys.com
CC: johannes.berg@intel.com
CC: linux-um@lists.infradead.org
---
arch/um/drivers/net_kern.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-10-29 02:47:16
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it go through appropriate helpers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: chris@zankel.net
CC: jcmvbkbc@gmail.com
CC: geert@linux-m68k.org
CC: linux-xtensa@linux-xtensa.org
---
arch/xtensa/platforms/iss/network.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Anton Ivanov <anton.ivanov@cambridgegreys.com> Date: 2021-10-29 06:37:42
On 29/10/2021 03:47, Jakub Kicinski wrote:
quoted hunk
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it go through appropriate helpers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: jdike@addtoit.com
CC: richard@nod.at
CC: anton.ivanov@cambridgegreys.com
CC: johannes.berg@intel.com
CC: linux-um@lists.infradead.org
---
arch/um/drivers/net_kern.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
--
Anton R. Ivanov
Cambridgegreys Limited. Registered in England. Company Number 10273661
https://www.cambridgegreys.com/
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller [off-list ref]:
On Thu, 28 Oct 2021 19:47:04 -0700 you wrote:
Convert remaining misc drivers to use helpers to write
to netdev->dev_addr.
This is the last set :) :)
Jakub Kicinski (3):
net: sgi-xp: use eth_hw_addr_set()
net: um: use eth_hw_addr_set()
net: xtensa: use eth_hw_addr_set()
[...]
From: Steve Wahl <steve.wahl@hpe.com> Date: 2021-10-29 15:57:13
Reveiwed-by: Steve Wahl [off-list ref]
On Thu, Oct 28, 2021 at 07:47:05PM -0700, Jakub Kicinski wrote:
quoted hunk
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it go through appropriate helpers.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: robinmholt@gmail.com
CC: steve.wahl@hpe.com
CC: mike.travis@hpe.com
CC: arnd@arndb.de
CC: gregkh@linuxfoundation.org
---
drivers/misc/sgi-xp/xpnet.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)