Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-24 Thread Bernard Pidoux
[PATCH] [ROSE] NULL ax25_cb kernel panic When an internally generated frame is handled by rose_xmit(), rose_route_frame() is called: if (!rose_route_frame(skb, NULL)) { dev_kfree_skb(skb); stats->tx_errors++; return NETDEV_TX_OK;

Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-22 Thread David Miller
This patch is corrupted by your email client, please fix this up and resubmit. Thank you.

Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-20 Thread f6bvp
Dimitri, I am so pleased to get some support for fixing this bug that I will let you manage things as you like. Please perform necessary actions for proper achievement of our concern. You have my approbation for any change you think is needed. Regards, Bernard Le 20/01/2019 à 11:32, Dmitry Vyu

Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-20 Thread Dmitry Vyukov
On Sun, Jan 20, 2019 at 10:58 AM f6bvp wrote: > > Hi, > > Dmitry wrote: > > >Please also add: > >Reported-by: syzbot+1a2c456a1ea08fa5b...@syzkaller.appspotmail.com > > I did mention syzbot report but without the exact reference, thanks. > > >It's this report we are fixing, right? > >https://syzkal

Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-20 Thread f6bvp
Hi, Dmitry wrote: >Please also add: >Reported-by: syzbot+1a2c456a1ea08fa5b...@syzkaller.appspotmail.com I did mention syzbot report but without the exact reference, thanks. >It's this report we are fixing, right? >https://syzkaller.appspot.com/bug?id=fd0b0b00fc26abb4b35663a0e2f1c91d8e6e5725 Ye

Re: [PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-19 Thread Dmitry Vyukov
On Sat, Jan 19, 2019 at 11:58 AM f6bvp wrote: > > > [PATCH] [ROSE] NULL ax25_cb kernel panic > > When an internally generated frame is handled by rose_xmit(), > rose_route_frame() is called: > > if (!rose_route_frame(skb, NULL)) { > dev_kfree_skb(skb); > sta

[PATCH] NET:AX25:ROSE NULL ax25_cb kernel panic

2019-01-19 Thread f6bvp
[PATCH] [ROSE] NULL ax25_cb kernel panic When an internally generated frame is handled by rose_xmit(), rose_route_frame() is called: if (!rose_route_frame(skb, NULL)) { dev_kfree_skb(skb); stats->tx_errors++; return NETDEV_TX_OK; }