Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] linux5.4: update to 5.4.7.
Date: Wed, 01 Jan 2020 11:07:41 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17967@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is a new pull request by Hoshpak against master on the void-packages repository

https://github.com/Hoshpak/void-packages linux5.4.7
https://github.com/void-linux/void-packages/pull/17967

linux5.4: update to 5.4.7.
ppc64-be-kvm.patch has been applied upstream with this release.
[skip ci]

A patch file from https://github.com/void-linux/void-packages/pull/17967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux5.4.7-17967.patch --]
[-- Type: text/x-diff, Size: 3194 bytes --]

From 308a1607af00f9779fb7a0eeb33fc2b0318a1815 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Wed, 1 Jan 2020 11:02:02 +0100
Subject: [PATCH] linux5.4: update to 5.4.7.

[skip ci]
---
 srcpkgs/linux5.4/patches/ppc64-be-elfv2.patch | 13 +++++-----
 srcpkgs/linux5.4/patches/ppc64-be-kvm.patch   | 26 -------------------
 srcpkgs/linux5.4/template                     |  4 +--
 3 files changed, 9 insertions(+), 34 deletions(-)
 delete mode 100644 srcpkgs/linux5.4/patches/ppc64-be-kvm.patch

diff --git a/srcpkgs/linux5.4/patches/ppc64-be-elfv2.patch b/srcpkgs/linux5.4/patches/ppc64-be-elfv2.patch
index ec65b442bdb..cbf114278b9 100644
--- a/srcpkgs/linux5.4/patches/ppc64-be-elfv2.patch
+++ b/srcpkgs/linux5.4/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/linux5.4/patches/ppc64-be-kvm.patch b/srcpkgs/linux5.4/patches/ppc64-be-kvm.patch
deleted file mode 100644
index 0c6a70420c3..00000000000
--- a/srcpkgs/linux5.4/patches/ppc64-be-kvm.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-This fixes KVM crashes on big endian ppc64.
-
-Source: Marcus Comstedt <macrus@mc.pp.se>
-
-https://marc.info/?l=kvm-ppc&m=157588548604062&w=2
-
---- a/arch/powerpc/kvm/book3s_hv_rmhandlers.S
-+++ b/arch/powerpc/kvm/book3s_hv_rmhandlers.S
-@@ -1117,7 +1117,7 @@
- 	ld	r7, VCPU_GPR(R7)(r4)
- 	bne	ret_to_ultra
- 
--	lwz	r0, VCPU_CR(r4)
-+	ld	r0, VCPU_CR(r4)
- 	mtcr	r0
- 
- 	ld	r0, VCPU_GPR(R0)(r4)
-@@ -1137,7 +1137,7 @@
-  *   R3 = UV_RETURN
-  */
- ret_to_ultra:
--	lwz	r0, VCPU_CR(r4)
-+	ld	r0, VCPU_CR(r4)
- 	mtcr	r0
- 
- 	ld	r0, VCPU_GPR(R3)(r4)
diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template
index f51f9f0c5ea..c147c814343 100644
--- a/srcpkgs/linux5.4/template
+++ b/srcpkgs/linux5.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.4'
 pkgname=linux5.4
-version=5.4.6
+version=5.4.7
 revision=1
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
@@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
-checksum=fda561bcdea397ddd59656319c53871002938b19b554f30efed90affa30989c8
+checksum=abc9b21d9146d95853dac35f4c4489a0199aff53ee6eee4b0563d1b37079fcc9
 patch_args="-Np1"
 
 nodebug=yes  # -dbg package is generated below manually

             reply	other threads:[~2020-01-01 10:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 10:07 voidlinux-github [this message]
2020-01-01 13:14 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17967@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).