diff options
| author | Leo Barsky | 2025-07-14 14:53:33 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-16 07:40:36 +0000 |
| commit | cc932c1ea6258996470b9ea2021b3a38919acd94 (patch) | |
| tree | 3c03e1914790d2b0be9c6dd2a522149ad417a995 | |
| parent | 6fa9cff0521dee1631a45b464315dca259e0e279 (diff) | |
| download | openwrt-cc932c1ea6258996470b9ea2021b3a38919acd94.tar.gz | |
kernel: bump 6.6 to 6.6.98
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.98
Minor kernel update with a single fix:
- x86/CPU/AMD: Properly check the TSA microcode
Automatically refreshed:
- airoha/patches-6.6/901-snand-mtk-bmt-support.patch
Signed-off-by: Leo Barsky <leobrsky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19411
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch | 6 | ||||
| -rw-r--r-- | target/linux/generic/kernel-6.6 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch b/target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch index 939ec04855..06026f375e 100644 --- a/target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch +++ b/target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch @@ -8,7 +8,7 @@ static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val) { -@@ -1347,6 +1348,7 @@ static int spinand_probe(struct spi_mem +@@ -1348,6 +1349,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; -@@ -1354,6 +1356,7 @@ static int spinand_probe(struct spi_mem +@@ -1355,6 +1357,7 @@ static int spinand_probe(struct spi_mem return 0; err_spinand_cleanup: @@ -24,7 +24,7 @@ spinand_cleanup(spinand); return ret; -@@ -1372,6 +1375,7 @@ static int spinand_remove(struct spi_mem +@@ -1373,6 +1376,7 @@ static int spinand_remove(struct spi_mem if (ret) return ret; diff --git a/target/linux/generic/kernel-6.6 b/target/linux/generic/kernel-6.6 index a98cd88bea..1e572366f2 100644 --- a/target/linux/generic/kernel-6.6 +++ b/target/linux/generic/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .97 -LINUX_KERNEL_HASH-6.6.97 = 3b67c170638142da56b7a9c3295f2483b88e8c4d3bc26b2bda63b6cf0cb9ee3b +LINUX_VERSION-6.6 = .98 +LINUX_KERNEL_HASH-6.6.98 = 296a34c500abc22c434b967d471d75568891f06a98f11fc31c5e79b037f45de5 |