[PATCH] cli/run: allow unaligned memory access in BPF The verifier will panic when checking Mimic in kernels without CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y. This is mostly due to reading of TCP options, which in most cases should align and not causing major performance problems.