mbox series

pull-request: ieee802154 for net 2019-03-19

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2019-03-19

Message

Stefan Schmidt March 19, 2019, 4:24 p.m. UTC
Hello Dave.

An update from ieee802154 for your *net* tree.

Kangjie Lu fixed a potential NULL pointer deref in the adf7242 driver and Li
RongQing make sure we propagate a netlink return code to the caller.

If there are any problems let me know.

regards
Stefan Schmidt

The following changes since commit ffa91253739ca89fc997195d8bbd1f7ba3e29fbe:

  Documentation: networking: Update netdev-FAQ regarding patches (2019-03-18 20:09:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2019-03-19

for you to fetch changes up to 86008304dc2ad41a274cdacb585c641ec6bbb558:

  Merge remote-tracking branch 'net/master' (2019-03-19 16:25:37 +0100)

----------------------------------------------------------------
Kangjie Lu (1):
      net: ieee802154: fix a potential NULL pointer dereference

Li RongQing (1):
      ieee802154: hwsim: propagate genlmsg_reply return code

Stefan Schmidt (1):
      Merge remote-tracking branch 'net/master'

 drivers/net/ieee802154/adf7242.c         | 4 ++++
 drivers/net/ieee802154/mac802154_hwsim.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

David Miller March 19, 2019, 6:08 p.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Tue, 19 Mar 2019 17:24:35 +0100

> An update from ieee802154 for your *net* tree.
> 
> Kangjie Lu fixed a potential NULL pointer deref in the adf7242 driver and Li
> RongQing make sure we propagate a netlink return code to the caller.
> 
> If there are any problems let me know.

Pulled, thanks Stefan.