Hello, I've seen a crash in linux-next for a while on my arm64 server, and I decided to report. While running stress-ng on linux-next, I see the crash below. This is happening in a kernel configure with some debug options (KASAN, LOCKDEP and KMEMLEAK). Basically running stress-ng in a loop would crash the host in 15-20 minutes: # while (true); do stress-ng -r 10 -t 10; done