mbox series

pull-request: ieee802154 for net 2019-09-28

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-davem-2019-09-28

Message

Stefan Schmidt Sept. 28, 2019, 7:57 a.m. UTC
Hello Dave.

An update from ieee802154 for your *net* tree.

Three driver fixes. Navid Emamdoost fixed a memory leak on an error
path in the ca8210 driver, Johan Hovold fixed a use-after-free found
by syzbot in the atusb driver and Christophe JAILLET makes sure
__skb_put_data is used instead of memcpy in the mcr20a driver

I switched from branches to tags here to be pulled from. So far not
annotated and not signed. Once I fixed my scripts it should contain
this messages as annotations. If you want it signed as well just tell
me. If there are any problems let me know.

regards
Stefan Schmidt

The following changes since commit f53a7ad189594a112167efaf17ea8d0242b5ac00:

  r8152: Set memory to all 0xFFs on failed reg reads (2019-08-25 19:52:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-davem-2019-09-28

for you to fetch changes up to 6402939ec86eaf226c8b8ae00ed983936b164908:

  ieee802154: ca8210: prevent memory leak (2019-09-27 21:57:42 +0200)

----------------------------------------------------------------
Christophe JAILLET (1):
      ieee802154: mcr20a: simplify a bit 'mcr20a_handle_rx_read_buf_complete()'

Johan Hovold (1):
      ieee802154: atusb: fix use-after-free at disconnect

Navid Emamdoost (1):
      ieee802154: ca8210: prevent memory leak

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

Comments

David Miller Oct. 1, 2019, 12:15 a.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Sat, 28 Sep 2019 09:57:37 +0200

> An update from ieee802154 for your *net* tree.
> 
> Three driver fixes. Navid Emamdoost fixed a memory leak on an error
> path in the ca8210 driver, Johan Hovold fixed a use-after-free found
> by syzbot in the atusb driver and Christophe JAILLET makes sure
> __skb_put_data is used instead of memcpy in the mcr20a driver
> 
> I switched from branches to tags here to be pulled from. So far not
> annotated and not signed. Once I fixed my scripts it should contain
> this messages as annotations. If you want it signed as well just tell
> me. If there are any problems let me know.
 ...
>   git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-davem-2019-09-28

Pulled, thanks.