Browse Source

linux: bump linux kernel versions

Waldemar Brodkorb 3 years ago
parent
commit
3d3f4416fc
52 changed files with 15 additions and 15 deletions
  1. 10 10
      mk/linux-ver.mk
  2. 5 5
      target/linux/Config.in.kernelversion
  3. 0 0
      target/linux/patches/4.14.200/alpha-remove-coff.patch
  4. 0 0
      target/linux/patches/4.14.200/arm-nommu.patch
  5. 0 0
      target/linux/patches/4.14.200/arm-thumb2.patch
  6. 0 0
      target/linux/patches/4.14.200/h8300.patch
  7. 0 0
      target/linux/patches/4.14.200/initramfs-nosizelimit.patch
  8. 0 0
      target/linux/patches/4.14.200/microblaze-sigaltstack.patch
  9. 0 0
      target/linux/patches/4.14.200/or1k-more-ram.patch
  10. 0 0
      target/linux/patches/4.14.200/startup.patch
  11. 0 0
      target/linux/patches/4.14.200/vdso2.patch
  12. 0 0
      target/linux/patches/4.19.149/arc.patch
  13. 0 0
      target/linux/patches/4.19.149/darwin-dtc.patch
  14. 0 0
      target/linux/patches/4.19.149/darwin-file2alias.patch
  15. 0 0
      target/linux/patches/4.19.149/fec-coldfire.patch
  16. 0 0
      target/linux/patches/4.19.149/or1k-more-ram.patch
  17. 0 0
      target/linux/patches/4.19.149/relocs.patch
  18. 0 0
      target/linux/patches/4.19.149/startup.patch
  19. 0 0
      target/linux/patches/4.4.238/coldfire-sighandler.patch
  20. 0 0
      target/linux/patches/4.4.238/crisv32.patch
  21. 0 0
      target/linux/patches/4.4.238/crisv32_ethernet_driver.patch
  22. 0 0
      target/linux/patches/4.4.238/h8300.patch
  23. 0 0
      target/linux/patches/4.4.238/initramfs-nosizelimit.patch
  24. 0 0
      target/linux/patches/4.4.238/ld-or1k.patch
  25. 0 0
      target/linux/patches/4.4.238/macsonic.patch
  26. 0 0
      target/linux/patches/4.4.238/mips-xz.patch
  27. 0 0
      target/linux/patches/4.4.238/patch-realtime
  28. 0 0
      target/linux/patches/4.4.238/startup.patch
  29. 0 0
      target/linux/patches/4.4.238/use-libgcc-for-sh.patch
  30. 0 0
      target/linux/patches/4.4.238/versatile-nommu.patch
  31. 0 0
      target/linux/patches/4.9.238/alpha-remove-coff.patch
  32. 0 0
      target/linux/patches/4.9.238/arm-nommu.patch
  33. 0 0
      target/linux/patches/4.9.238/arm-thumb2.patch
  34. 0 0
      target/linux/patches/4.9.238/crisv32_ethernet_driver.patch
  35. 0 0
      target/linux/patches/4.9.238/h8300.patch
  36. 0 0
      target/linux/patches/4.9.238/hppa-remove-debug.patch
  37. 0 0
      target/linux/patches/4.9.238/initramfs-nosizelimit.patch
  38. 0 0
      target/linux/patches/4.9.238/ld-or1k.patch
  39. 0 0
      target/linux/patches/4.9.238/macsonic.patch
  40. 0 0
      target/linux/patches/4.9.238/microblaze-sigaltstack.patch
  41. 0 0
      target/linux/patches/4.9.238/or1k-more-ram.patch
  42. 0 0
      target/linux/patches/4.9.238/patch-realtime
  43. 0 0
      target/linux/patches/4.9.238/sh2.patch
  44. 0 0
      target/linux/patches/4.9.238/startup.patch
  45. 0 0
      target/linux/patches/4.9.238/vdso2.patch
  46. 0 0
      target/linux/patches/5.4.69/arc.patch
  47. 0 0
      target/linux/patches/5.4.69/darwin-dtc.patch
  48. 0 0
      target/linux/patches/5.4.69/darwin-file2alias.patch
  49. 0 0
      target/linux/patches/5.4.69/dtc-noyaml.patch
  50. 0 0
      target/linux/patches/5.4.69/or1k-more-ram.patch
  51. 0 0
      target/linux/patches/5.4.69/relocs.patch
  52. 0 0
      target/linux/patches/5.4.69/startup.patch

+ 10 - 10
mk/linux-ver.mk

