RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 617457 - 8139cp network unreachable after hibernate
Summary: 8139cp network unreachable after hibernate
Keywords:
Status: CLOSED DUPLICATE of bug 665515
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.0
Hardware: All
OS: Linux
medium
high
Target Milestone: rc
: ---
Assignee: John Feeney
QA Contact: Caspar Zhang
URL:
Whiteboard:
Depends On:
Blocks: 767187
TreeView+ depends on / blocked
 
Reported: 2010-07-23 05:56 UTC by Qian Cai
Modified: 2013-07-03 07:24 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-10 07:32:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
dmesg after hibernate (21.74 KB, text/plain)
2010-07-23 05:56 UTC, Qian Cai
no flags Details
guest xml (2.08 KB, application/xml)
2010-07-23 06:06 UTC, Qian Cai
no flags Details

Description Qian Cai 2010-07-23 05:56:56 UTC
Created attachment 433874 [details]
dmesg after hibernate

Description of problem:
After resumed from a hibernated guest, it could be not pingable.

$ ping 10.66.65.12
PING 10.66.65.12 (10.66.65.12) 56(84) bytes of data.
From 10.66.65.141 icmp_seq=2 Destination Host Unreachable
...

although ifconfig out remained the same,
# ifconfig 
eth0      Link encap:Ethernet  HWaddr 52:54:00:6E:8A:61  
          inet addr:10.66.65.12  Bcast:10.66.65.255  Mask:255.255.254.0
          inet6 addr: fe80::5054:ff:fe6e:8a61/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:193 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:21148 (20.6 KiB)  TX bytes:820 (820.0 b)
          Interrupt:11 Base address:0xc000

Version-Release number of selected component (if applicable):
Host: X200
kernel-2.6.32-52.el6.x86_64
RHEL6.0-20100722.0

Guest:
kernel-2.6.32-52.el6.x86_64
RHEL6.0-20100722.0

How reproducible:
always

Steps to Reproduce:
1. pm-hibernate inside the guest
2. virsh start <guest>
  
Actual results:
Guest network is unreachable.

Expected results:
Guest network resumed.

Comment 1 Qian Cai 2010-07-23 06:06:07 UTC
Created attachment 433878 [details]
guest xml

Comment 2 Qian Cai 2010-07-24 08:05:06 UTC
NAT has the same problem. 2.6.35-rc5 is working fine.

