mbox series

pull-request: ieee802154 for net 2023-06-19

Message ID 20230619070927.825332-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2023-06-19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-06-19

Message

Stefan Schmidt June 19, 2023, 7:09 a.m. UTC
Hello Dave, Jakub, Paolo.

An update from ieee802154 for your *net* tree:

Two small fixes and MAINTAINERS update this time.

Azeem Shaikh ensured consistent use of strscpy through the tree and fixed
the usage in our trace.h.

Chen Aotian fixed a potential memory leak in the hwsim simulator for
ieee802154.

Miquel Raynal updated the MAINATINERS file with the new team git tree
locations and patchwork URLs.

regards
Stefan Schmidt

The following changes since commit 209373537648d815a104c3af787663d7db06bd5d:

  Merge branch 'bnxt_en-3-bug-fixes' (2023-03-29 21:48:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-06-19

for you to fetch changes up to cd9125030689dda69f73f6c2843d63135cb383f0:

  ieee802154: Replace strlcpy with strscpy (2023-06-16 22:14:24 +0200)

----------------------------------------------------------------
Azeem Shaikh (1):
      ieee802154: Replace strlcpy with strscpy

Chen Aotian (1):
      ieee802154: hwsim: Fix possible memory leaks

Miquel Raynal (2):
      MAINTAINERS: Update wpan tree
      MAINTAINERS: Add wpan patchwork

 MAINTAINERS                              | 5 +++--
 drivers/net/ieee802154/mac802154_hwsim.c | 6 ++++--
 net/ieee802154/trace.h                   | 2 +-
 net/mac802154/trace.h                    | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 20, 2023, 8:40 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 19 Jun 2023 09:09:27 +0200 you wrote:
> Hello Dave, Jakub, Paolo.
> 
> An update from ieee802154 for your *net* tree:
> 
> Two small fixes and MAINTAINERS update this time.
> 
> Azeem Shaikh ensured consistent use of strscpy through the tree and fixed
> the usage in our trace.h.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2023-06-19
    https://git.kernel.org/netdev/net/c/8340eef98d45

You are awesome, thank you!