diff options
| author | Tomáš Macholda | 2026-05-01 00:41:05 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-05-02 23:38:48 +0000 |
| commit | 14a27ac99d627db519ab3454d98155567c4a8d88 (patch) | |
| tree | bf38ed6118603a82167e0e2c7444762a23fa83e1 | |
| parent | 2e9a1637ddf9347b391d56f26f63300fbb839240 (diff) | |
| download | openwrt-14a27ac99d627db519ab3454d98155567c4a8d88.tar.gz | |
kernel: bump 6.6 to 6.6.137
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.137
All patches autorefreshed.
Signed-off-by: Tomáš Macholda <tomas.macholda@nic.cz>
Link: https://github.com/openwrt/openwrt/pull/23170
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
5 files changed, 9 insertions, 9 deletions
diff --git a/include/kernel-6.6 b/include/kernel-6.6 index 45907cddfe..30ad958aa8 100644 --- a/include/kernel-6.6 +++ b/include/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .136 -LINUX_KERNEL_HASH-6.6.136 = 6fb2d21a98281d786ee5fc63760e6f2c33e567e178e83c605bf0359eabbcf471 +LINUX_VERSION-6.6 = .137 +LINUX_KERNEL_HASH-6.6.137 = 92f1e90d8be49f9d7f989e563c97a4f39cd7731025d7b81152814c68b5bd56c4 diff --git a/target/linux/generic/backport-6.6/906-02-v6.7-crypto-jitter-Allow-configuration-of-memory-size.patch b/target/linux/generic/backport-6.6/906-02-v6.7-crypto-jitter-Allow-configuration-of-memory-size.patch index b13fc86701..c857f4fe00 100644 --- a/target/linux/generic/backport-6.6/906-02-v6.7-crypto-jitter-Allow-configuration-of-memory-size.patch +++ b/target/linux/generic/backport-6.6/906-02-v6.7-crypto-jitter-Allow-configuration-of-memory-size.patch @@ -33,7 +33,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -1297,6 +1297,49 @@ config CRYPTO_JITTERENTROPY +@@ -1296,6 +1296,49 @@ config CRYPTO_JITTERENTROPY See https://www.chronox.de/jent/ diff --git a/target/linux/generic/backport-6.6/906-03-v6.7-crypto-jitter-Allow-configuration-of-oversampling-rate.patch b/target/linux/generic/backport-6.6/906-03-v6.7-crypto-jitter-Allow-configuration-of-oversampling-rate.patch index a629b7b770..e2fb47c7c3 100644 --- a/target/linux/generic/backport-6.6/906-03-v6.7-crypto-jitter-Allow-configuration-of-oversampling-rate.patch +++ b/target/linux/generic/backport-6.6/906-03-v6.7-crypto-jitter-Allow-configuration-of-oversampling-rate.patch @@ -27,7 +27,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -1340,6 +1340,23 @@ config CRYPTO_JITTERENTROPY_MEMORY_BLOCK +@@ -1339,6 +1339,23 @@ config CRYPTO_JITTERENTROPY_MEMORY_BLOCK default 1024 if CRYPTO_JITTERENTROPY_MEMSIZE_1024 default 2048 if CRYPTO_JITTERENTROPY_MEMSIZE_8192 diff --git a/target/linux/generic/backport-6.6/906-06-v6.7-crypto-jitterentropy-Hide-esoteric-Kconfig-options-under.patch b/target/linux/generic/backport-6.6/906-06-v6.7-crypto-jitterentropy-Hide-esoteric-Kconfig-options-under.patch index 2dc2a01169..0bd1e06a27 100644 --- a/target/linux/generic/backport-6.6/906-06-v6.7-crypto-jitterentropy-Hide-esoteric-Kconfig-options-under.patch +++ b/target/linux/generic/backport-6.6/906-06-v6.7-crypto-jitterentropy-Hide-esoteric-Kconfig-options-under.patch @@ -19,7 +19,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -1297,10 +1297,12 @@ config CRYPTO_JITTERENTROPY +@@ -1296,10 +1296,12 @@ config CRYPTO_JITTERENTROPY See https://www.chronox.de/jent/ @@ -33,7 +33,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> help The Jitter RNG measures the execution time of memory accesses. Multiple consecutive memory accesses are performed. If the memory -@@ -1344,7 +1346,6 @@ config CRYPTO_JITTERENTROPY_OSR +@@ -1343,7 +1345,6 @@ config CRYPTO_JITTERENTROPY_OSR int "CPU Jitter RNG Oversampling Rate" range 1 15 default 1 @@ -41,7 +41,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> help The Jitter RNG allows the specification of an oversampling rate (OSR). The Jitter RNG operation requires a fixed amount of timing -@@ -1359,7 +1360,6 @@ config CRYPTO_JITTERENTROPY_OSR +@@ -1358,7 +1359,6 @@ config CRYPTO_JITTERENTROPY_OSR config CRYPTO_JITTERENTROPY_TESTINTERFACE bool "CPU Jitter RNG Test Interface" @@ -49,7 +49,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> help The test interface allows a privileged process to capture the raw unconditioned high resolution time stamp noise that -@@ -1377,6 +1377,28 @@ config CRYPTO_JITTERENTROPY_TESTINTERFAC +@@ -1376,6 +1376,28 @@ config CRYPTO_JITTERENTROPY_TESTINTERFAC If unsure, select N. diff --git a/target/linux/generic/backport-6.6/906-08-v6.12-crypto-jitter-set-default-OSR-to-3.patch b/target/linux/generic/backport-6.6/906-08-v6.12-crypto-jitter-set-default-OSR-to-3.patch index ade8f1005b..924a210ea4 100644 --- a/target/linux/generic/backport-6.6/906-08-v6.12-crypto-jitter-set-default-OSR-to-3.patch +++ b/target/linux/generic/backport-6.6/906-08-v6.12-crypto-jitter-set-default-OSR-to-3.patch @@ -25,7 +25,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -1345,7 +1345,7 @@ config CRYPTO_JITTERENTROPY_MEMORY_BLOCK +@@ -1344,7 +1344,7 @@ config CRYPTO_JITTERENTROPY_MEMORY_BLOCK config CRYPTO_JITTERENTROPY_OSR int "CPU Jitter RNG Oversampling Rate" range 1 15 |