Browse Source

linux: update LTS kernel

Waldemar Brodkorb 1 month ago
parent
commit
63affde2dd
51 changed files with 18 additions and 18 deletions
  1. 12 12
      mk/linux-ver.mk
  2. 6 6
      target/linux/Config.in.kernelversion
  3. 0 0
      target/linux/patches/4.19.310/arc.patch
  4. 0 0
      target/linux/patches/4.19.310/arm-nommu.patch
  5. 0 0
      target/linux/patches/4.19.310/darwin-dtc.patch
  6. 0 0
      target/linux/patches/4.19.310/darwin-file2alias.patch
  7. 0 0
      target/linux/patches/4.19.310/fec-coldfire.patch
  8. 0 0
      target/linux/patches/4.19.310/or1k-more-ram.patch
  9. 0 0
      target/linux/patches/4.19.310/relocs.patch
  10. 0 0
      target/linux/patches/4.19.310/startup.patch
  11. 0 0
      target/linux/patches/4.19.310/vdso2.patch
  12. 0 0
      target/linux/patches/5.10.213/arc.patch
  13. 0 0
      target/linux/patches/5.10.213/darwin-dtc.patch
  14. 0 0
      target/linux/patches/5.10.213/darwin-file2alias.patch
  15. 0 0
      target/linux/patches/5.10.213/dtc-noyaml.patch
  16. 0 0
      target/linux/patches/5.10.213/nds32-ag101p.patch
  17. 0 0
      target/linux/patches/5.10.213/or1k-more-ram.patch
  18. 0 0
      target/linux/patches/5.10.213/relocs.patch
  19. 0 0
      target/linux/patches/5.10.213/startup.patch
  20. 0 0
      target/linux/patches/5.15.152/darwin-dtc.patch
  21. 0 0
      target/linux/patches/5.15.152/darwin-file2alias.patch
  22. 0 0
      target/linux/patches/5.15.152/dtc-noyaml.patch
  23. 0 0
      target/linux/patches/5.15.152/enable-ethernet-bpi-m2-plus.patch
  24. 0 0
      target/linux/patches/5.15.152/nds32-ag101p.patch
  25. 0 0
      target/linux/patches/5.15.152/or1k-more-ram.patch
  26. 0 0
      target/linux/patches/5.15.152/relocs.patch
  27. 0 0
      target/linux/patches/5.15.152/rockchip-115200.patch
  28. 0 0
      target/linux/patches/5.15.152/startup.patch
  29. 0 0
      target/linux/patches/5.4.272/arc.patch
  30. 0 0
      target/linux/patches/5.4.272/arm-nommu.patch
  31. 0 0
      target/linux/patches/5.4.272/darwin-dtc.patch
  32. 0 0
      target/linux/patches/5.4.272/darwin-file2alias.patch
  33. 0 0
      target/linux/patches/5.4.272/dtc-noyaml.patch
  34. 0 0
      target/linux/patches/5.4.272/macsonic.patch
  35. 0 0
      target/linux/patches/5.4.272/or1k-more-ram.patch
  36. 0 0
      target/linux/patches/5.4.272/relocs.patch
  37. 0 0
      target/linux/patches/5.4.272/sh4.patch
  38. 0 0
      target/linux/patches/5.4.272/startup.patch
  39. 0 0
      target/linux/patches/6.1.82/armnommu-fix-thread-registers.patch
  40. 0 0
      target/linux/patches/6.1.82/armnommu-versatile.patch
  41. 0 0
      target/linux/patches/6.1.82/board-rockpi4-0003-arm64-dts-pcie.patch
  42. 0 0
      target/linux/patches/6.1.82/enable-ethernet-bpi-m2-plus.patch
  43. 0 0
      target/linux/patches/6.1.82/hppa-cross-compile.patch
  44. 0 0
      target/linux/patches/6.1.82/macsonic.patch
  45. 0 0
      target/linux/patches/6.1.82/nios2.patch
  46. 0 0
      target/linux/patches/6.1.82/riscv32.patch
  47. 0 0
      target/linux/patches/6.1.82/riscv64-flat.patch
  48. 0 0
      target/linux/patches/6.1.82/rockchip-115200.patch
  49. 0 0
      target/linux/patches/6.1.82/rockchip-pcie-timeout.patch
  50. 0 0
      target/linux/patches/6.6.22/armnommu-fix-thread-registers.patch
  51. 0 0
      target/linux/patches/6.6.22/armnommu-versatile.patch

+ 12 - 12
mk/linux-ver.mk

