~canonical-hwe-team/hwe-next/+git/intermediate-kernel:linux-unstable/mantic/experimental

Last commit made on 2023-11-10
Get this branch:
git clone -b linux-unstable/mantic/experimental https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/intermediate-kernel
Members of Canonical Hardware Enablement can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
linux-unstable/mantic/experimental
Repository:
lp:~canonical-hwe-team/hwe-next/+git/intermediate-kernel

Recent commits

80ff09c... by You-Sheng Yang

Experimental linux-unstable/mantic changes

0b43b4b... by You-Sheng Yang

UBUNTU: debian/dkms-versions -- add Intel USBIO Bridge drivers

BugLink: https://bugs.launchpad.net/bugs/2031412
Signed-off-by: You-Sheng Yang <email address hidden>

827b15b... by You-Sheng Yang

UBUNTU: debian/dkms-versions -- use ipu6/ivsc from ppa

BugLink: https://bugs.launchpad.net/bugs/2031412
Signed-off-by: You-Sheng Yang <email address hidden>

ab43a13... by You-Sheng Yang

UBUNTU: debian/dkms-versions -- use backport-iwlwifi from ppa

Signed-off-by: You-Sheng Yang <email address hidden>
BugLink: https://bugs.launchpad.net/bugs/2042059

0c1c2df... by You-Sheng Yang

UBUNTU: debian/dkms-versions -- disable zfs due to build failure

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: You-Sheng Yang <email address hidden>

24072ad... by You-Sheng Yang

Revert "UBUNTU: [Packaging] debian/dkms-versions: temporarily disable dkms"

This reverts commit 76c04096f279c9acdc309ffa5478641554bc8888.

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: You-Sheng Yang <email address hidden>

ab9525d... by lupuliang

UBUNTU: SAUCE: USB: serial: option: modify Fibocom to DELL custom modem FM101R-GL

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

Modify the definition of Fibocom USB serial option driver
FM101R-GL different variants

- VID:PID 413C:8213, FM101R-GL ESIM are laptop M.2 cards (with
  MBIM interfaces for Linux)

- VID:PID 413C:8215, FM101R-GL are laptop M.2 cards (with
  MBIM interface for Linux)

0x8213: mbim, tty
0x8215: mbim, tty

Signed-off-by: Puliang Lu <email address hidden>
(cherry-picked from commit https://<email address hidden>/)
Signed-off-by: You-Sheng Yang <email address hidden>

745df88... by Kai-Heng Feng

UBUNTU: SAUCE: PCI: vmd: Mark ASPM override for device behind VMD bridge

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

pci_enable_link_state() doesn't enable ASPM when ACPI_FADT_NO_ASPM is
set.

So allow ASPM can truly be enabled to make vmd_pm_enable_quirk() work as
intended.

Signed-off-by: Kai-Heng Feng <email address hidden>

c1dbe2f... by Kai-Heng Feng

UBUNTU: SAUCE: PCI/ASPM: Allow ASPM override over FADT default

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

On cases where BIOS can't program ASPM registers, allow the driver to do
so, essentially ignoring the FADT ASPM flag.

Signed-off-by: Kai-Heng Feng <email address hidden>

7bdd56b... by Kai-Heng Feng

Revert "UBUNTU: SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain"

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

This reverts commit 1a0102a08f206149d9abd56c2b28877c878b5526.

Signed-off-by: Kai-Heng Feng <email address hidden>