summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-07-08 22:46:55 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-07-09 16:09:08 +0200
commit56422047c0a102eb58e899257ba5fc8ad1c1f802 (patch)
tree2b7c4b1af154625b35d2b679400c5ca33400be37 /configs/platform-v7a/patches
parent6fdb2ad71668dd5300ffdc6781122997dcaa3456 (diff)
downloadDistroKit-56422047c0a102eb58e899257ba5fc8ad1c1f802.tar.gz
DistroKit-56422047c0a102eb58e899257ba5fc8ad1c1f802.tar.xz
platform-rpi, platform-v7a: kernel: version bump 5.1 -> 5.2
Linux 5.2 is out, so we update the kernel to the new version. The config is mostly oldconfiged with defaults, but we enable CONFIG_NULL_TTY and CONFIG_COUNTER. The OMAP hardware random number generator was applied in the upstream kernel, so we can remove it here. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/patches')
-rw-r--r--configs/platform-v7a/patches/linux-5.1/0001-hwrng-omap-Set-default-quality.patch35
-rw-r--r--configs/platform-v7a/patches/linux-5.1/series1
2 files changed, 0 insertions, 36 deletions
diff --git a/configs/platform-v7a/patches/linux-5.1/0001-hwrng-omap-Set-default-quality.patch b/configs/platform-v7a/patches/linux-5.1/0001-hwrng-omap-Set-default-quality.patch
deleted file mode 100644
index eb11fe8..0000000
--- a/configs/platform-v7a/patches/linux-5.1/0001-hwrng-omap-Set-default-quality.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e99f217277bd40d0ecc6e1d506abfcd7b3a79ff7 Mon Sep 17 00:00:00 2001
-From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
-Date: Mon, 11 Mar 2019 10:19:36 +0100
-Subject: [PATCH] hwrng: omap - Set default quality
-
-Newer combinations of the glibc, kernel and openssh can result in long initial
-startup times on OMAP devices:
-
-[ 6.671425] systemd-rc-once[102]: Creating ED25519 key; this may take some time ...
-[ 142.652491] systemd-rc-once[102]: Creating ED25519 key; done.
-
-due to the blocking getrandom(2) system call:
-
-[ 142.610335] random: crng init done
-
-Set the quality level for the omap hwrng driver allowing the kernel to use the
-hwrng as an entropy source at boot.
-
-Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
----
- drivers/char/hw_random/omap-rng.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c
-index b65ff6962899..e9b6ac61fb7f 100644
---- a/drivers/char/hw_random/omap-rng.c
-+++ b/drivers/char/hw_random/omap-rng.c
-@@ -443,6 +443,7 @@ static int omap_rng_probe(struct platform_device *pdev)
- priv->rng.read = omap_rng_do_read;
- priv->rng.init = omap_rng_init;
- priv->rng.cleanup = omap_rng_cleanup;
-+ priv->rng.quality = 900;
-
- priv->rng.priv = (unsigned long)priv;
- platform_set_drvdata(pdev, priv);
diff --git a/configs/platform-v7a/patches/linux-5.1/series b/configs/platform-v7a/patches/linux-5.1/series
deleted file mode 100644
index 16f6663..0000000
--- a/configs/platform-v7a/patches/linux-5.1/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-hwrng-omap-Set-default-quality.patch