diff mbox

[1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series

Message ID 1463664337-881-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias May 19, 2016, 1:25 p.m. UTC
Kernel headers 4.5 -> 4.5.4 broke netfilter uapi headers leading to
build failures for cases where glibc's net/if.h was included before
linux/if.h
This is fixed since 4.5.5 via linux kernel commit 4a91cb61 and fixes:
http://autobuild.buildroot.net/results/736/7362431f62ebb1b436ac41ea3ef85228c763e6f3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Bernd Kuhls May 21, 2016, 11:17 a.m. UTC | #1
Am Thu, 19 May 2016 10:25:36 -0300 schrieb Gustavo Zacarias:

> Kernel headers 4.5 -> 4.5.4 broke netfilter uapi headers leading to
> build failures for cases where glibc's net/if.h was included before
> linux/if.h This is fixed since 4.5.5 via linux kernel commit 4a91cb61
> and fixes:
> http://autobuild.buildroot.net/
results/736/7362431f62ebb1b436ac41ea3ef85228c763e6f3/

Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
(compile-tested collectd, fixes
http://autobuild.buildroot.net/results/ae1/
ae1e3a33a1c2b7433ca7a04659467e2017756b00/)
Thomas Petazzoni May 22, 2016, 8:51 p.m. UTC | #2
Hello,

On Thu, 19 May 2016 10:25:36 -0300, Gustavo Zacarias wrote:
> Kernel headers 4.5 -> 4.5.4 broke netfilter uapi headers leading to
> build failures for cases where glibc's net/if.h was included before
> linux/if.h
> This is fixed since 4.5.5 via linux kernel commit 4a91cb61 and fixes:
> http://autobuild.buildroot.net/results/736/7362431f62ebb1b436ac41ea3ef85228c763e6f3/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Both patches applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 7c080d6..ac89a6b 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -214,13 +214,13 @@  config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.4.112"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.101"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.59"	if BR2_KERNEL_HEADERS_3_12
-	default "3.14.69"	if BR2_KERNEL_HEADERS_3_14
+	default "3.14.70"	if BR2_KERNEL_HEADERS_3_14
 	default "3.18.33"	if BR2_KERNEL_HEADERS_3_18
 	default "3.19.8"	if BR2_KERNEL_HEADERS_3_19
 	default "4.0.9"		if BR2_KERNEL_HEADERS_4_0
 	default "4.1.24"	if BR2_KERNEL_HEADERS_4_1
 	default "4.2.8"		if BR2_KERNEL_HEADERS_4_2
 	default "4.3.6"		if BR2_KERNEL_HEADERS_4_3
-	default "4.4.10"	if BR2_KERNEL_HEADERS_4_4
-	default "4.5.4"		if BR2_KERNEL_HEADERS_4_5
+	default "4.4.11"	if BR2_KERNEL_HEADERS_4_4
+	default "4.5.5"		if BR2_KERNEL_HEADERS_4_5
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION