From fd78c7e41e428e283ebd3123cde47eef5c989a59 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 1 Jan 2020 11:14:51 +0100 Subject: [PATCH] linux4.19: update to 4.19.92. [skip ci] --- srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch | 13 +++++++------ srcpkgs/linux4.19/template | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch index ec65b442bdb..246777bf7e4 100644 --- a/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch +++ b/srcpkgs/linux4.19/patches/ppc64-be-elfv2.patch @@ -51,17 +51,18 @@ Ping q66 if it does not apply. BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc ---- a/drivers/crypto/vmx/Makefile -+++ b/drivers/crypto/vmx/Makefile -@@ -5,7 +5,7 @@ vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes +--- a/drivers/crypto/vmx/Makefile 2020-01-01 10:56:10.560965046 +0100 ++++ b/drivers/crypto/vmx/Makefile 2020-01-01 10:57:05.189968856 +0100 +@@ -5,7 +5,7 @@ ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y) - TARGET := linux-ppc64le + override flavour := linux-ppc64le else --TARGET := linux-ppc64 -+TARGET := linux-ppc64v2 +-override flavour := linux-ppc64 ++override flavour := linux-ppc64v2 endif quiet_cmd_perl = PERL $@ + --- a/drivers/crypto/vmx/ppc-xlate.pl +++ b/drivers/crypto/vmx/ppc-xlate.pl @@ -40,7 +40,7 @@ my $globl = sub { diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index 6fc07e91cc3..332594d35b4 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,6 +1,6 @@ # Template file for 'linux4.19' pkgname=linux4.19 -version=4.19.91 +version=4.19.92 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=f403c3dee12ded0af1889c78871abf7a531a978ba423f1ca772de702a92c3447 +checksum=29c37cf8bbfa717ce98bc931371c35fcee3482734ad5faba32d02aff209883a2 patch_args="-Np1" nodebug=yes # -dbg package is generated below manually