diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 445f6a7c8..d99fce0d2 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .162 -LINUX_VERSION-5.10 = .85 +LINUX_VERSION-5.10 = .87 LINUX_KERNEL_HASH-5.4.162 = c12d72ddaac78189305a5e98825295ecb02282970033b052276035e83189e25b -LINUX_KERNEL_HASH-5.10.85 = ba89162605ac447db8953c29f649b64d16aff7de8145e2db30d759e5476b19ac +LINUX_KERNEL_HASH-5.10.87 = 03128b70f3063433cfab4ff4c7da288d7c045fe1eafa2a59081df4032fece64b remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) diff --git a/target/linux/ipq60xx/patches-5.10/994-ipq6018-mem-profile.patch b/target/linux/ipq60xx/patches-5.10/994-ipq6018-mem-profile.patch index d6be25c3e..d8f7630cd 100644 --- a/target/linux/ipq60xx/patches-5.10/994-ipq6018-mem-profile.patch +++ b/target/linux/ipq60xx/patches-5.10/994-ipq6018-mem-profile.patch @@ -1732,7 +1732,7 @@ }; --- a/mm/memblock.c +++ b/mm/memblock.c -@@ -1611,7 +1611,7 @@ phys_addr_t __init_memblock memblock_res +@@ -1613,7 +1613,7 @@ phys_addr_t __init_memblock memblock_res /* lowest address */ phys_addr_t __init_memblock memblock_start_of_DRAM(void) { diff --git a/target/linux/ipq60xx/patches-5.10/995-ipq6018-mem-block.patch b/target/linux/ipq60xx/patches-5.10/995-ipq6018-mem-block.patch index fe3dab733..744b91e3d 100644 --- a/target/linux/ipq60xx/patches-5.10/995-ipq6018-mem-block.patch +++ b/target/linux/ipq60xx/patches-5.10/995-ipq6018-mem-block.patch @@ -2,7 +2,7 @@ index b5ea98bfd..b0fecc325 100644 --- a/mm/memblock.c +++ b/mm/memblock.c -@@ -578,6 +578,7 @@ static int __init_memblock memblock_add_ +@@ -580,6 +580,7 @@ static int __init_memblock memblock_add_ /* special case for empty array */ if (type->regions[0].size == 0) { WARN_ON(type->cnt != 1 || type->total_size);