@@ -16,40 +16,40 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y)
-KERNEL_FILE_VER:=	6.6.18
+KERNEL_FILE_VER:=	6.6.22
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		4e43d8c5fba14f7c82597838011648056487b7550fd83276ad534559e8499b1d
+KERNEL_HASH:=		23e3e7b56407250f5411bdab95763d0bc4e3a19dfa431d951df7eacabd61a2f4
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y)
-KERNEL_FILE_VER:=	6.1.79
+KERNEL_FILE_VER:=	6.1.82
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		faa49ca22fb55ed4d5ca2a55e07dd10e4e171cfc3b92568a631453cd2068b39b
+KERNEL_HASH:=		d150d2d9d416877668d8b56f75759f166168d192419eefaa942ed67225cbec06
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
-KERNEL_FILE_VER:=	5.15.146
+KERNEL_FILE_VER:=	5.15.152
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		5a807a5fa2a80ada957d8079681dfb5cc196ec26f43244d1c8a4fd7af592d192
+KERNEL_HASH:=		f0805225f4a5b24d0bba9302c2c2f261c04f737ac5dd931da9b112e9f3e4a47e
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y)
-KERNEL_FILE_VER:=	5.10.206
+KERNEL_FILE_VER:=	5.10.213
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		c43d613216e6c5197519a4e979de5c1b510100858ff591963931c99e59c7485b
+KERNEL_HASH:=		84cf30223239ec3333a5f7b2a7fba2042bba70d1582a139f7543956af871ad80
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
-KERNEL_FILE_VER:=	5.4.265
+KERNEL_FILE_VER:=	5.4.272
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		4dae99e49f466d4689e128ec023754908147159d7462019a83c7da1f25df9b15
+KERNEL_HASH:=		3599d5959a403e64be407d7f05e56cb270d6ddd154e89a596609919ab1e2e366
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y)
-KERNEL_FILE_VER:=	4.19.303
+KERNEL_FILE_VER:=	4.19.310
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		022dce3935eadec7c31093992cc101c905fd4ffbb8afce92f3e41fdd0fa18b36
+KERNEL_HASH:=		95ec94c4ab8f46d8a54430893f9bd653c46b0f1587d216818aa8f52fd313de69
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
 KERNEL_FILE_VER:=	4.14.334

+ 6 - 6
target/linux/Config.in.kernelversion

@@ -43,7 +43,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_6
-	bool "6.6.18"
+	bool "6.6.22"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -54,7 +54,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_6
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_1
-	bool "6.1.79"
+	bool "6.1.82"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -65,7 +65,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_1
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_5_15
-	bool "5.15.146"
+	bool "5.15.152"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -75,7 +75,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_15
 	depends on !ADK_TARGET_ARCH_METAG
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_5_10
-	bool "5.10.206"
+	bool "5.10.213"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -86,7 +86,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_10
 	depends on !ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_5_4
-	bool "5.4.265"
+	bool "5.4.272"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_CRIS
@@ -96,7 +96,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_4
 	depends on !ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_19
-	bool "4.19.303"
+	bool "4.19.310"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_CRIS

+ 0 - 0
target/linux/patches/4.19.303/arc.patch → target/linux/patches/4.19.310/arc.patch


+ 0 - 0
target/linux/patches/4.19.303/arm-nommu.patch → target/linux/patches/4.19.310/arm-nommu.patch


+ 0 - 0
target/linux/patches/4.19.303/darwin-dtc.patch → target/linux/patches/4.19.310/darwin-dtc.patch


+ 0 - 0
target/linux/patches/4.19.303/darwin-file2alias.patch → target/linux/patches/4.19.310/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/4.19.303/fec-coldfire.patch → target/linux/patches/4.19.310/fec-coldfire.patch


+ 0 - 0
target/linux/patches/4.19.303/or1k-more-ram.patch → target/linux/patches/4.19.310/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.19.303/relocs.patch → target/linux/patches/4.19.310/relocs.patch


+ 0 - 0
target/linux/patches/4.19.303/startup.patch → target/linux/patches/4.19.310/startup.patch


+ 0 - 0
target/linux/patches/4.19.303/vdso2.patch → target/linux/patches/4.19.310/vdso2.patch


+ 0 - 0
target/linux/patches/5.10.206/arc.patch → target/linux/patches/5.10.213/arc.patch


+ 0 - 0
target/linux/patches/5.10.206/darwin-dtc.patch → target/linux/patches/5.10.213/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.10.206/darwin-file2alias.patch → target/linux/patches/5.10.213/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/5.10.206/dtc-noyaml.patch → target/linux/patches/5.10.213/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.10.206/nds32-ag101p.patch → target/linux/patches/5.10.213/nds32-ag101p.patch


