Hello,
On Sun, Jun 06, 2021 at 09:54:50PM +0200, Hrvoje Popovski wrote:
</snip>
>
>
> this one?
yes, exactly this one.
</snip>
>
>
> ddb{5}> show panic
> cpu5: kernel diagnostic assertion "rvebe == NULL" failed: file
> "/sys/net/if_etherbridge.c", line 226 ebt_replace eb 0xffff800000682e68
> nebe 0xfffffd8391e91630 rvebe 0xfffffd8391e914c8
> *cpu2: kernel diagnostic assertion "smr->smr_func == NULL" failed: file
> "/sys/kern/kern_smr.c", line 247
> ddb{5}>
now I see things are actually more colorful, thanks to work to make
panic handling mp-friendly.
In earlier panic I could see 'smr->smr_func == NULL' was the only
assert on fire. With mp panic handling I see there are actually
more asserts on fire. This is neat.
it looks like packets are trying to ride through port, which is
just being destroyed.
thanks and
regards
sashan