Bug 43223
Summary: | General Protection Fault in aesni_intel module using VPN | ||
---|---|---|---|
Product: | Networking | Reporter: | Daniel (garkein) |
Component: | Netfilter/Iptables | Assignee: | networking_netfilter-iptables (networking_netfilter-iptables) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, minipli |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.3.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Daniel
2012-05-09 19:49:19 UTC
The faulting instruction is 'pxor (%edx),%xmm4' which requires 128 bit aligned memory locations but EDX is pointing to memory that is not. The patch from http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg07135.html should fix the issue and should hopefully make it's way into v3.5 and the stable kernels as the code was wrong for x86-32 from the very beginning. commit 7c8d51848a88aafdb68f42b6b650c83485ea2f84 in Linus' tree. |