Bug 552152

Summary: Guest kernel panic when formatting floppy
Product: Red Hat Enterprise Linux 5 Reporter: Cao, Chen <kcao>
Component: kvmAssignee: Eduardo Habkost <ehabkost>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 5.5CC: ehabkost, gcosta, gleb, llim, ndai, tburke, virt-maint
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-30 12:25:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 580948    
Attachments:
Description Flags
the calltrace screenshot
none
rhel5.6 guest panic when testing floppy none

Description Cao, Chen 2010-01-04 07:48:36 UTC
Description of problem:
Guest got kernel panic with calltrace when formatting floppy.


Version-Release number of selected component (if applicable):
kvm-83-140


How reproducible:
5%


Steps to Reproduce:
1. start vm with command

qemu-kvm -name 'vm1' -monitor tcp:0:6001,server,nowait -drive file=/tests/kvm/images/RHEL-Server-5.4-PAE-virtio.raw,if=virtio,cache=writethrough,boot=on -net nic,vlan=0,model=virtio,macaddr=00:AE:8F:CE:25:00 -net tap,vlan=0,ifname=virtio_0_6001,script=/tests/kvm/scripts/qemu-ifup-switch,downscript=no -m 4096 -smp 2 -fda /tests/kvm/images/test_floppy.img -usbdevice tablet -rtc-td-hack -no-hpet -cpu qemu64,+sse2 -no-kvm-pit-reinjection -vnc :0

2. after guest started up, login to guest and execute commands:

mkfs -t ext3 /dev/fd0
mount /dev/fd0 /mnt/    # timeout when execute this command

3. calltrace appears


  
Actual results:
guest os died with kernel panic


Expected results:
mount the floppy successfully


Additional info:
1. host kernel
# uname -r
2.6.18-183.el5

2. this problem happens most when using
RHEL-Server-5.4-PAE.virtio_nic.virtio_blk

and also tested and found this on
RHEL-Server-5.4-32bit.virtio_nic.virtio_blk
RHEL-Server-5.4-64bit.virtio_nic.virtio_blk

Comment 2 Cao, Chen 2010-01-04 07:52:32 UTC
Created attachment 381495 [details]
the calltrace screenshot

the calltrace after the command "mount"

Comment 8 RHEL Program Management 2011-01-11 20:46:18 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.

Comment 9 RHEL Program Management 2011-01-11 22:48:35 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 12 Cao, Chen 2011-01-27 08:08:11 UTC
Created attachment 475553 [details]
rhel5.6 guest panic when testing floppy

Comment 13 Gleb Natapov 2011-05-30 12:25:25 UTC

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