+ 0 - 0
target/linux/patches/5.10.206/or1k-more-ram.patch → target/linux/patches/5.10.213/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.10.206/relocs.patch → target/linux/patches/5.10.213/relocs.patch


+ 0 - 0
target/linux/patches/5.10.206/startup.patch → target/linux/patches/5.10.213/startup.patch


+ 0 - 0
target/linux/patches/5.15.146/darwin-dtc.patch → target/linux/patches/5.15.152/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.15.146/darwin-file2alias.patch → target/linux/patches/5.15.152/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/5.15.146/dtc-noyaml.patch → target/linux/patches/5.15.152/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.15.146/enable-ethernet-bpi-m2-plus.patch → target/linux/patches/5.15.152/enable-ethernet-bpi-m2-plus.patch


+ 0 - 0
target/linux/patches/5.15.146/nds32-ag101p.patch → target/linux/patches/5.15.152/nds32-ag101p.patch


+ 0 - 0
target/linux/patches/5.15.146/or1k-more-ram.patch → target/linux/patches/5.15.152/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.15.146/relocs.patch → target/linux/patches/5.15.152/relocs.patch


+ 0 - 0
target/linux/patches/5.15.146/rockchip-115200.patch → target/linux/patches/5.15.152/rockchip-115200.patch


+ 0 - 0
target/linux/patches/5.15.146/startup.patch → target/linux/patches/5.15.152/startup.patch


+ 0 - 0
target/linux/patches/5.4.265/arc.patch → target/linux/patches/5.4.272/arc.patch


+ 0 - 0
target/linux/patches/5.4.265/arm-nommu.patch → target/linux/patches/5.4.272/arm-nommu.patch


+ 0 - 0
target/linux/patches/5.4.265/darwin-dtc.patch → target/linux/patches/5.4.272/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.4.265/darwin-file2alias.patch → target/linux/patches/5.4.272/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/5.4.265/dtc-noyaml.patch → target/linux/patches/5.4.272/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.4.265/macsonic.patch → target/linux/patches/5.4.272/macsonic.patch


+ 0 - 0
target/linux/patches/5.4.265/or1k-more-ram.patch → target/linux/patches/5.4.272/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.4.265/relocs.patch → target/linux/patches/5.4.272/relocs.patch


+ 0 - 0
target/linux/patches/5.4.265/sh4.patch → target/linux/patches/5.4.272/sh4.patch


+ 0 - 0
target/linux/patches/5.4.265/startup.patch → target/linux/patches/5.4.272/startup.patch


+ 0 - 0
target/linux/patches/6.1.79/armnommu-fix-thread-registers.patch → target/linux/patches/6.1.82/armnommu-fix-thread-registers.patch


+ 0 - 0
target/linux/patches/6.1.79/armnommu-versatile.patch → target/linux/patches/6.1.82/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.1.79/board-rockpi4-0003-arm64-dts-pcie.patch → target/linux/patches/6.1.82/board-rockpi4-0003-arm64-dts-pcie.patch


+ 0 - 0
target/linux/patches/6.1.79/enable-ethernet-bpi-m2-plus.patch → target/linux/patches/6.1.82/enable-ethernet-bpi-m2-plus.patch


+ 0 - 0
target/linux/patches/6.1.79/hppa-cross-compile.patch → target/linux/patches/6.1.82/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.1.79/macsonic.patch → target/linux/patches/6.1.82/macsonic.patch


+ 0 - 0
target/linux/patches/6.1.79/nios2.patch → target/linux/patches/6.1.82/nios2.patch


+ 0 - 0
target/linux/patches/6.1.79/riscv32.patch → target/linux/patches/6.1.82/riscv32.patch


+ 0 - 0
target/linux/patches/6.1.79/riscv64-flat.patch → target/linux/patches/6.1.82/riscv64-flat.patch


+ 0 - 0
target/linux/patches/6.1.79/rockchip-115200.patch → target/linux/patches/6.1.82/rockchip-115200.patch


+ 0 - 0
target/linux/patches/6.1.79/rockchip-pcie-timeout.patch → target/linux/patches/6.1.82/rockchip-pcie-timeout.patch


+ 0 - 0
target/linux/patches/6.6.18/armnommu-fix-thread-registers.patch → target/linux/patches/6.6.22/armnommu-fix-thread-registers.patch


+ 0 - 0
target/linux/patches/6.6.18/armnommu-versatile.patch → target/linux/patches/6.6.22/armnommu-versatile.patch