[Bug 1836030] Re: enable realtek ethernet device ASPM function

2021-07-04 Thread 1111
I also believe this change has caused 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874464/
ASPM must be disabled completely to avoid network malfunction issue.Even ubuntu 
21.04 with kernel 5.11 sees this issue.Any one from Ubuntu is seeing this bug.
pls change the following code:
from rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L1_1);
to   rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S |
  PCIE_LINK_STATE_L1);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2021-07-04 Thread BruceZhao
I also believe this change has caused 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874464/
Disabling ASPM L1.1 will cause network malfunctional with AER errors on my 
system.Is someone from Ubuntu helping with issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-06-03 Thread Jeremy Soller
I believe this change has caused
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874464/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-21.25

---
linux (5.4.0-21.25) focal; urgency=medium

  * CVE-2020-8835
- SAUCE: bpf: undo incorrect __reg_bound_offset32 handling

 -- Thadeu Lima de Souza Cascardo   Thu, 26 Mar
2020 17:51:28 -0300

** Changed in: linux (Ubuntu Focal)
   Status: Fix Committed => Fix Released

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-8835

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-03-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-03-20 Thread Seth Forshee
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-03-09 Thread AceLan Kao
** Description changed:

+ = SRU for 5.4 Focal kernel ===
+ [Impact]
+ The PC state stays at PC3 if r8169 driver doesn't enable ASPM.
+ 
+ [Fix]
+ Applied same series of patches and disable ASPM L1.1 only, instead of disable 
ASPM completely.
+ 
+ [Test]
+ Verified on machines with realtek Ethernet device, the Ethernet works well 
after S3 test 30 times and the system can enter PC10.
+ 
+ [Regression Potential]
+ Low, from realtek r8169 driver supports ASPM L0s and L1, and we only disable 
ASPM L1.1 which is pretty safe and should be disabled by default.
+ 
+ == SRU for 5.0 OEM OSP1 kernel =
  [Impact]
  The PC state stays at PC3 if realtek ethernet doesn't enable ASPM.
  
  [Fix]
  Discussed with upstream and they would like to use sysfs to toggle the ASPM 
link states, but the patches didn't get merged yet, so we merger them as SAUCE 
patches.
  
  [Test]
  Verified on machines with realtek ethernet device, the ethernet works well 
and the system can enter PC10.
  
  [Regression Potential]
  High. From upstream maintainer, enable realtek ethernet ASPM may lead to some 
serious issue, so regression is expected. Those regression should come from old 
realtek chips, we'll make sure all new platforms with realtek NIC have no any 
issues.

** Description changed:

  = SRU for 5.4 Focal kernel ===
  [Impact]
  The PC state stays at PC3 if r8169 driver doesn't enable ASPM.
  
  [Fix]
- Applied same series of patches and disable ASPM L1.1 only, instead of disable 
ASPM completely.
+ Applied same series of patches from v5.5-rc1 and disable ASPM L1.1 only, 
instead of disable ASPM completely.
  
  [Test]
  Verified on machines with realtek Ethernet device, the Ethernet works well 
after S3 test 30 times and the system can enter PC10.
  
  [Regression Potential]
  Low, from realtek r8169 driver supports ASPM L0s and L1, and we only disable 
ASPM L1.1 which is pretty safe and should be disabled by default.
  
  == SRU for 5.0 OEM OSP1 kernel =
  [Impact]
  The PC state stays at PC3 if realtek ethernet doesn't enable ASPM.
  
  [Fix]
  Discussed with upstream and they would like to use sysfs to toggle the ASPM 
link states, but the patches didn't get merged yet, so we merger them as SAUCE 
patches.
  
  [Test]
  Verified on machines with realtek ethernet device, the ethernet works well 
and the system can enter PC10.
  
  [Regression Potential]
  High. From upstream maintainer, enable realtek ethernet ASPM may lead to some 
serious issue, so regression is expected. Those regression should come from old 
realtek chips, we'll make sure all new platforms with realtek NIC have no any 
issues.

