Skip to content

Commit

Permalink
Add Linux 5.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed May 2, 2020
1 parent ea9a827 commit 49c9bec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
KERNEL_MAJ=5
KERNEL_MIN=6
KERNEL_PATCHLEVEL=8
KERNEL_PATCHLEVEL=10
# increment KREL if the ABI changes (abicheck target in debian/rules)
# rebuild packages with new KREL and run 'make abiupdate'
KREL=1
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pve-edge-kernel (5.6.10-1) edge; urgency=medium

* update to Linux 5.6.10-1 based on Ubuntu 5.6.0-7.7

-- Fabian Mastenbroek <[email protected]> Sat, 2 May 2020 21:07:10 +0200

pve-edge-kernel (5.6.8-1) edge; urgency=medium

* update to Linux 5.6.8-1 based on Ubuntu 5.6.0-7.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,12 @@ index 320255e5e8f8..8d5808de9071 100644
/*
* 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 },
@@ -4796,6 +4896,8 @@ static const struct pci_dev_acs_enabled {
{ PCI_VENDOR_ID_ZHAOXIN, 0x9083, pci_quirk_mf_endpoint_acs },
/* Zhaoxin Root/Downstream Ports */
{ PCI_VENDOR_ID_ZHAOXIN, PCI_ANY_ID, pci_quirk_zhaoxin_pcie_ports_acs },
+ /* PCIe ACS overrides */
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides },
{ 0 }
};

Expand Down
2 changes: 1 addition & 1 deletion submodules/linux-stable
Submodule linux-stable updated from 63c3d4 to c9feec

0 comments on commit 49c9bec

Please sign in to comment.