-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change updates the kernel to Linux 5.5.19 based on Ubuntu 5.5.0-7.8.
- Loading branch information
1 parent
dcd3ae6
commit 6c35f07
Showing
16 changed files
with
259,494 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[submodule "submodules/zfsonlinux"] | ||
path = submodules/zfsonlinux | ||
url = git://git.proxmox.com/git/zfsonlinux.git | ||
[submodule "submodules/ubuntu-focal"] | ||
path = submodules/ubuntu-focal | ||
url = git://git.proxmox.com/git/mirror_ubuntu-focal-kernel.git | ||
|
||
[submodule "submodules/linux-stable"] | ||
path = submodules/linux-stable | ||
url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
pve-edge-kernel (5.5.19-1) edge; urgency=medium | ||
|
||
* update to Linux 5.5.19 based on Ubuntu 5.5.0-7.8 | ||
|
||
-- Fabian Mastenbroek <[email protected]> Wed, 29 Apr 2020 21:20:30 +0200 | ||
|
||
pve-edge-kernel (5.4.30-1) edge; urgency=medium | ||
|
||
* update to Ubuntu-5.4.0-24.28 | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From 1e30ab2525d8a9ad1fe9a76bef64ff54c2d95e0d Mon Sep 17 00:00:00 2001 | ||
From: Mark Weiman <[email protected]> | ||
Date: Wed, 7 Feb 2018 16:04:03 -0500 | ||
Subject: [PATCH] pci: Enable overrides for missing ACS capabilities (4.15) | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
Date: Sun, 12 Aug 2018 11:36:21 -0400 | ||
Subject: [PATCH 09/14] pci: Enable overrides for missing ACS capabilities | ||
|
||
This an updated version of Alex Williamson's patch from: | ||
https://lkml.org/lkml/2013/5/30/513 | ||
|
||
Original commit message follows: | ||
|
||
PCIe ACS (Access Control Services) is the PCIe 2.0+ feature that | ||
allows us to control whether transactions are allowed to be redirected | ||
in various subnodes of a PCIe topology. For instance, if two | ||
|
@@ -47,40 +45,40 @@ specific devices which enforce isolation but not provide an ACS | |
capability. Please contact me to have your devices added and save | ||
your customers the hassle of this boot option. | ||
|
||
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> | ||
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> | ||
Signed-off-by: Mark Weiman <mark.weiman@markzz.com> | ||
Signed-off-by: Alexandre Frade <admfrade@gmail.com> | ||
--- | ||
.../admin-guide/kernel-parameters.txt | 9 ++ | ||
drivers/pci/quirks.c | 102 ++++++++++++++++++ | ||
2 files changed, 111 insertions(+) | ||
drivers/pci/quirks.c | 101 ++++++++++++++++++ | ||
2 files changed, 110 insertions(+) | ||
|
||
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt | ||
index 174554924fb8..efa4a99121b7 100644 | ||
index 8dee8f68fe15..8aa1f5c6c042 100644 | ||
--- a/Documentation/admin-guide/kernel-parameters.txt | ||
+++ b/Documentation/admin-guide/kernel-parameters.txt | ||
@@ -3434,6 +3434,15 @@ | ||
Also, it enforces the PCI Local Bus spec | ||
rule that those bits should be 0 in system reset | ||
events (useful for kexec/kdump cases). | ||
+ pci_acs_override = | ||
+ [PCIE] Override missing PCIe ACS support for: | ||
@@ -3402,6 +3402,15 @@ | ||
nomsi [MSI] If the PCI_MSI kernel config parameter is | ||
enabled, this kernel boot option can be used to | ||
disable the use of MSI interrupts system-wide. | ||
+ pcie_acs_override = | ||
+ [PCIE] Override missing PCIe ACS support for: | ||
+ downstream | ||
+ All downstream ports - full ACS capabilities | ||
+ multifunction | ||
+ Add multifunction devices - multifunction ACS subset | ||
+ All multifunction devices - multifunction ACS subset | ||
+ id:nnnn:nnnn | ||
+ Specific device - full ACS capabilities | ||
+ Specified as vid:did (vendor/device ID) in hex | ||
noioapicquirk [APIC] Disable all boot interrupt quirks. | ||
Safety option to keep boot IRQs enabled. This | ||
should never be necessary. | ||
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c | ||
index 18119626d5c8..529feee083e2 100644 | ||
index 320255e5e8f8..8d5808de9071 100644 | ||
--- a/drivers/pci/quirks.c | ||
+++ b/drivers/pci/quirks.c | ||
@@ -192,6 +192,106 @@ static int __init pci_apply_final_quirks(void) | ||
@@ -3483,6 +3483,106 @@ static void quirk_no_bus_reset(struct pci_dev *dev) | ||
dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET; | ||
} | ||
fs_initcall_sync(pci_apply_final_quirks); | ||
|
||
+static bool acs_on_downstream; | ||
+static bool acs_on_multifunction; | ||
|
@@ -122,6 +120,7 @@ index 18119626d5c8..529feee083e2 100644 | |
+ goto next; | ||
+ } | ||
+ acs_on_ids[max_acs_id].vendor = val; | ||
+ | ||
+ p += strcspn(p, ":"); | ||
+ if (*p != ':') { | ||
+ pr_warn("PCIe ACS invalid ID\n"); | ||
|
@@ -166,31 +165,31 @@ index 18119626d5c8..529feee083e2 100644 | |
+ return 1; | ||
+ | ||
+ switch (pci_pcie_type(dev)) { | ||
+ case PCI_EXP_TYPE_DOWNSTREAM: | ||
+ case PCI_EXP_TYPE_ROOT_PORT: | ||
+ if (acs_on_downstream) | ||
+ return 1; | ||
+ break; | ||
+ case PCI_EXP_TYPE_ENDPOINT: | ||
+ case PCI_EXP_TYPE_UPSTREAM: | ||
+ case PCI_EXP_TYPE_LEG_END: | ||
+ case PCI_EXP_TYPE_RC_END: | ||
+ if (acs_on_multifunction && dev->multifunction) | ||
+ return 1; | ||
+ case PCI_EXP_TYPE_DOWNSTREAM: | ||
+ case PCI_EXP_TYPE_ROOT_PORT: | ||
+ if (acs_on_downstream) | ||
+ return 1; | ||
+ break; | ||
+ case PCI_EXP_TYPE_ENDPOINT: | ||
+ case PCI_EXP_TYPE_UPSTREAM: | ||
+ case PCI_EXP_TYPE_LEG_END: | ||
+ case PCI_EXP_TYPE_RC_END: | ||
+ if (acs_on_multifunction && dev->multifunction) | ||
+ return 1; | ||
+ } | ||
+ | ||
+ return -ENOTTY; | ||
+} | ||
+ | ||
/* | ||
* Decoding should be disabled for a PCI device during BAR sizing to avoid | ||
* conflict. But doing so may cause problems on host bridge and perhaps other | ||
@@ -4698,6 +4798,8 @@ static const struct pci_dev_acs_enabled { | ||
{ PCI_VENDOR_ID_CAVIUM, PCI_ANY_ID, pci_quirk_cavium_acs }, | ||
/* APM X-Gene */ | ||
{ PCI_VENDOR_ID_AMCC, 0xE004, pci_quirk_xgene_acs }, | ||
+ /* Enable overrides for missing ACS capabilities */ | ||
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides }, | ||
/* Ampere Computing */ | ||
{ PCI_VENDOR_ID_AMPERE, 0xE005, pci_quirk_xgene_acs }, | ||
{ PCI_VENDOR_ID_AMPERE, 0xE006, pci_quirk_xgene_acs }, | ||
* Some Atheros AR9xxx and QCA988x chips do not behave after a bus reset. | ||
* The device will throw a Link Down error on AER-capable systems and | ||
@@ -4663,6 +4763,7 @@ static const struct pci_dev_acs_enabled { | ||
{ PCI_VENDOR_ID_BROADCOM, 0xD714, pci_quirk_brcm_acs }, | ||
/* Amazon Annapurna Labs */ | ||
{ PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS, 0x0031, pci_quirk_al_acs }, | ||
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides }, | ||
{ 0 } | ||
}; | ||
|
||
-- | ||
2.17.1 |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.