[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-07-07 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 13:54:29 lithium kernel: [234281.728843] RDX:  RSI: 
9a9e7f516578 RDI: ff

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-05-07 Thread Kai-Heng Feng
Does this also happen to Bionic?
Also can you try latest mainline kernel (v4.17-rc3)?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 13:54:29 lithium kernel: [234281.728843] RDX:  RSI: 
9a9e7f516578 RDI: 9a9e7f516578
  Apr 18 13:54:29 lithium kernel: [234281

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-20 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 13:54:29 lithium kernel: [234281.728843] RDX:  RSI: 
9a9e7f516578 RDI: 9a9e7f516578
  Apr 18 13:54:29 lithium kernel: [234281.728844] RBP: 9a9

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-19 Thread Stian Skjelstad
Regarding #1762693


This problem has been present for some months, so appeared before kernel 
version 4.13.0-38. Took some time before I understood the pattern.
* The switch only goes rough less than once a month (when I find time, I can 
make small program that floods the network with the same traffic, and cause 
this fault to happen artificial)
* The entire network stops working when this happens, until switch is restarted
* Initially, only one node in my network needed the extra restart to recover. 
In the last few months, I have added more nodes, so now I saw it happening at 
multiple nodes. (And most nodes are not affected, but they are not running the 
same kernel / OS / network card IC).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [2342

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-19 Thread Stian Skjelstad
If I try to run `apport-collect 1765213`

It starts up links, with a login-button for login.launchpad.net. When I
try to use my credentials, I get this page:


 Ubuntu One
 * Log in or Create account

Bad Request

   Bad bot, go away! Request aborted.

   Ubuntu One. One place to log in to everything on Ubuntu.



The host is a ubuntu-server, so graphical browsers with javascript support is 
not possible. How to proceed?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium k

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-18 Thread Kai-Heng Feng
Maybe it's similar to LP: #1762693?

Please try the kernel in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1762693/comments/4.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 13:54:29 lithium kernel: [234281.728843] RDX:  RSI: 
9a9e7f516578 RDI: 9a9e7

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-18 Thread Stian Skjelstad
** Attachment added: 
"beryllium-apport.linux-image-4.13.0-38-generic.ps1qv1v4.apport"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1765213/+attachment/5121800/+files/beryllium-apport.linux-image-4.13.0-38-generic.ps1qv1v4.apport

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  New

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 

[Kernel-packages] [Bug 1765213] Re: e1000e hang bug, locks up host

2018-04-18 Thread Stian Skjelstad
** Attachment added: 
"lithium-apport.linux-image-4.13.0-38-generic.raq18maf.apport"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1765213/+attachment/5121799/+files/lithium-apport.linux-image-4.13.0-38-generic.raq18maf.apport

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1765213

Title:
  e1000e hang bug, locks up host

Status in linux package in Ubuntu:
  New

Bug description:
  I have a rough switch in my home network that sometimes floods the network 
with PAUSE frames.
  https://en.wikipedia.org/wiki/Ethernet_flow_control#Pause_frame

  This has the effect that it locks up many nodes in my home-network,
  even after I restarted the rough switch. Only way to recover is to
  physically reboot the nodes affected aswell.

  
  $ lsb_release -rd
  Description:Ubuntu 17.10
  Release:17.10



  Host helium
  ===

  Linux helium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  nothing in the kernlog, likely that disk was unable to flush before total 
lock-up
  last entry in syslog (which is crowded on this host) is Apr 18 13:43:52, 
follwed by a bunch of \0 bytes

  $ethtool eth0
  Settings for eth0:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supported pause frame use: No
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised pause frame use: No
  Advertised auto-negotiation: Yes
  Speed: 1000Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 1
  Transceiver: internal
  Auto-negotiation: on
  MDI-X: on (auto)
  Cannot get wake-on-lan settings: Operation not permitted
  Current message level: 0x0007 (7)
 drv probe link
  Link detected: yes

  $ ethtool -i eth0
  driver: e1000e
  version: 3.2.6-k
  firmware-version: 0.8-4
  expansion-rom-version:
  bus-info: :00:1f.6
  supports-statistics: yes
  supports-test: yes
  supports-eeprom-access: yes
  supports-register-dump: yes
  supports-priv-flags: no

  
  Host lithium
  

  Linux lithium 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC
  2018 x86_64 x86_64 x86_64 GNU/Linux

  Apr 18 13:54:29 lithium kernel: [234281.728575] NETDEV WATCHDOG: eth0 
(e1000e): transmit queue 0 timed out
  Apr 18 13:54:29 lithium kernel: [234281.728595] [ cut here 
]
  Apr 18 13:54:29 lithium kernel: [234281.728602] WARNING: CPU: 2 PID: 16114 at 
/build/linux-cg_do7/linux-4.13.0/net/sched/sch_generic.c:316 
dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728603] Modules linked in: 
binfmt_misc nls_iso8859_1 wmi_bmof intel_rapl snd_hda_codec_hdmi 
x86_pkg_temp_thermal intel_powerclam
  p snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel kvm_intel 
snd_hda_codec kvm snd_hda_core snd_hwdep snd_pcm snd_timer irqbypass snd 
intel_cstate intel_rapl_p
  erf soundcore nvidia_uvm(POE) hci_uart btbcm serdev shpchp btqca btintel 
bluetooth mac_hid ecdh_generic mei_me intel_lpss_acpi acpi_pad intel_lpss mei 
wmi acpi_als kfif
  o_buf industrialio ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi coretemp ip_tables x_tables autofs4 btrfs raid10 
raid456 asy
  nc_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear nvidia_drm(POE) crct10dif_pclmul 
crc32_pclmul nvidia_modeset
  (POE)
  Apr 18 13:54:29 lithium kernel: [234281.728635]  ghash_clmulni_intel pcbc 
i915 e1000e aesni_intel ptp pps_core aes_x86_64 crypto_simd glue_helper cryptd 
nvidia(POE) i2c
  _algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci 
drm libahci ipmi_devintf ipmi_msghandler video i2c_hid hid
  Apr 18 13:54:29 lithium kernel: [234281.728648] CPU: 2 PID: 16114 Comm: 
kworker/2:0 Tainted: P U  W  OE   4.13.0-38-generic #43-Ubuntu
  Apr 18 13:54:29 lithium kernel: [234281.728648] Hardware name: Gigabyte 
Technology Co., Ltd. Z370 AORUS Gaming K3/Z370 AORUS Gaming K3-CF, BIOS F3 
09/22/2017
  Apr 18 13:54:29 lithium kernel: [234281.728836] Workqueue: events 
os_execute_work_item [nvidia]
  Apr 18 13:54:29 lithium kernel: [234281.728838] task: 9a9e6e8aaf80 
task.stack: b1ce9077c000
  Apr 18 13:54:29 lithium kernel: [234281.728841] RIP: 
0010:dev_watchdog+0x224/0x230
  Apr 18 13:54:29 lithium kernel: [234281.728842] RSP: :9a9e7f503e50 
EFLAGS: 00010282
  Apr 18 13:54:29 lithium kernel: [234281.728842] RAX: 003a RBX: 
 RCX: 
  Apr 18 13:5