>[ 107.487644] [] (br_switchdev_port_vlan_add [bridge]) from
>[0>] (__vlan_add+0xb0/0x620 [bridge])
>
>regards Frank
>
>
>> Gesendet: Montag, 18. Februar 2019 um 00:20 Uhr
>> Von: "Florian Fainelli"
>> An: "Frank Wunderlich" ,
>netdev@vger.k
um 00:20 Uhr
> Von: "Florian Fainelli"
> An: "Frank Wunderlich" , netdev@vger.kernel.org,
> "Andrew Lunn" , "Vivien Didelot"
> Betreff: Re: [BUG] [FIX] net: dsa: oops in br_vlan_enabled
>
>
>
> On 2/17/2019 9:13 AM, Florian
On 2/17/2019 9:13 AM, Florian Fainelli wrote:
> Hi Frank,
>
> On 2/16/2019 8:22 AM, Frank Wunderlich wrote:
>> Hi,
>>
>> i've found an oops in 4.19.23/10, seems to be fixed anyhow in 5.0 (also
>> works in 4.14.101)
>>
>> root@bpi-r2:~# ip link add link lan0 name lan0.5 type vlan id 5
>> root@bp
On 2/17/2019 11:05 AM, Frank Wunderlich wrote:
> Hi Florian
>
> a user from Bananapi-forum has reported the oops and i had reproduced this
> and patched out this oops.
> That means not that vlan in bridge works, only no crash.
>
> my kernel only conatins the second gmac dsa-patches for mt7530
Hi Florian
a user from Bananapi-forum has reported the oops and i had reproduced this and
patched out this oops.
That means not that vlan in bridge works, only no crash.
my kernel only conatins the second gmac dsa-patches for mt7530/bpi-r2 i've
posted at the end of last year, but the oops also
Hi Frank,
On 2/16/2019 8:22 AM, Frank Wunderlich wrote:
> Hi,
>
> i've found an oops in 4.19.23/10, seems to be fixed anyhow in 5.0 (also works
> in 4.14.101)
>
> root@bpi-r2:~# ip link add link lan0 name lan0.5 type vlan id 5
> root@bpi-r2:~# ip addr add 192.168.5.200/24 brd 192.168.5.255 dev
Hi,
i've found an oops in 4.19.23/10, seems to be fixed anyhow in 5.0 (also works
in 4.14.101)
root@bpi-r2:~# ip link add link lan0 name lan0.5 type vlan id 5
root@bpi-r2:~# ip addr add 192.168.5.200/24 brd 192.168.5.255 dev lan0.5
root@bpi-r2:~# ip link set dev lan0 up
root@bpi-r2:~# ip link se