All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
@ 2021-01-06 21:19 Petr Vorel
  2021-01-06 21:20 ` Petr Vorel
  2021-01-06 21:38 ` Bernd Kuhls
  0 siblings, 2 replies; 13+ messages in thread
From: Petr Vorel @ 2021-01-06 21:19 UTC (permalink / raw)
  To: buildroot

Drop 5.9 stable (EOL)

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
@Peter: FYI 5.{4,10}.x and 4.19.x contain MUSL toolchain fix
a85cbe6159ff ("uapi: move constants from <linux/kernel.h> to
<linux/const.h>"), it's still not in 4.{4,9,14,19}.

Kind regards,
Petr

 linux/Config.in                      |  2 +-
 linux/linux.hash                     | 13 ++++++-------
 package/linux-headers/Config.in.host | 15 +++++----------
 3 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 92b0543515..c1bdad0e92 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -125,7 +125,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "5.10.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "5.10.5" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.152-cip37" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.152-cip37-rt16" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index cb702146bd..72fd1a2df0 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,12 +1,11 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  f9153333e5ce60c9cd9a501fbcb342ba6032b8fdb2cb492115c5595712a19525  linux-5.10.3.tar.xz
-sha256  b0d7abae88e5f91893627c645e680a95c818defd1b4fcaf3e2afb4b2b6b4ab86  linux-5.9.16.tar.xz
-sha256  1de3586d8e7a9a814726610745d80907a267590d2770ec1079ef2875c4984008  linux-5.4.85.tar.xz
+sha256  2ed25911e9254cfd915895773bb5917dbb226e15d55a66c80ec861cba30f7b51  linux-5.10.5.tar.gz
+sha256  6a34e93e2e84bb645155124962307ad9d3646124f43838d087209ed4ea595c31  linux-5.4.87.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  e52a49ceb639d871478a143c314648c35e22222c317ecdf49866830fea5c3dfc  linux-4.4.248.tar.xz
-sha256  4687268061c9933c298b30d28e4bf1a30dfbab7c0da4bee194968e4f81ffeccf  linux-4.9.248.tar.xz
-sha256  0e1bc32c4842c3bbee3a15454408f528acd4d3c5e83312b93008d5ee2e9a0c79  linux-4.14.212.tar.xz
-sha256  3eeec4e5eb8a129be3536357ecb028fae7d82fac933dcfac0b6089ee398fc5fc  linux-4.19.163.tar.xz
+sha256  31c0ff31cd09ea74e2ad58461f80afb00e2b137e0420e39a8dea1b15df26eb12  linux-4.4.249.tar.xz
+sha256  b1f38696ff5bce89e1d8248126aa2a8ce5b19100efdd68f1d335a9f736e04c4e  linux-4.9.249.tar.xz
+sha256  fd7bcedb79feb1378b89b257e68bfb86cb0aeb23380808c6a7e84a12e8ec2a1d  linux-4.14.213.tar.xz
+sha256  a1c05649b0f28d041c34d09d710d2d18f83d42fea4eb90569320d216d4e4e2d0  linux-4.19.165.tar.xz
 # Locally computed
 sha256  d2a06f52143deb929b8d513cf9afc9bd065951389a80fa70bc4d63025b5b3fb9  linux-cip-4.19.152-cip37.tar.gz
 sha256  bc1dacd3d0f526de3e8754a444e8e02a54521527af639ddb907cb35cda775a8c  linux-cip-4.19.152-cip37-rt16.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 7b27cee036..b06fa2e6e2 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -54,10 +54,6 @@ config BR2_KERNEL_HEADERS_5_4
 	bool "Linux 5.4.x kernel headers"
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
 
-config BR2_KERNEL_HEADERS_5_9
-	bool "Linux 5.9.x kernel headers"
-	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
-
 config BR2_KERNEL_HEADERS_5_10
 	bool "Linux 5.10.x kernel headers"
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
@@ -350,12 +346,11 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "4.4.248"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.248"	if BR2_KERNEL_HEADERS_4_9
-	default "4.14.212"	if BR2_KERNEL_HEADERS_4_14
-	default "4.19.163"	if BR2_KERNEL_HEADERS_4_19
-	default "5.4.85"	if BR2_KERNEL_HEADERS_5_4
-	default "5.9.16"	if BR2_KERNEL_HEADERS_5_9
+	default "4.4.249"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.249"	if BR2_KERNEL_HEADERS_4_9
+	default "4.14.213"	if BR2_KERNEL_HEADERS_4_14
+	default "4.19.165"	if BR2_KERNEL_HEADERS_4_19
+	default "5.4.87"	if BR2_KERNEL_HEADERS_5_4
 	default "5.10.3"	if BR2_KERNEL_HEADERS_5_10
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
@ 2021-01-12 23:32 Petr Vorel
  2021-01-13  9:04 ` Peter Korsgaard
  0 siblings, 1 reply; 13+ messages in thread
From: Petr Vorel @ 2021-01-12 23:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 linux/Config.in                      |  2 +-
 linux/linux.hash                     | 12 ++++++------
 package/linux-headers/Config.in.host | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 7af8e77d4d..4010a9def8 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -125,7 +125,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "5.10.6" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "5.10.7" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.152-cip37" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.152-cip37-rt16" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 0b944c3d5f..938c0eddf2 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,11 +1,11 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  7767d02c1cb5eb2a8d3c2b15a3f93e85b98baa6e9d93a3b9e3ec0e959d0a690b  linux-5.10.6.tar.xz
-sha256  4b8007c126c7146f020230fe19ce9924ba3b089c228002dea3ef54abba1824b2  linux-5.4.88.tar.xz
+sha256  4cbf6e09f90f2ae7160432c884d5a2aeb9d33a07ca7f50eb7d80f427706ffabe  linux-5.10.7.tar.xz
+sha256  268dd5177b6df1867d4ed2452ffb11a016d955c43aba5e07940886f347ab0aaf  linux-5.4.89.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  ab386137ffae217a2b681d3efa41e8a338cb2ddbd04ffb85e42a93629024a18a  linux-4.4.250.tar.xz
-sha256  9ebdbf45d83efc5ee096e98a9f0b0383ade1ad01645a25a70e6188285aff7197  linux-4.9.250.tar.xz
-sha256  f54296216ace09a1bf81efaa9dbbd4ebbe8631dbf22df9c6f286157db827391e  linux-4.14.214.tar.xz
-sha256  b98ef209321a4e39ce98ca6b8745a2268bdd927fd74e4e2c50bc68d9a637880e  linux-4.19.166.tar.xz
+sha256  0679c8c31f40a35efd63d9c7a6a73dd2496c0cae5e3a4591c57e6dce38a7b68e  linux-4.4.251.tar.xz
+sha256  ef4dcbbeb118c02c704581314832dc2a6912622946766bcede7ca3edbf1f960d  linux-4.9.251.tar.xz
+sha256  9a844e290c61b39dd23df507ba1d9c2b2b4365e5993a978b19f1eb5610b926da  linux-4.14.215.tar.xz
+sha256  312c67677c75adc4324078c5afb11411df379d5573ad0a429b3f4919f26bed01  linux-4.19.167.tar.xz
 # Locally computed
 sha256  d2a06f52143deb929b8d513cf9afc9bd065951389a80fa70bc4d63025b5b3fb9  linux-cip-4.19.152-cip37.tar.gz
 sha256  bc1dacd3d0f526de3e8754a444e8e02a54521527af639ddb907cb35cda775a8c  linux-cip-4.19.152-cip37-rt16.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index c5948a722a..0eefaeb777 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -346,12 +346,12 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "4.4.250"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.250"	if BR2_KERNEL_HEADERS_4_9
-	default "4.14.214"	if BR2_KERNEL_HEADERS_4_14
-	default "4.19.166"	if BR2_KERNEL_HEADERS_4_19
-	default "5.4.88"	if BR2_KERNEL_HEADERS_5_4
-	default "5.10.6"	if BR2_KERNEL_HEADERS_5_10
+	default "4.4.251"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.251"	if BR2_KERNEL_HEADERS_4_9
+	default "4.14.215"	if BR2_KERNEL_HEADERS_4_14
+	default "4.19.167"	if BR2_KERNEL_HEADERS_4_19
+	default "5.4.89"	if BR2_KERNEL_HEADERS_5_4
+	default "5.10.7"	if BR2_KERNEL_HEADERS_5_10
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
 	default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
@ 2021-01-23 17:04 Bernd Kuhls
  2021-01-23 21:24 ` Yann E. MORIN
  2021-01-28 17:11 ` Peter Korsgaard
  0 siblings, 2 replies; 13+ messages in thread
From: Bernd Kuhls @ 2021-01-23 17:04 UTC (permalink / raw)
  To: buildroot

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

 linux/Config.in                      |  2 +-
 linux/linux.hash                     | 12 ++++++------
 package/linux-headers/Config.in.host | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 4010a9def8..77254204ed 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -125,7 +125,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "5.10.7" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "5.10.10" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.152-cip37" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.152-cip37-rt16" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 938c0eddf2..e9b6825c2b 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,11 +1,11 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  4cbf6e09f90f2ae7160432c884d5a2aeb9d33a07ca7f50eb7d80f427706ffabe  linux-5.10.7.tar.xz
-sha256  268dd5177b6df1867d4ed2452ffb11a016d955c43aba5e07940886f347ab0aaf  linux-5.4.89.tar.xz
+sha256  60ed866fa951522a5255ea37ec3ac2006d3f3427d4783a13ef478464f37cdb19  linux-5.10.10.tar.xz
+sha256  c0937ff98824c4b14cfea68a04340e0beb3c00f1cc02984daf2f3bdf542394fd  linux-5.4.92.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  0679c8c31f40a35efd63d9c7a6a73dd2496c0cae5e3a4591c57e6dce38a7b68e  linux-4.4.251.tar.xz
-sha256  ef4dcbbeb118c02c704581314832dc2a6912622946766bcede7ca3edbf1f960d  linux-4.9.251.tar.xz
-sha256  9a844e290c61b39dd23df507ba1d9c2b2b4365e5993a978b19f1eb5610b926da  linux-4.14.215.tar.xz
-sha256  312c67677c75adc4324078c5afb11411df379d5573ad0a429b3f4919f26bed01  linux-4.19.167.tar.xz
+sha256  661e98b9448cbac948c705fd44cd7d30200422ee1cb02950d142aa99a1b3985a  linux-4.4.253.tar.xz
+sha256  9a5b51a8350201bd38e3ff13909323a6571b4572a7b3caed76e462b07619bc18  linux-4.9.253.tar.xz
+sha256  62a36a25431016d98d0f1cff98be432086c51f86fd79042bd10a867b3a924d11  linux-4.14.217.tar.xz
+sha256  dd0d0264f8ef4363d0080054fd344470a73f07aca2cd673e91bf6e77fbe25b4a  linux-4.19.170.tar.xz
 # Locally computed
 sha256  d2a06f52143deb929b8d513cf9afc9bd065951389a80fa70bc4d63025b5b3fb9  linux-cip-4.19.152-cip37.tar.gz
 sha256  bc1dacd3d0f526de3e8754a444e8e02a54521527af639ddb907cb35cda775a8c  linux-cip-4.19.152-cip37-rt16.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 0eefaeb777..311999e7fa 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -346,12 +346,12 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "4.4.251"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.251"	if BR2_KERNEL_HEADERS_4_9
-	default "4.14.215"	if BR2_KERNEL_HEADERS_4_14
-	default "4.19.167"	if BR2_KERNEL_HEADERS_4_19
-	default "5.4.89"	if BR2_KERNEL_HEADERS_5_4
-	default "5.10.7"	if BR2_KERNEL_HEADERS_5_10
+	default "4.4.253"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.253"	if BR2_KERNEL_HEADERS_4_9
+	default "4.14.217"	if BR2_KERNEL_HEADERS_4_14
+	default "4.19.170"	if BR2_KERNEL_HEADERS_4_19
+	default "5.4.92"	if BR2_KERNEL_HEADERS_5_4
+	default "5.10.10"	if BR2_KERNEL_HEADERS_5_10
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
 	default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series
@ 2021-02-06 11:53 Bernd Kuhls
  2021-02-07  9:13 ` Peter Korsgaard
  2021-02-10 19:33 ` Peter Korsgaard
  0 siblings, 2 replies; 13+ messages in thread
From: Bernd Kuhls @ 2021-02-06 11:53 UTC (permalink / raw)
  To: buildroot

Please note that the bump of kernel 4.4 and 4.9 to 4.x.256 can cause
problems:

https://lkml.org/lkml/2021/2/5/747
https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.256

https://lkml.org/lkml/2021/2/5/862
https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.256

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 linux/Config.in                      |  2 +-
 linux/linux.hash                     | 12 ++++++------
 package/linux-headers/Config.in.host | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 267b113532..f0515632e5 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -125,7 +125,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "5.10.11" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "5.10.13" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.152-cip37" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.152-cip37-rt16" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 52d2066081..5be6795b6b 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,11 +1,11 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  02ef2b56b00fc5145701c603a5235e1265772e40d488a936b27ba65fe78e710f  linux-5.10.11.tar.xz
-sha256  d37449403664cc3b1bac96d0d9a199dbe619885cd899c0ae3108843f42e3d522  linux-5.4.93.tar.xz
+sha256  06698c0ce35ceefa9b79ceb108ec7fb86de05f51fe615f3ae5cc82e293dfe1f2  linux-5.10.13.tar.xz
+sha256  030ae544f346bfa2ce619dd9e17e93d10ec393632d3b6d6cf5d1fc84b914d449  linux-5.4.95.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  661e98b9448cbac948c705fd44cd7d30200422ee1cb02950d142aa99a1b3985a  linux-4.4.253.tar.xz
-sha256  9a5b51a8350201bd38e3ff13909323a6571b4572a7b3caed76e462b07619bc18  linux-4.9.253.tar.xz
-sha256  62a36a25431016d98d0f1cff98be432086c51f86fd79042bd10a867b3a924d11  linux-4.14.217.tar.xz
-sha256  f4e352fe0eb986e5b532b99d9b0725a67046cbb3e5f53fcd5b098cbaeb2ac60a  linux-4.19.171.tar.xz
+sha256  486d2a6ee0175c795ff94eb1fb98612650577a29ebeecd32d85b56008977fbfc  linux-4.4.256.tar.xz
+sha256  c48b11c9ca1312632ac3e039be43d975cdac31ba9e78d94b0afb37532ad91497  linux-4.9.256.tar.xz
+sha256  75eecaa731c091fcf3bc2ec914b01d299a447d78041cb66a11a2ab169eb801dd  linux-4.14.219.tar.xz
+sha256  d2fdd236e6f31aa8e939f4a686c95417d8571bde3d091fc6a2535937c144195f  linux-4.19.173.tar.xz
 # Locally computed
 sha256  d2a06f52143deb929b8d513cf9afc9bd065951389a80fa70bc4d63025b5b3fb9  linux-cip-4.19.152-cip37.tar.gz
 sha256  bc1dacd3d0f526de3e8754a444e8e02a54521527af639ddb907cb35cda775a8c  linux-cip-4.19.152-cip37-rt16.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index b47ac8bb44..9dd41e1dad 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -346,12 +346,12 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "4.4.253"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.253"	if BR2_KERNEL_HEADERS_4_9
-	default "4.14.217"	if BR2_KERNEL_HEADERS_4_14
-	default "4.19.171"	if BR2_KERNEL_HEADERS_4_19
-	default "5.4.93"	if BR2_KERNEL_HEADERS_5_4
-	default "5.10.11"	if BR2_KERNEL_HEADERS_5_10
+	default "4.4.256"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.256"	if BR2_KERNEL_HEADERS_4_9
+	default "4.14.219"	if BR2_KERNEL_HEADERS_4_14
+	default "4.19.173"	if BR2_KERNEL_HEADERS_4_19
+	default "5.4.95"	if BR2_KERNEL_HEADERS_5_4
+	default "5.10.13"	if BR2_KERNEL_HEADERS_5_10
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
 	default "custom"	if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
 	default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
-- 
2.29.2

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

end of thread, other threads:[~2021-02-10 20:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 21:19 [Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10}.x 4.{4, 9, 14, 19} series Petr Vorel
2021-01-06 21:20 ` Petr Vorel
2021-01-06 21:38 ` Bernd Kuhls
2021-01-06 21:48   ` Petr Vorel
2021-01-12 23:32 Petr Vorel
2021-01-13  9:04 ` Peter Korsgaard
2021-01-23 17:04 Bernd Kuhls
2021-01-23 21:24 ` Yann E. MORIN
2021-01-28 17:11 ` Peter Korsgaard
2021-02-06 11:53 Bernd Kuhls
2021-02-07  9:13 ` Peter Korsgaard
2021-02-10 20:39   ` Yann E. MORIN
2021-02-10 19:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.