diff options
| author | Edoardo Pinci | 2025-10-14 17:46:29 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-22 21:35:45 +0000 |
| commit | eee5035a52a63234f795e1a9c28295018fab9c36 (patch) | |
| tree | e1c443d276b50477dfbcc2284de348361fc4b5be | |
| parent | c586558b5538897d6639f902d7f68f207e26457e (diff) | |
| download | openwrt-eee5035a52a63234f795e1a9c28295018fab9c36.tar.gz | |
kernel: bump 6.12 to 6.12.52
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.52
All patches automatically rebased.
Build system: x86/64
Build-tested: mediatek/filogic
Run-tested: mediatek/filogic
Signed-off-by: Edoardo Pinci <epinci@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20408
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/econet/patches-6.12/902-snand-mtk-bmt-support.patch | 6 | ||||
| -rw-r--r-- | target/linux/generic/kernel-6.12 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/econet/patches-6.12/902-snand-mtk-bmt-support.patch b/target/linux/econet/patches-6.12/902-snand-mtk-bmt-support.patch index f715652319..eb77fde066 100644 --- a/target/linux/econet/patches-6.12/902-snand-mtk-bmt-support.patch +++ b/target/linux/econet/patches-6.12/902-snand-mtk-bmt-support.patch @@ -8,7 +8,7 @@ static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val) { -@@ -1530,6 +1531,7 @@ static int spinand_probe(struct spi_mem +@@ -1574,6 +1575,7 @@ static int spinand_probe(struct spi_mem if (ret) return ret; @@ -16,7 +16,7 @@ ret = mtd_device_register(mtd, NULL, 0); if (ret) goto err_spinand_cleanup; -@@ -1537,6 +1539,7 @@ static int spinand_probe(struct spi_mem +@@ -1581,6 +1583,7 @@ static int spinand_probe(struct spi_mem return 0; err_spinand_cleanup: @@ -24,7 +24,7 @@ spinand_cleanup(spinand); return ret; -@@ -1555,6 +1558,7 @@ static int spinand_remove(struct spi_mem +@@ -1599,6 +1602,7 @@ static int spinand_remove(struct spi_mem if (ret) return ret; diff --git a/target/linux/generic/kernel-6.12 b/target/linux/generic/kernel-6.12 index 477c1b5d40..e644449731 100644 --- a/target/linux/generic/kernel-6.12 +++ b/target/linux/generic/kernel-6.12 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.12 = .51 -LINUX_KERNEL_HASH-6.12.51 = 2d55ad149ca7d9ef82595c669430650030cbf9afbbeb42e5cd9b4ba3cc1a7221 +LINUX_VERSION-6.12 = .52 +LINUX_KERNEL_HASH-6.12.52 = b4850cf670a032c70f38b713a27d62046c5f747caf028c5f50b18f98606a9eb1 |