Kernel panic on ARM

Jason A. Donenfeld Jason at zx2c4.com
Tue May 30 14:00:06 CEST 2017


Hi Alexandre,

Could you compile with `make debug`, so that dmesg gets plenty of
debugging output? That will let me see if this is related to
handshakes or to transport messages. An initial theory, based on the
stacktrace there involving fmonty and such, is that the 32-bit
implementation of curve25519-donna uses a lot of stack space, and if
you're on a kernel that puts the softirq stack and the process stack
in the same place, this could be an issue. Also, would you mind
sending your kernel's .config?

Jason


More information about the WireGuard mailing list