[openwrt/openwrt] kernel: bump 6.6 to 6.6.98

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 16 00:41:32 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cc932c1ea6258996470b9ea2021b3a38919acd94

commit cc932c1ea6258996470b9ea2021b3a38919acd94
Author: Leo Barsky <leobrsky at proton.me>
AuthorDate: Mon Jul 14 10:53:33 2025 -0400

    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 at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/19411
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/airoha/patches-6.6/901-snand-mtk-bmt-support.patch | 6 +++---
 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




More information about the lede-commits mailing list