[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190928075737.28132-1-stefan@datenfreihafen.org>
Date: Sat, 28 Sep 2019 09:57:37 +0200
From: Stefan Schmidt <stefan@...enfreihafen.org>
To: davem@...emloft.net
Cc: linux-wpan@...r.kernel.org, alex.aring@...il.com,
netdev@...r.kernel.org
Subject: pull-request: ieee802154 for net 2019-09-28
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(-)
Powered by blists - more mailing lists