bionic/libc/kernel/common
Nick Kralevich e66ad7809e [NETFILTER]: Fix iptables ABI breakage
Pick up Linux kernel patch 2748e5dec7ca8a3804852c7c4171f9156384d15c
from 2007

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2748e5dec7ca8a3804852c7c4171f9156384d15c

[NETFILTER]: Fix iptables ABI breakage on (at least) CRIS
With the introduction of x_tables we accidentally broke compatibility
by defining IPT_TABLE_MAXNAMELEN to XT_FUNCTION_MAXNAMELEN instead of
XT_TABLE_MAXNAMELEN, which is two bytes larger.

On most architectures it doesn't really matter since we don't have
any tables with names that long in the kernel and the structure
layout didn't change because of alignment requirements of following
members. On CRIS however (and other architectures that don't align
data) this changed the structure layout and thus broke compatibility
with old iptables binaries.

Changing it back will break compatibility with binaries compiled
against recent kernels again, but since the breakage has only been
there for three releases this seems like the better choice.

Change-Id: Ie9552b25892109c7042b9752132dc8ebd3552dc3
2013-04-29 12:31:01 -07:00
..
asm-generic Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
linux [NETFILTER]: Fix iptables ABI breakage 2013-04-29 12:31:01 -07:00
media Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
mtd Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
sound Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
uapi/linux Clean up trailing whitespace in the kernel headers. 2013-01-30 10:13:07 -08:00
video Update bionic kernel headers using update_all.py 2012-03-07 21:13:49 -08:00