mbox series

pull-request: ieee802154 for net 2020-09-08

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

Pull-request

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

Message

Stefan Schmidt Sept. 8, 2020, 5:42 p.m. UTC
Hello Dave.

An update from ieee802154 for your *net* tree.

A potential memory leak fix for ca8210 from Liu Jian,
a check on the return for a register read in adf7242
and finally a user after free fix in the softmac tx
function from Eric found by syzkaller.

regards
Stefan Schmidt

The following changes since commit 6ef9dcb78046b346b5508ca1659848b136a343c2:

  tipc: allow to build NACK message in link timeout function (2020-07-20 20:11:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0ff4628f4c6c1ab87eef9f16b25355cadc426d64:

  mac802154: tx: fix use-after-free (2020-09-08 16:35:32 +0200)

----------------------------------------------------------------
Eric Dumazet (1):
      mac802154: tx: fix use-after-free

Liu Jian (1):
      ieee802154: fix one possible memleak in ca8210_dev_com_init

Tom Rix (1):
      ieee802154/adf7242: check status of adf7242_read_reg

 drivers/net/ieee802154/adf7242.c | 4 +++-
 drivers/net/ieee802154/ca8210.c  | 1 +
 net/mac802154/tx.c               | 8 +++++---
 3 files changed, 9 insertions(+), 4 deletions(-)

Comments

David Miller Sept. 9, 2020, 3:13 a.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Tue,  8 Sep 2020 19:42:16 +0200

> An update from ieee802154 for your *net* tree.
> 
> A potential memory leak fix for ca8210 from Liu Jian,
> a check on the return for a register read in adf7242
> and finally a user after free fix in the softmac tx
> function from Eric found by syzkaller.

Pulled, thanks Stefan.