~vicamo/+git/ubuntu-kernel:bug-1894778/add-ahci-to-fast-interrupt-list/unstable

Last commit made on 2020-09-08
Get this branch:
git clone -b bug-1894778/add-ahci-to-fast-interrupt-list/unstable https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1894778/add-ahci-to-fast-interrupt-list/unstable
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

2e5f4eb... by You-Sheng Yang

Bug 1894778: PCI: vmd: Add AHCI to fast interrupt list

5465051... by Jonathan Derrick

PCI: vmd: Add AHCI to fast interrupt list

BugLink: https://bugs.launchpad.net/bugs/1894778

Some platforms have an AHCI controller behind VMD. These platforms are
working correctly except for a case when the AHCI MSI is programmed with
VMD IRQ vector 0 (0xfee00000). When programmed with any other interrupt
(0xfeeNN000), the MSI is routed correctly and is handled by VMD. Placing
the AHCI MSI(s) in the fast-interrupt allow list solves the issue.

This also requires that VMD allocate more than one MSI/X vector and
changes the minimum MSI/X vectors allocated to two.

Signed-off-by: Jon Derrick <email address hidden>
(cherry-picked from https://patchwork.kernel.org/patch/11758345/)
Signed-off-by: You-Sheng Yang <email address hidden>

1b30b83... by Seth Forshee

UBUNTU: Ubuntu-5.8.0-8.9

Signed-off-by: Seth Forshee <email address hidden>

0c0ce58... by Seth Forshee

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1889104
Properties: no-test-build
Signed-off-by: Seth Forshee <email address hidden>

49d66be... by Seth Forshee

UBUNTU: [Packaging] update variants

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Seth Forshee <email address hidden>

a72a7a9... by Seth Forshee

UBUNTU: [Packaging] Change source package name to linux

Ignore: yes
Signed-off-by: Seth Forshee <email address hidden>

7267761... by Seth Forshee

UBUNTU: [Config] Enable nvidia dkms build

Signed-off-by: Seth Forshee <email address hidden>

aaaf91d... by Seth Forshee

UBUNTU: update dkms package versions

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Seth Forshee <email address hidden>

4a8d33c... by Alberto Milone

UBUNTU: [Packaging] NVIDIA -- Add signed modules for 450 450-server

The 450 series replaces the 440 series, whereas the 450-server
series is only an addition to the other server drivers.

BugLink: https://bugs.launchpad.net/bugs/1887674

Signed-off-by: Alberto Milone <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

f438608... by Alberto Milone

UBUNTU: [packaging] add signed modules for the 418-server and the 440-server flavours

Enable building only on amd64 using the do_dkms_nvidia_server flag.

Also, modify the regular expression in 2-binary-arch.mk, so that
names such as nvidia-440srv are allowed.

BugLink: https://bugs.launchpad.net/bugs/1881137

Signed-off-by: Alberto Milone <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>