@@ -16,34 +16,34 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
-KERNEL_FILE_VER:=	5.4.63
+KERNEL_FILE_VER:=	5.4.69
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		e0260dae0da01163b1a3289ad9c5cc6ee4226720e199e8a1d982e24efda7ffc0
+KERNEL_HASH:=		a8b31d716b397303a183e42ad525ff2871024a43e3ea530d0fdf73b7f9d27da7
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y)
-KERNEL_FILE_VER:=	4.19.136
+KERNEL_FILE_VER:=	4.19.149
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		91f93b432db62a0e2c71b0764eb2b099027b2ba2f331f4fb982db2524dd6163e
+KERNEL_HASH:=		d9cdcb9a66942a56b91c8d4b273d15a3c5b8e59fad44b79e03362cfffaa62a00
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
-KERNEL_FILE_VER:=	4.14.168
+KERNEL_FILE_VER:=	4.14.200
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		db5777d3a12a85bc8c130b7b250bab2283f9d964b725e5de3c216b495eeb31fe
+KERNEL_HASH:=		5d404a0224a34b5379f1871cc46825487d557c2660459d2b5c3cd4871d699a38
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:=	4.9.211
+KERNEL_FILE_VER:=	4.9.238
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		2597608d5d974cfdc015eaf6a4197b36f19d722b8a309b57e741fb02e311b1be
+KERNEL_HASH:=		b1eaf60b771ec4df0546d2b7539e164355008ea2f680a0642ae430e9cb134a3f
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_4),y)
-KERNEL_FILE_VER:=	4.4.211
+KERNEL_FILE_VER:=	4.4.238
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		77df6c3c5c512516db444264242cef5370550ed58ef3f198632858b917f9d8b8
+KERNEL_HASH:=		067814035c17e77dee84076dcc06a95eb675344cd926b7b79a16b80fee593364
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_3_16),y)
 KERNEL_FILE_VER:=	3.16.81

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

@@ -42,7 +42,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_5_4
-	bool "5.4.63"
+	bool "5.4.69"
 	select ADK_TARGET_LINUX_KERNEL_NEW
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
@@ -53,7 +53,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_4
 	depends on !ADK_TARGET_CPU_ARM_CORTEX_A53
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_19
-	bool "4.19.136"
+	bool "4.19.149"
 	select ADK_TARGET_LINUX_KERNEL_NEW
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
@@ -67,7 +67,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_19
 	depends on !ADK_TARGET_CPU_ARM_CORTEX_A53
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
-	bool "4.14.168"
+	bool "4.14.200"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_CRIS
@@ -81,7 +81,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
 	depends on !ADK_TARGET_CPU_ARM_CORTEX_A53
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_9
-	bool "4.9.211"
+	bool "4.9.238"
 	depends on !ADK_TARGET_ARCH_ARC
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY
@@ -93,7 +93,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_9
 	depends on !ADK_TARGET_SYSTEM_ORANGE_PI0
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_4
-	bool "4.4.211"
+	bool "4.4.238"
 	depends on !ADK_TARGET_ARCH_ARC
 	depends on !ADK_TARGET_ARCH_CSKY
 	depends on !ADK_TARGET_ARCH_NDS32

+ 0 - 0
target/linux/patches/4.14.168/alpha-remove-coff.patch → target/linux/patches/4.14.200/alpha-remove-coff.patch


+ 0 - 0
target/linux/patches/4.14.168/arm-nommu.patch → target/linux/patches/4.14.200/arm-nommu.patch


+ 0 - 0
target/linux/patches/4.14.168/arm-thumb2.patch → target/linux/patches/4.14.200/arm-thumb2.patch


+ 0 - 0
target/linux/patches/4.14.168/h8300.patch → target/linux/patches/4.14.200/h8300.patch


+ 0 - 0
target/linux/patches/4.14.168/initramfs-nosizelimit.patch → target/linux/patches/4.14.200/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.14.168/microblaze-sigaltstack.patch → target/linux/patches/4.14.200/microblaze-sigaltstack.patch


+ 0 - 0
target/linux/patches/4.14.168/or1k-more-ram.patch → target/linux/patches/4.14.200/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.14.168/startup.patch → target/linux/patches/4.14.200/startup.patch


+ 0 - 0
target/linux/patches/4.14.168/vdso2.patch → target/linux/patches/4.14.200/vdso2.patch


+ 0 - 0
target/linux/patches/4.19.136/arc.patch → target/linux/patches/4.19.149/arc.patch


+ 0 - 0
target/linux/patches/4.19.136/darwin-dtc.patch → target/linux/patches/4.19.149/darwin-dtc.patch


