From: Jesse Gross Date: Tue, 4 Sep 2012 02:06:27 +0000 (-0700) Subject: openvswitch: Fix FLOW_BUFSIZE definition. X-Git-Tag: v3.6-rc6~18^2~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c303aa94cdae483a7577230e61720e126e600a52;p=pandora-kernel.git openvswitch: Fix FLOW_BUFSIZE definition. The vlan encapsulation fields in the maximum flow defintion were never updated when the representation changed before upstreaming. In theory this could cause a kernel panic when a maximum length flow is used. In practice this has never happened (to my knowledge) because skb allocations are padded out to a cache line so you would need the right combination of flow and packet being sent to userspace. Signed-off-by: Jesse Gross --- Reading git-diff-tree failed