Re: [PATCH wpan 02/17] net: ieee802154: fix memory leak when deliver monitor skbs

2021-03-02 Thread Stefan Schmidt
Hello Alex. On 01.03.21 04:16, Alexander Aring wrote: Hi Stefan, On Sun, 28 Feb 2021 at 10:21, Alexander Aring wrote: This patch adds a missing consume_skb() when deliver a skb to upper monitor interfaces of a wpan phy. Reported-by: syzbot+44b651863a17760a8...@syzkaller.appspotmail.com Sign

Re: [PATCH wpan 02/17] net: ieee802154: fix memory leak when deliver monitor skbs

2021-02-28 Thread Alexander Aring
Hi Stefan, On Sun, 28 Feb 2021 at 10:21, Alexander Aring wrote: > > This patch adds a missing consume_skb() when deliver a skb to upper > monitor interfaces of a wpan phy. > > Reported-by: syzbot+44b651863a17760a8...@syzkaller.appspotmail.com > Signed-off-by: Alexander Aring > --- > net/mac8021

[PATCH wpan 02/17] net: ieee802154: fix memory leak when deliver monitor skbs

2021-02-28 Thread Alexander Aring
This patch adds a missing consume_skb() when deliver a skb to upper monitor interfaces of a wpan phy. Reported-by: syzbot+44b651863a17760a8...@syzkaller.appspotmail.com Signed-off-by: Alexander Aring --- net/mac802154/rx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mac802154/rx.c