** Description changed:

  = SRU for 5.4 Focal kernel ===
  [Impact]
  The PC state stays at PC3 if r8169 driver doesn't enable ASPM.
  
  [Fix]
  Applied same series of patches from v5.5-rc1 and disable ASPM L1.1 only, 
instead of disable ASPM completely.
  
  [Test]
  Verified on machines with realtek Ethernet device, the Ethernet works well 
after S3 test 30 times and the system can enter PC10.
  
  [Regression Potential]
- Low, from realtek r8169 driver supports ASPM L0s and L1, and we only disable 
ASPM L1.1 which is pretty safe and should be disabled by default.
+ Low, from realtek engineer, r8169 driver supports ASPM L0s and L1, and we 
only disable ASPM L1.1 which is pretty safe and should be disabled by default.
  
  == SRU for 5.0 OEM OSP1 kernel =
  [Impact]
  The PC state stays at PC3 if realtek ethernet doesn't enable ASPM.
  
  [Fix]
  Discussed with upstream and they would like to use sysfs to toggle the ASPM 
link states, but the patches didn't get merged yet, so we merger them as SAUCE 
patches.
  
  [Test]
  Verified on machines with realtek ethernet device, the ethernet works well 
and the system can enter PC10.
  
  [Regression Potential]
  High. From upstream maintainer, enable realtek ethernet ASPM may lead to some 
serious issue, so regression is expected. Those regression should come from old 
realtek chips, we'll make sure all new platforms with realtek NIC have no any 
issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2020-03-09 Thread AceLan Kao
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-osp1 (Ubuntu Focal)
   Importance: Undecided
   Status: Fix Released

** No longer affects: linux (Ubuntu Bionic)

** No longer affects: linux-oem-osp1 (Ubuntu Focal)

** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2019-09-10 Thread Anthony Wong
** Changed in: hwe-next
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2019-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem-osp1 - 5.0.0-1015.16

---
linux-oem-osp1 (5.0.0-1015.16) bionic; urgency=medium

  * linux-oem-osp1: 5.0.0-1015.16 -proposed tracker (LP: #1836856)

  * System does not auto detect disconnection of external monitor (LP: #1835001)
- drm/i915: Add support for retrying hotplug
- drm/i915: Enable hotplug retry

  * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
- ALSA: hda: hdmi - add Icelake support
- ALSA: hda/hdmi - Remove duplicated define
- ALSA: hda/hdmi - Fix i915 reverse port/pin mapping

  * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
- Input: alps - don't handle ALPS cs19 trackpoint-only device

  * First click on Goodix touchpad doesn't be recognized after runtime suspended
(LP: #1836836)
- SAUCE: i2c: designware: add G3 3590 into i2c quirk

 -- Timo Aaltonen   Thu, 18 Jul 2019
11:29:53 +0300

** Changed in: linux-oem-osp1 (Ubuntu)
   Status: Invalid => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2019-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem-osp1 - 5.0.0-1015.16

---
linux-oem-osp1 (5.0.0-1015.16) bionic; urgency=medium

  * linux-oem-osp1: 5.0.0-1015.16 -proposed tracker (LP: #1836856)

  * System does not auto detect disconnection of external monitor (LP: #1835001)
- drm/i915: Add support for retrying hotplug
- drm/i915: Enable hotplug retry

  * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
- ALSA: hda: hdmi - add Icelake support
- ALSA: hda/hdmi - Remove duplicated define
- ALSA: hda/hdmi - Fix i915 reverse port/pin mapping

  * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
- Input: alps - don't handle ALPS cs19 trackpoint-only device

  * First click on Goodix touchpad doesn't be recognized after runtime suspended
(LP: #1836836)
- SAUCE: i2c: designware: add G3 3590 into i2c quirk

 -- Timo Aaltonen   Thu, 18 Jul 2019
11:29:53 +0300

** Changed in: linux-oem-osp1 (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2019-07-21 Thread AceLan Kao
This patchset has been included in linux-oem-osp1: 5.0.0-1014.15

** Changed in: linux-oem-osp1 (Ubuntu Bionic)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836030] Re: enable realtek ethernet device ASPM function

2019-07-10 Thread AceLan Kao
** Tags added: oem-priority originate-from-1833681 somerville

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs