~vicamo/+git/ubuntu-kernel:bug-1945576/igc-remove-checkings/impish

Last commit made on 2021-09-30
Get this branch:
git clone -b bug-1945576/igc-remove-checkings/impish 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-1945576/igc-remove-checkings/impish
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

efde8aa... by You-Sheng Yang

Bug 1945576: Intel I225-IT device probe failure

d54fd6b... by Sasha Neftin

igc: Remove phy->type checking

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

i225 devices have only one phy->type: copper. There is no point checking
phy->type during the igc_has_link method from the watchdog that
invoked every 2 seconds.
This patch comes to clean up these pointless checkings.

Signed-off-by: Sasha Neftin <email address hidden>
Tested-by: Dvora Fuxbrumer <email address hidden>
Signed-off-by: Tony Nguyen <email address hidden>
(cherry picked from commit 47bca7de6a4fb8dcb564c7ca14d885c91ed19e03)
Signed-off-by: You-Sheng Yang <email address hidden>

56fc49b... by Sasha Neftin

igc: Remove _I_PHY_ID checking

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

i225 devices have only one PHY vendor. There is no point checking
_I_PHY_ID during the link establishment and auto-negotiation process.
This patch comes to clean up these pointless checkings.

Signed-off-by: Sasha Neftin <email address hidden>
Tested-by: Dvora Fuxbrumer <email address hidden>
Signed-off-by: Tony Nguyen <email address hidden>
(cherry picked from commit 7c496de538eebd8212dc2a3c9a468386b264d0d4)
Signed-off-by: You-Sheng Yang <email address hidden>

673d307... by Andrea Righi

UBUNTU: Ubuntu-5.13.0-17.17

Signed-off-by: Andrea Righi <email address hidden>

193148f... by Andrea Righi

UBUNTU: debian/dkms-versions -- update from kernel-versions (main/master)

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

23a6c06... by Andrea Righi

UBUNTU: [Packaging] correctly evaluate release in update-dkms-versions

Signed-off-by: Andrea Righi <email address hidden>

8106f99... by Andrea Righi

UBUNTU: [Config] update gcc version in configs

Signed-off-by: Andrea Righi <email address hidden>

7e4329a... by Andrea Righi

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1944943
Properties: no-test-build
Signed-off-by: Andrea Righi <email address hidden>

f15e90d... by Andrea Righi

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andrea Righi <email address hidden>

5f960d6... by Hui Wang

ACPI: resources: Add DMI-based legacy IRQ override quirk

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

After the commit 0ec4e55e9f57 ("ACPI: resources: Add checks for ACPI
IRQ override") is reverted, the keyboard on Medion laptops can't
work again.

To fix the keyboard issue, add a DMI-based override check that will
not affect other machines along the lines of prt_quirks[] in
drivers/acpi/pci_irq.c.

If similar issues are seen on other platforms, the quirk table could
be expanded in the future.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213031
BugLink: http://bugs.launchpad.net/bugs/1909814
Suggested-by: Rafael J. Wysocki <email address hidden>
Reported-by: Manuel Krause <email address hidden>
Tested-by: Manuel Krause <email address hidden>
Signed-off-by: Hui Wang <email address hidden>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <email address hidden>
(cherry picked from commit 892a012699fc0b91a2ed6309078936191447f480 linux-next)
Signed-off-by: Hui Wang <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>