mbox series

[net-next,v2,0/2] bluetooth: don't write directly to netdev->dev_addr

Message ID 20211022231834.2710245-1-kuba@kernel.org (mailing list archive)
Headers show
Series bluetooth: don't write directly to netdev->dev_addr | expand

Message

Jakub Kicinski Oct. 22, 2021, 11:18 p.m. UTC
The usual conversions.

These are intended to be merged to net-next directly,
because bluetooth tree is missing one of the pre-req
changes at the moment.

v2: s/got/go/

Jakub Kicinski (2):
  bluetooth: use eth_hw_addr_set()
  bluetooth: use dev_addr_set()

 net/bluetooth/6lowpan.c   | 4 +++-
 net/bluetooth/bnep/core.c | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 25, 2021, 7 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 22 Oct 2021 16:18:32 -0700 you wrote:
> The usual conversions.
> 
> These are intended to be merged to net-next directly,
> because bluetooth tree is missing one of the pre-req
> changes at the moment.
> 
> v2: s/got/go/
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] bluetooth: use eth_hw_addr_set()
    https://git.kernel.org/netdev/net-next/c/08c181f052ed
  - [net-next,v2,2/2] bluetooth: use dev_addr_set()
    https://git.kernel.org/netdev/net-next/c/a1916d34462f

You are awesome, thank you!