Message ID | 20210907213614.40692-1-rsalvaterra@gmail.com |
---|---|
State | Accepted |
Delegated to: | Rui Salvaterra |
Headers | show |
Series | [v2] mvebu/kernel: promote 5.10 to stable | expand |
On 9/7/21 11:36 PM, Rui Salvaterra wrote: > It's been brewing on my cortexa9 subtarget (Turris Omnia) for months. Perfectly > stable. > > Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> > --- > v2: remove KERNEL_TESTING_PATCHVER altogether, as per dangole's suggestion. > > target/linux/mvebu/Makefile | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile > index 3737a4aa23..d629e0eb2b 100644 > --- a/target/linux/mvebu/Makefile > +++ b/target/linux/mvebu/Makefile > @@ -9,8 +9,7 @@ BOARDNAME:=Marvell EBU Armada > FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard > SUBTARGETS:=cortexa9 cortexa53 cortexa72 > > -KERNEL_PATCHVER:=5.4 > -KERNEL_TESTING_PATCHVER:=5.10 > +KERNEL_PATCHVER:=5.10 > > include $(INCLUDE_DIR)/target.mk > >
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 3737a4aa23..d629e0eb2b 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Marvell EBU Armada FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard SUBTARGETS:=cortexa9 cortexa53 cortexa72 -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk
It's been brewing on my cortexa9 subtarget (Turris Omnia) for months. Perfectly stable. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> --- v2: remove KERNEL_TESTING_PATCHVER altogether, as per dangole's suggestion. target/linux/mvebu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)