mirror of
https://aur.archlinux.org/linux-vfio.git
synced 2024-12-26 18:44:10 +00:00
upgpkg: linux-vfio 6.1.4.arch1-1
upstream release Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
parent
ae5ad0fb2e
commit
406bebfb91
10
.SRCINFO
10
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
pkgbase = linux-vfio
|
pkgbase = linux-vfio
|
||||||
pkgdesc = Linux
|
pkgdesc = Linux
|
||||||
pkgver = 6.1.3.arch1
|
pkgver = 6.1.4.arch1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/archlinux/linux/commits/v6.1.3-arch1
|
url = https://github.com/archlinux/linux/commits/v6.1.4-arch1
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = bc
|
makedepends = bc
|
||||||
@ -20,7 +20,7 @@ pkgbase = linux-vfio
|
|||||||
makedepends = texlive-latexextra
|
makedepends = texlive-latexextra
|
||||||
makedepends = git
|
makedepends = git
|
||||||
options = !strip
|
options = !strip
|
||||||
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.3-arch1
|
source = archlinux-linux::git+https://github.com/archlinux/linux?signed#tag=v6.1.4-arch1
|
||||||
source = config
|
source = config
|
||||||
source = 0001-add-acs-overrides.patch
|
source = 0001-add-acs-overrides.patch
|
||||||
source = 0002-i915-vga-arbiter.patch
|
source = 0002-i915-vga-arbiter.patch
|
||||||
@ -30,8 +30,8 @@ pkgbase = linux-vfio
|
|||||||
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
|
validpgpkeys = C7E7849466FE2358343588377258734B41C31549
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 0571ea17a2e38458096b679418197bbea8c414388f628d122517f3a1f3a31b3a
|
sha256sums = 0571ea17a2e38458096b679418197bbea8c414388f628d122517f3a1f3a31b3a
|
||||||
sha256sums = b8f977aa923aa6076703b88262e395c56ce9df2943a52448d8a0e32cc90b1a70
|
sha256sums = 46de3d90603a18762819a21605865e4b4a563744ff3ca73f7b2916c971b1188c
|
||||||
sha256sums = 750c57539f17332cafe01a978a0133fc9500dbe37a411b823dad2eee66652cfc
|
sha256sums = 2e383fe0b5e1ba907a4d50e8e04d233f2b5442bba97449e867ae6949ec14c190
|
||||||
|
|
||||||
pkgname = linux-vfio
|
pkgname = linux-vfio
|
||||||
pkgdesc = The Linux kernel and modules (ACS override and i915 VGA arbiter patches)
|
pkgdesc = The Linux kernel and modules (ACS override and i915 VGA arbiter patches)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
From c1ed6974bffaee49ae8a82838a4cf7cd8ebad36c Mon Sep 17 00:00:00 2001
|
From 370afe321657e7306b3f93de710c837567c4820d Mon Sep 17 00:00:00 2001
|
||||||
From: =?UTF-8?q?=C3=A9clairevoyant?=
|
From: =?UTF-8?q?=C3=A9clairevoyant?=
|
||||||
<848000+eclairevoyant@users.noreply.github.com>
|
<848000+eclairevoyant@users.noreply.github.com>
|
||||||
Date: Sun, 1 Jan 2023 16:21:00 -0500
|
Date: Sun, 8 Jan 2023 14:05:13 -0500
|
||||||
Subject: [PATCH 1/2] add-acs-overrides
|
Subject: [PATCH 1/2] add-acs-overrides
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -10,10 +10,10 @@ Subject: [PATCH 1/2] add-acs-overrides
|
|||||||
2 files changed, 110 insertions(+)
|
2 files changed, 110 insertions(+)
|
||||||
|
|
||||||
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
|
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
|
||||||
index 42af9ca0127e..4f94a9f2cff0 100644
|
index 6b838869554b..8471f29f8c8f 100644
|
||||||
--- a/Documentation/admin-guide/kernel-parameters.txt
|
--- a/Documentation/admin-guide/kernel-parameters.txt
|
||||||
+++ b/Documentation/admin-guide/kernel-parameters.txt
|
+++ b/Documentation/admin-guide/kernel-parameters.txt
|
||||||
@@ -4145,6 +4145,14 @@
|
@@ -4162,6 +4162,14 @@
|
||||||
nomsi [MSI] If the PCI_MSI kernel config parameter is
|
nomsi [MSI] If the PCI_MSI kernel config parameter is
|
||||||
enabled, this kernel boot option can be used to
|
enabled, this kernel boot option can be used to
|
||||||
disable the use of MSI interrupts system-wide.
|
disable the use of MSI interrupts system-wide.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
From c8894968896294c7ced91b86fb59ca2c1aa6e031 Mon Sep 17 00:00:00 2001
|
From efbf3120a8b4bbc66963a696de439501714a1718 Mon Sep 17 00:00:00 2001
|
||||||
From: =?UTF-8?q?=C3=A9clairevoyant?=
|
From: =?UTF-8?q?=C3=A9clairevoyant?=
|
||||||
<848000+eclairevoyant@users.noreply.github.com>
|
<848000+eclairevoyant@users.noreply.github.com>
|
||||||
Date: Sun, 1 Jan 2023 16:21:24 -0500
|
Date: Sun, 8 Jan 2023 14:05:15 -0500
|
||||||
Subject: [PATCH 2/2] i915-vga-arbiter
|
Subject: [PATCH 2/2] i915-vga-arbiter
|
||||||
|
|
||||||
---
|
---
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
|
||||||
pkgbase=linux-vfio
|
pkgbase=linux-vfio
|
||||||
pkgver=6.1.3.arch1
|
pkgver=6.1.4.arch1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||||
@ -33,8 +33,8 @@ validpgpkeys=(
|
|||||||
)
|
)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'0571ea17a2e38458096b679418197bbea8c414388f628d122517f3a1f3a31b3a'
|
'0571ea17a2e38458096b679418197bbea8c414388f628d122517f3a1f3a31b3a'
|
||||||
'b8f977aa923aa6076703b88262e395c56ce9df2943a52448d8a0e32cc90b1a70'
|
'46de3d90603a18762819a21605865e4b4a563744ff3ca73f7b2916c971b1188c'
|
||||||
'750c57539f17332cafe01a978a0133fc9500dbe37a411b823dad2eee66652cfc')
|
'2e383fe0b5e1ba907a4d50e8e04d233f2b5442bba97449e867ae6949ec14c190')
|
||||||
|
|
||||||
export KBUILD_BUILD_HOST=archlinux
|
export KBUILD_BUILD_HOST=archlinux
|
||||||
export KBUILD_BUILD_USER=$pkgbase
|
export KBUILD_BUILD_USER=$pkgbase
|
||||||
|
Loading…
Reference in New Issue
Block a user