Aw: Re: [BUG] access to null-pointer in dsa_switch_event when bridge set up

2019-08-12 Thread Frank Wunderlich
Hi Andrew, [1] seems to fix it, thank you regards Frank [1] https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=58799865be84e2a895dab72de0e1b996ed943f22 > Gesendet: Montag, 12. August 2019 um 15:42 Uhr > Von: "Andrew Lunn" > Hi Frank > > A patch was merged last night with

Re: [BUG] access to null-pointer in dsa_switch_event when bridge set up

2019-08-12 Thread Andrew Lunn
On Mon, Aug 12, 2019 at 12:43:09PM +0200, Frank Wunderlich wrote: > Hi, > > i've noticed a bug when using bridge on dsa-ports. Tested on Bpi-r2, Crash > happens on 5.3-rc1 and rc4, 5.2-rc7 (last version pre 5.3 i have found on my > tftp) is not affected. Hi Frank A patch was merged last nig

[BUG] access to null-pointer in dsa_switch_event when bridge set up

2019-08-12 Thread Frank Wunderlich
Hi, i've noticed a bug when using bridge on dsa-ports. Tested on Bpi-r2, Crash happens on 5.3-rc1 and rc4, 5.2-rc7 (last version pre 5.3 i have found on my tftp) is not affected. root@bpi-r2:~# brctl addbr br0 root@bpi-r2:~# ip addr add 192.168.0.11/24 dev br0 root@bpi-r2:~# brctl addif br0 lan