+ 0 - 0
target/linux/patches/4.19.136/darwin-file2alias.patch → target/linux/patches/4.19.149/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/4.19.136/fec-coldfire.patch → target/linux/patches/4.19.149/fec-coldfire.patch


+ 0 - 0
target/linux/patches/4.19.136/or1k-more-ram.patch → target/linux/patches/4.19.149/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.19.136/relocs.patch → target/linux/patches/4.19.149/relocs.patch


+ 0 - 0
target/linux/patches/4.19.136/startup.patch → target/linux/patches/4.19.149/startup.patch


+ 0 - 0
target/linux/patches/4.4.211/coldfire-sighandler.patch → target/linux/patches/4.4.238/coldfire-sighandler.patch


+ 0 - 0
target/linux/patches/4.4.211/crisv32.patch → target/linux/patches/4.4.238/crisv32.patch


+ 0 - 0
target/linux/patches/4.4.211/crisv32_ethernet_driver.patch → target/linux/patches/4.4.238/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.4.211/h8300.patch → target/linux/patches/4.4.238/h8300.patch


+ 0 - 0
target/linux/patches/4.4.211/initramfs-nosizelimit.patch → target/linux/patches/4.4.238/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.4.211/ld-or1k.patch → target/linux/patches/4.4.238/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.4.211/macsonic.patch → target/linux/patches/4.4.238/macsonic.patch


+ 0 - 0
target/linux/patches/4.4.211/mips-xz.patch → target/linux/patches/4.4.238/mips-xz.patch


+ 0 - 0
target/linux/patches/4.4.211/patch-realtime → target/linux/patches/4.4.238/patch-realtime


+ 0 - 0
target/linux/patches/4.4.211/startup.patch → target/linux/patches/4.4.238/startup.patch


+ 0 - 0
target/linux/patches/4.4.211/use-libgcc-for-sh.patch → target/linux/patches/4.4.238/use-libgcc-for-sh.patch


+ 0 - 0
target/linux/patches/4.4.211/versatile-nommu.patch → target/linux/patches/4.4.238/versatile-nommu.patch


+ 0 - 0
target/linux/patches/4.9.211/alpha-remove-coff.patch → target/linux/patches/4.9.238/alpha-remove-coff.patch


+ 0 - 0
target/linux/patches/4.9.211/arm-nommu.patch → target/linux/patches/4.9.238/arm-nommu.patch


+ 0 - 0
target/linux/patches/4.9.211/arm-thumb2.patch → target/linux/patches/4.9.238/arm-thumb2.patch


+ 0 - 0
target/linux/patches/4.9.211/crisv32_ethernet_driver.patch → target/linux/patches/4.9.238/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.9.211/h8300.patch → target/linux/patches/4.9.238/h8300.patch


+ 0 - 0
target/linux/patches/4.9.211/hppa-remove-debug.patch → target/linux/patches/4.9.238/hppa-remove-debug.patch


+ 0 - 0
target/linux/patches/4.9.211/initramfs-nosizelimit.patch → target/linux/patches/4.9.238/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.9.211/ld-or1k.patch → target/linux/patches/4.9.238/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.9.211/macsonic.patch → target/linux/patches/4.9.238/macsonic.patch


+ 0 - 0
target/linux/patches/4.9.211/microblaze-sigaltstack.patch → target/linux/patches/4.9.238/microblaze-sigaltstack.patch


+ 0 - 0
target/linux/patches/4.9.211/or1k-more-ram.patch → target/linux/patches/4.9.238/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.9.211/patch-realtime → target/linux/patches/4.9.238/patch-realtime


+ 0 - 0
target/linux/patches/4.9.211/sh2.patch → target/linux/patches/4.9.238/sh2.patch


+ 0 - 0
target/linux/patches/4.9.211/startup.patch → target/linux/patches/4.9.238/startup.patch


+ 0 - 0
target/linux/patches/4.9.211/vdso2.patch → target/linux/patches/4.9.238/vdso2.patch


+ 0 - 0
target/linux/patches/5.4.63/arc.patch → target/linux/patches/5.4.69/arc.patch


+ 0 - 0
target/linux/patches/5.4.63/darwin-dtc.patch → target/linux/patches/5.4.69/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.4.63/darwin-file2alias.patch → target/linux/patches/5.4.69/darwin-file2alias.patch


+ 0 - 0
target/linux/patches/5.4.63/dtc-noyaml.patch → target/linux/patches/5.4.69/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.4.63/or1k-more-ram.patch → target/linux/patches/5.4.69/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.4.63/relocs.patch → target/linux/patches/5.4.69/relocs.patch


+ 0 - 0
target/linux/patches/5.4.63/startup.patch → target/linux/patches/5.4.69/startup.patch