* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
@ 2016-05-05 18:47 Gustavo Zacarias
2016-05-05 18:47 ` [Buildroot] [PATCH 2/2] linux: bump defaut to version 4.5.3 Gustavo Zacarias
2016-05-05 20:20 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Thomas Petazzoni
0 siblings, 2 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-05-05 18:47 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 46f34e6..04d5890 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.67" if BR2_KERNEL_HEADERS_3_14
+ default "3.14.68" if BR2_KERNEL_HEADERS_3_14
default "3.18.32" 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.23" 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.8" if BR2_KERNEL_HEADERS_4_4
- default "4.5.2" if BR2_KERNEL_HEADERS_4_5
+ default "4.4.9" if BR2_KERNEL_HEADERS_4_4
+ default "4.5.3" if BR2_KERNEL_HEADERS_4_5
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 2/2] linux: bump defaut to version 4.5.3
2016-05-05 18:47 [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Gustavo Zacarias
@ 2016-05-05 18:47 ` Gustavo Zacarias
2016-05-05 20:20 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-05-05 18:47 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
linux/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index ef93489..306405b 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -27,7 +27,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.5.2)"
+ bool "Latest version (4.5.3)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -110,7 +110,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "4.5.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.5.3" if BR2_LINUX_KERNEL_LATEST_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
--
2.7.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
2016-05-05 18:47 [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Gustavo Zacarias
2016-05-05 18:47 ` [Buildroot] [PATCH 2/2] linux: bump defaut to version 4.5.3 Gustavo Zacarias
@ 2016-05-05 20:20 ` Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2016-05-05 20:20 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 5 May 2016 15:47:18 -0300, Gustavo Zacarias wrote:
> 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, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
@ 2016-05-19 13:25 Gustavo Zacarias
2016-05-21 11:17 ` Bernd Kuhls
2016-05-22 20:51 ` Thomas Petazzoni
0 siblings, 2 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2016-05-19 13:25 UTC (permalink / raw)
To: buildroot
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>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--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
--
2.7.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
2016-05-19 13:25 Gustavo Zacarias
@ 2016-05-21 11:17 ` Bernd Kuhls
2016-05-22 20:51 ` Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2016-05-21 11:17 UTC (permalink / raw)
To: buildroot
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/)
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
2016-05-19 13:25 Gustavo Zacarias
2016-05-21 11:17 ` Bernd Kuhls
@ 2016-05-22 20:51 ` Thomas Petazzoni
1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2016-05-22 20:51 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series
@ 2016-04-12 17:32 Gustavo Zacarias
2016-04-12 21:20 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2016-04-12 17:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 70d5faa..f78e5c7 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.111" if BR2_KERNEL_HEADERS_3_4
default "3.10.101" if BR2_KERNEL_HEADERS_3_10
default "3.12.56" if BR2_KERNEL_HEADERS_3_12
- default "3.14.65" if BR2_KERNEL_HEADERS_3_14
+ default "3.14.66" if BR2_KERNEL_HEADERS_3_14
default "3.18.30" 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.21" 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.6" if BR2_KERNEL_HEADERS_4_4
- default "4.5" if BR2_KERNEL_HEADERS_4_5
+ default "4.4.7" if BR2_KERNEL_HEADERS_4_4
+ default "4.5.1" if BR2_KERNEL_HEADERS_4_5
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-05-22 20:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 18:47 [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Gustavo Zacarias
2016-05-05 18:47 ` [Buildroot] [PATCH 2/2] linux: bump defaut to version 4.5.3 Gustavo Zacarias
2016-05-05 20:20 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 5}.x series Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2016-05-19 13:25 Gustavo Zacarias
2016-05-21 11:17 ` Bernd Kuhls
2016-05-22 20:51 ` Thomas Petazzoni
2016-04-12 17:32 Gustavo Zacarias
2016-04-12 21:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox