mbox series

pull-request: ieee802154 for net 2018-12-11

Message ID 20181211085302.27306-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2018-12-11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-12-11

Message

Stefan Schmidt Dec. 11, 2018, 8:53 a.m. UTC
Hello Dave.

An update from ieee802154 for your *net* tree.

Just two more fixes for ieee802154 dribver before the final 4.20 release.
Alexander Aring fixes a problem in the nested parsing code of the
hwsim driver interface.
A fix for a potential overflow in the ca8210 driver by Yue Habing.

If there are any problems with taking these two before the final 4.20 let me
know.

regards
Stefan Schmidt

The following changes since commit 35b827b6d06199841a83839e8bb69c0cd13a28be:

  tun: forbid iface creation with rtnl ops (2018-11-30 17:31:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-12-11

for you to fetch changes up to 8e41cae64b08fe2e86a9ffb88b295c6b4b3a3322:

  ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done (2018-12-11 09:33:11 +0100)

----------------------------------------------------------------
Alexander Aring (1):
      ieee802154: hwsim: fix off-by-one in parse nested

YueHaibing (1):
      ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done

 drivers/net/ieee802154/ca8210.c          | 4 ++--
 drivers/net/ieee802154/mac802154_hwsim.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

David Miller Dec. 11, 2018, 7:05 p.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Tue, 11 Dec 2018 09:53:02 +0100

> An update from ieee802154 for your *net* tree.
> 
> Just two more fixes for ieee802154 dribver before the final 4.20 release.
> Alexander Aring fixes a problem in the nested parsing code of the
> hwsim driver interface.
> A fix for a potential overflow in the ca8210 driver by Yue Habing.
> 
> If there are any problems with taking these two before the final 4.20 let me
> know.

Pulled, thanks Stefan.