Dear e1000 driver maintainer,
I am using e1000e driver for VMWare workstation virtual machine. It's VMware Workstation 11.1.0 for Linux with MS Windows 8.1 client, therefore the chipset for ethernet is "e1000e" shown in the *.vmx file:
ethernet1.virtualDev = "e1000e"
I installed Ubuntu 15.04 development version on this machine, and the Linux kernels I have tested are 3.19.0-12.12-generic and 4.0.0-040000rc7-generic. For both of them I got kernel oops:
===========================
[ 1.656212] Modules linked in: psmouse e1000e(+) ptp pps_core mptsas(+) mptscsih mptbase scsi_transport_sas e1000(+) ahci libahci pata_acpi floppy [ 1.656382] CPU: 0 PID: 102 Comm: systemd-udevd Not tainted 3.19.0-12-generic #12-Ubuntu [ 1.656473] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 05/20/2014 [ 1.656575] task: ffff88003643b110 ti: ffff880036430000 task.ti: ffff880036430000 [ 1.656680] RIP: 0010:[<ffffffffc02f4597>] [<ffffffffc02f4597>] e1000e_cyclecounter_read+0xa7/0xc0 [e1000e]
[    1.656803] RSP: 0018:ffff880036433a28  EFLAGS: 00010246
[ 1.656920] RAX: 0000000000000000 RBX: ffff8800360cb860 RCX: 0000000000000000 [ 1.657042] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8800360cb848 [ 1.657167] RBP: ffff880036433a28 R08: 0000000000000032 R09: 0000000000000000 [ 1.657296] R10: 00000007ffffffff R11: 000000000000000e R12: 13d29a88d4d067bc [ 1.657429] R13: ffff8800360c8e38 R14: 0000000000000000 R15: 0000000000000000 [ 1.657857] FS: 00007f168cb9e880(0000) GS:ffff88003fc00000(0000) knlGS:0000000000000000
[    1.658000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1.658144] CR2: 00007f168cba5000 CR3: 00000000364be000 CR4: 00000000001407f0
[    1.658323] Stack:
[ 1.658472] ffff880036433a48 ffffffff810e6a0a ffff8800360c88c0 0000000001a00000 [ 1.658630] ffff880036433aa8 ffffffffc02fde07 0000000000000018 000000001f1b0af1 [ 1.658789] ffff880036433a88 01a00000c02df796 0000000000000000 ffff8800360c88c0
[    1.658951] Call Trace:
[    1.659130]  [<ffffffff810e6a0a>] timecounter_init+0x1a/0x30
[ 1.659301] [<ffffffffc02fde07>] e1000e_config_hwtstamp+0x227/0x410 [e1000e]
[    1.659476]  [<ffffffffc02fe4f4>] e1000e_reset+0x284/0x620 [e1000e]
[    1.659648]  [<ffffffffc02ff6a4>] e1000_probe+0xab4/0xde0 [e1000e]
[    1.659821]  [<ffffffff814010a5>] local_pci_probe+0x45/0xa0
[    1.659995]  [<ffffffff81402295>] ? pci_match_device+0xe5/0x110
[    1.660171]  [<ffffffff814023d9>] pci_device_probe+0xd9/0x130
[    1.660350]  [<ffffffff81506453>] driver_probe_device+0xa3/0x410
[    1.660531]  [<ffffffff8150689b>] __driver_attach+0x9b/0xa0
[    1.660714]  [<ffffffff81506800>] ? __device_attach+0x40/0x40
[    1.660900]  [<ffffffff8150421b>] bus_for_each_dev+0x6b/0xb0
[    1.661087]  [<ffffffff81505ebe>] driver_attach+0x1e/0x20
[    1.661275]  [<ffffffff81505a90>] bus_add_driver+0x180/0x250
[    1.662004]  [<ffffffffc031a000>] ? 0xffffffffc031a000
[    1.662192]  [<ffffffff81507094>] driver_register+0x64/0xf0
[    1.662383]  [<ffffffff814008dc>] __pci_register_driver+0x4c/0x50
[    1.662612]  [<ffffffffc031a041>] e1000_init_module+0x41/0x1000 [e1000e]
[    1.662826]  [<ffffffff81002148>] do_one_initcall+0xd8/0x210
[    1.663026]  [<ffffffff811d5ac9>] ? kmem_cache_alloc_trace+0x189/0x200
[    1.663229]  [<ffffffff810f9944>] ? load_module+0x15a4/0x1ce0
[    1.663433]  [<ffffffff810f997e>] load_module+0x15de/0x1ce0
[    1.663640]  [<ffffffff810f5150>] ? store_uevent+0x40/0x40
[    1.663848]  [<ffffffff810fa1f6>] SyS_finit_module+0x86/0xb0
[    1.664060]  [<ffffffff817c928d>] system_call_fastpath+0x16/0x1b
[ 1.664273] Code: f8 d5 ff ff 8b 80 00 b6 00 00 48 8b 8f f8 d5 ff ff 8b 89 04 b6 00 00 48 c1 e1 20 89 c0 48 09 c1 48 89 ce 48 29 d6 31 d2 48 89 f0 <49> f7 f1 48 85 d2 75 c1 4c 39 d6 77 bc 48 89 c8 5d c3 0f 1f 80 [ 1.664755] RIP [<ffffffffc02f4597>] e1000e_cyclecounter_read+0xa7/0xc0 [e1000e]
[    1.664984]  RSP <ffff880036433a28>
[    1.665222] ---[ end trace e9c603a35bfb5083 ]---
===================================

The full outputs of dmesg for booting these two Linux kernels are attached.
If you need more information or tests, please let me know.
Thank you very much.

Steven.
--
Steven Shiau <steven _at_ stevenshiau org>
Public Key Server PGP Key ID: 4096R/47CF935C
Fingerprint: 0240 1FEB 695D 7112 62F0  8796 11C1 12DA 47CF 935C
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to