Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
@ 2017-05-31  5:52 Bernd Kuhls
  2017-05-31  6:02 ` Peter Korsgaard
  2017-06-01 14:41 ` Peter Korsgaard
  0 siblings, 2 replies; 11+ messages in thread
From: Bernd Kuhls @ 2017-05-31  5:52 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 5a0cd0382..c7a371052 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -226,7 +226,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.105"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-	default "4.1.39"	if BR2_KERNEL_HEADERS_4_1
+	default "4.1.40"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.70"	if BR2_KERNEL_HEADERS_4_4
 	default "4.9.30"	if BR2_KERNEL_HEADERS_4_9
 	default "4.10.17"	if BR2_KERNEL_HEADERS_4_10
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-05-31  5:52 Bernd Kuhls
@ 2017-05-31  6:02 ` Peter Korsgaard
  2017-06-01 14:41 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-05-31  6:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-05-31  5:52 Bernd Kuhls
  2017-05-31  6:02 ` Peter Korsgaard
@ 2017-06-01 14:41 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-06-01 14:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
@ 2017-07-01  8:14 Bernd Kuhls
  2017-07-01 10:43 ` Thomas Petazzoni
  2017-07-02 15:08 ` Peter Korsgaard
  0 siblings, 2 replies; 11+ messages in thread
From: Bernd Kuhls @ 2017-07-01  8:14 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 613a26ea5..e5c0109a1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -226,7 +226,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.106"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-	default "4.1.41"	if BR2_KERNEL_HEADERS_4_1
+	default "4.1.42"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.74"	if BR2_KERNEL_HEADERS_4_4
 	default "4.9.34"	if BR2_KERNEL_HEADERS_4_9
 	default "4.10.17"	if BR2_KERNEL_HEADERS_4_10
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-07-01  8:14 Bernd Kuhls
@ 2017-07-01 10:43 ` Thomas Petazzoni
  2017-07-02 15:08 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2017-07-01 10:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  1 Jul 2017 10:14:14 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-07-01  8:14 Bernd Kuhls
  2017-07-01 10:43 ` Thomas Petazzoni
@ 2017-07-02 15:08 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-07-02 15:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x and 2017.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
@ 2017-08-06 13:28 Bernd Kuhls
  2017-09-05 21:16 ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: Bernd Kuhls @ 2017-08-06 13:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 90c93bacd..6f11fcca6 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -235,7 +235,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.106"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-	default "4.1.42"	if BR2_KERNEL_HEADERS_4_1
+	default "4.1.43"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.79"	if BR2_KERNEL_HEADERS_4_4
 	default "4.9.40"	if BR2_KERNEL_HEADERS_4_9
 	default "4.10.17"	if BR2_KERNEL_HEADERS_4_10
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-08-06 13:28 [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series Bernd Kuhls
@ 2017-09-05 21:16 ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-09-05 21:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
@ 2017-12-07 17:43 Bernd Kuhls
  2017-12-07 21:23 ` Peter Korsgaard
  2017-12-27 11:40 ` Peter Korsgaard
  0 siblings, 2 replies; 11+ messages in thread
From: Bernd Kuhls @ 2017-12-07 17:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
Please note that the patch for mm/huge_memory.c
https://github.com/torvalds/linux/commit/a8f97366452ed491d13cf1e44241bc0b5740b1f0
fixing CVE-2017-1000405 was not included in this kernel version:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/diff/?id=v4.1.47&id2=v4.1.46&dt=2
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/mm/huge_memory.c?id=v4.1.47

 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 3e146bb1b1..b471284919 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -251,7 +251,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.108"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-	default "4.1.46"	if BR2_KERNEL_HEADERS_4_1
+	default "4.1.47"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.104"	if BR2_KERNEL_HEADERS_4_4
 	default "4.9.67"	if BR2_KERNEL_HEADERS_4_9
 	default "4.10.17"	if BR2_KERNEL_HEADERS_4_10
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-12-07 17:43 Bernd Kuhls
@ 2017-12-07 21:23 ` Peter Korsgaard
  2017-12-27 11:40 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-12-07 21:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > Please note that the patch for mm/huge_memory.c
 > https://github.com/torvalds/linux/commit/a8f97366452ed491d13cf1e44241bc0b5740b1f0
 > fixing CVE-2017-1000405 was not included in this kernel version:

 > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/diff/?id=v4.1.47&id2=v4.1.46&dt=2
 > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/mm/huge_memory.c?id=v4.1.47

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series
  2017-12-07 17:43 Bernd Kuhls
  2017-12-07 21:23 ` Peter Korsgaard
@ 2017-12-27 11:40 ` Peter Korsgaard
  1 sibling, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2017-12-27 11:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > Please note that the patch for mm/huge_memory.c
 > https://github.com/torvalds/linux/commit/a8f97366452ed491d13cf1e44241bc0b5740b1f0
 > fixing CVE-2017-1000405 was not included in this kernel version:

Committed to 2017.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-27 11:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06 13:28 [Buildroot] [PATCH 1/1] linux-headers: bump 4.1.x series Bernd Kuhls
2017-09-05 21:16 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2017-12-07 17:43 Bernd Kuhls
2017-12-07 21:23 ` Peter Korsgaard
2017-12-27 11:40 ` Peter Korsgaard
2017-07-01  8:14 Bernd Kuhls
2017-07-01 10:43 ` Thomas Petazzoni
2017-07-02 15:08 ` Peter Korsgaard
2017-05-31  5:52 Bernd Kuhls
2017-05-31  6:02 ` Peter Korsgaard
2017-06-01 14:41 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox