mbox series

pull-request: ieee802154 for net 2021-06-03

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-davem-2021-06-03

Message

Stefan Schmidt June 3, 2021, 10:35 a.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for your *net* tree.

This time we have fixes for the ieee802154 netlink code, as well as a driver
fix. Zhen Lei, Wei Yongjun and Yang Li each had  a patch to cleanup some return
code handling ensuring we actually get a real error code when things fails.

Dan Robertson fixed a potential null dereference in our netlink handling.

Andy Shevchenko removed of_match_ptr()usage in the mrf24j40 driver.

regards
Stefan Schmidt


The following changes since commit 8a12f8836145ffe37e9c8733dce18c22fb668b66:

  net: hso: fix null-ptr-deref during tty device unregistration (2021-04-07 15:18:15 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-davem-2021-06-03

for you to fetch changes up to 373e864cf52403b0974c2f23ca8faf9104234555:

  ieee802154: fix error return code in ieee802154_llsec_getparams() (2021-06-03 10:59:49 +0200)

----------------------------------------------------------------
Andy Shevchenko (1):
      net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()

Dan Robertson (1):
      net: ieee802154: fix null deref in parse dev addr

Wei Yongjun (1):
      ieee802154: fix error return code in ieee802154_llsec_getparams()

Yang Li (1):
      net/ieee802154: drop unneeded assignment in llsec_iter_devkeys()

Zhen Lei (1):
      ieee802154: fix error return code in ieee802154_add_iface()

 drivers/net/ieee802154/mrf24j40.c |  4 ++--
 net/ieee802154/nl-mac.c           | 10 ++++++----
 net/ieee802154/nl-phy.c           |  4 +++-
 net/ieee802154/nl802154.c         |  9 +++++----
 4 files changed, 16 insertions(+), 11 deletions(-)