On Thu, Apr 30, 2020 at 11:54:15AM +0530, Allen wrote: > Hi, > > We ran into a kernel panic with dsa-loop. > Here are the details: > > VM: aarch64 kvm running 5.7.0-rc3+
Hi Allen Can you reproduce it? If so, could you do: make net/core/dev.lst and then show us the listing for __dev_set_rx_mode. The instructions around 0x48/0xa0 will tell us what structure is a NULL pointer. For this to work, it is important the build to create the .lst file is the same as the build which fails. Changing the kernel configuration, compiler flags etc can change 0x48/0xa0. Thanks Andrew