[0/4] uapi header fixes for musl libc

2014-03-14 Thread David Heidelberger
The patch series enables support for the uapi headers to cooperate with musl libc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FA

[PATCH 1/4] glibc specific inclusion of sysinfo.h in kernel.h

2014-03-14 Thread David Heidelberger
plus sys/sysinfo.h will produce a compile error due to redefinition of struct sysinfo.h. so for now, only include it on glibc in order not to break their headers. Signed-off-by: John Spencer Signed-off-by: David Heidelberger --- include/uapi/linux/kernel.h | 2 ++ 1 file changed, 2 inse

[PATCH 4/4] libc-compat.h: prevent redefinition of struct ethhdr

2014-03-14 Thread David Heidelberger
Signed-off-by: John Spencer Tested-by: David Heidelberger --- include/uapi/linux/if_ether.h| 4 +++- include/uapi/linux/libc-compat.h | 6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h index 2ce0f6a

[PATCH 2/4] if_bridge.h: needs struct in6_addr

2014-03-14 Thread David Heidelberger
Signed-off-by: John Spencer Tested-by: David Heidelberger --- include/uapi/linux/if_bridge.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h index 39f621a..da17e45 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include

[PATCH 3/4] libc-compat.h: fix some issues arising from in6.h

2014-03-14 Thread David Heidelberger
namely redefinition of some structs provided by netinet/in.h. Signed-off-by: John Spencer Tested-by: David Heidelberger --- include/uapi/linux/libc-compat.h | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/include/uapi/linux/libc-compat.h b

Re: [PATCH] expand micro-optimizations in kernel to newer model CPUs

2013-12-09 Thread David Heidelberger
Hello, this patch is used in Gentoo geek-sources and mptcp-sources (and probably in lot other kernel sources sets). So, there was lot testing. It's not _big_ performance difference, but -mtune=native is nice to have. It could be great, if this kernel option could be fully utilized without ne

Re: [PATCH v2] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-29 Thread David Heidelberger
c region While at it, condition the mapping to PXA25x and PXA27x, which are the only platforms where it's used. Cc: Nicolas Pitre Cc: Russell King - ARM Linux Cc: David Heidelberger Signed-off-by: Ezequiel Garcia --- David, Is it possible for you to give this a try on your board? arch/ar