Comment 3 Qian Cai 2010-07-24 08:06:03 UTC
(In reply to comment #2)
> 2.6.35-rc5 is working fine.    
Correction - 2.6.35-rc6.

Comment 4 Qian Cai 2010-07-26 08:34:42 UTC
This is happened only using 8139cp in the guest. The workaround is to do "network restart". RHEL5.5 guest has the same problem.

Comment 5 Dor Laor 2010-07-26 09:11:39 UTC
Clearing the blocker since it is not a requirement for kvm in 6.0

Comment 6 Qian Cai 2010-07-26 09:21:47 UTC
During the resuming of the hibernated guest, qemu-kvm was crashed once,
Jul 26 17:13:38 localhost kernel: qemu-kvm[3227]: segfault at c5fea0 ip 00000000004e09be sp 00007ffd0a0dfad8 error 4 in qemu-kvm[400000+242000]
Jul 26 17:16:13 localhost kernel: INFO: task qemu-kvm:3222 blocked for more than 120 seconds.
Jul 26 17:16:13 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jul 26 17:16:13 localhost kernel: qemu-kvm      D ffff880099a34080     0  3222      1 0x00000000
Jul 26 17:16:13 localhost kernel: ffff8801033bfc98 0000000000000082 ffffffff81b058b8 ffff880099a34080
Jul 26 17:16:13 localhost kernel: ffff8801033bfc68 ffffffff810a34e0 ffff8801033bfca0 ffff880099a34080
Jul 26 17:16:13 localhost kernel: ffff880099a34638 ffff8801033bffd8 0000000000010518 ffff880099a34638
Jul 26 17:16:13 localhost kernel: Call Trace:
Jul 26 17:16:13 localhost kernel: [<ffffffff810a34e0>] ? exit_robust_list+0x90/0x160
Jul 26 17:16:13 localhost kernel: [<ffffffff8106fa35>] exit_mm+0x95/0x150
Jul 26 17:16:13 localhost kernel: [<ffffffff8106fe47>] do_exit+0x157/0x840
Jul 26 17:16:13 localhost kernel: [<ffffffff8117fed0>] ? pollwake+0x0/0x60
Jul 26 17:16:13 localhost kernel: [<ffffffff81070588>] do_group_exit+0x58/0xd0
Jul 26 17:16:13 localhost kernel: [<ffffffff810853c6>] get_signal_to_deliver+0x1f6/0x460
Jul 26 17:16:13 localhost kernel: [<ffffffff81012365>] do_signal+0x75/0x800
Jul 26 17:16:13 localhost kernel: [<ffffffff8117f368>] ? poll_select_copy_remaining+0xf8/0x150
Jul 26 17:16:13 localhost kernel: [<ffffffff810a5cfb>] ? sys_futex+0x7b/0x170
Jul 26 17:16:13 localhost kernel: [<ffffffff81012b80>] do_notify_resume+0x90/0xc0
Jul 26 17:16:13 localhost kernel: [<ffffffff8101343e>] int_signal+0x12/0x17
Jul 26 17:16:13 localhost kernel: INFO: task qemu-kvm:3229 blocked for more than 120 seconds.
Jul 26 17:16:13 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jul 26 17:16:13 localhost kernel: qemu-kvm      D ffff880127db1520     0  3229      1 0x00000000
Jul 26 17:16:13 localhost kernel: ffff8801033b5c98 0000000000000082 ffffffff81b058b8 ffff880127db1520
Jul 26 17:16:13 localhost kernel: ffff8801033b5c68 ffffffff810a34e0 ffff8801033b5c38 ffff8801033b5c98
Jul 26 17:16:13 localhost kernel: ffff880127db1ad8 ffff8801033b5fd8 0000000000010518 ffff880127db1ad8
Jul 26 17:16:13 localhost kernel: Call Trace:
Jul 26 17:16:13 localhost kernel: [<ffffffff810a34e0>] ? exit_robust_list+0x90/0x160
Jul 26 17:16:13 localhost kernel: [<ffffffff8106fa35>] exit_mm+0x95/0x150
Jul 26 17:16:13 localhost kernel: [<ffffffff8106fe47>] do_exit+0x157/0x840
Jul 26 17:16:13 localhost kernel: [<ffffffff81070588>] do_group_exit+0x58/0xd0
Jul 26 17:16:13 localhost kernel: [<ffffffff810853c6>] get_signal_to_deliver+0x1f6/0x460
Jul 26 17:16:13 localhost kernel: [<ffffffff81012365>] do_signal+0x75/0x800
Jul 26 17:16:13 localhost kernel: [<ffffffff8117dbfa>] ? do_vfs_ioctl+0x3aa/0x580
Jul 26 17:16:13 localhost kernel: [<ffffffff810a5cfb>] ? sys_futex+0x7b/0x170
Jul 26 17:16:13 localhost kernel: [<ffffffff81012b80>] do_notify_resume+0x90/0xc0
Jul 26 17:16:13 localhost kernel: [<ffffffff8101343e>] int_signal+0x12/0x17

Comment 8 RHEL Program Management 2010-07-26 09:37:35 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 11 Matthew Garrett 2010-10-27 14:52:34 UTC
No relevant changes in 8139cp, as far as I can tell.

Comment 12 RHEL Program Management 2011-01-07 03:53:22 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.

Comment 13 Suzanne Logcher 2011-01-07 16:08:51 UTC
This request was erroneously denied for the current release of Red Hat
Enterprise Linux.  The error has been fixed and this request has been
re-proposed for the current release.

Comment 14 RHEL Program Management 2011-02-01 05:31:03 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.

Comment 17 Caspar Zhang 2011-04-19 09:26:33 UTC
8139cp and virtio failed with 2.6.32-131.0.1.el6.x86_64 (both host and guest) e1000, ne2k_pci, pcnet no problem.

no qemu-kvm crash found during testing.

Comment 18 RHEL Program Management 2011-10-07 15:09:07 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 20 jason wang 2012-02-10 07:32:14 UTC

*** This bug has been marked as a duplicate of bug 665515 ***


Note You need to log in before you can comment on or make changes to this bug.