Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1175261.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-12-17T11:40:48+00:00 Benjamin wrote:

When I hot-plug a CPU to a Fedora 21 VM running on KVM, I get following
kernel bug:

$ uname -a
Linux fedora 3.17.6-300.fc21.x86_64 #1 SMP Mon Dec 8 22:29:32 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
$ journalctl
Dez 17 10:40:21 fedora kernel: CPU1 has been hot-added
Dez 17 10:40:21 fedora kernel: SMP alternatives: switching to SMP code
Dez 17 10:40:21 fedora kernel: x86: Booting SMP configuration:
Dez 17 10:40:21 fedora kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Dez 17 10:40:21 fedora kernel: kvm-clock: cpu 1, msr 0:3ffca041, secondary cpu 
clock
Dez 17 10:40:21 fedora kernel: kvm: enabling virtualization on CPU1
Dez 17 10:40:21 fedora kernel: KVM setup async PF for cpu 1
Dez 17 10:40:21 fedora kernel: kvm-stealtime: cpu 1, msr 3de2d100
Dez 17 10:40:21 fedora kernel: kobject '(null)' (ffff88003de3b4d8): tried to 
add an uninitialized object, something is seriously wrong.
Dez 17 10:40:21 fedora kernel: CPU: 1 PID: 1056 Comm: systemd-udevd Not tainted 
3.17.6-300.fc21.x86_64 #1
Dez 17 10:40:21 fedora kernel: Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
Dez 17 10:40:21 fedora kernel:  0000000000000000 00000000ffd31f20 
ffff88003b593c68 ffffffff8173f8aa
Dez 17 10:40:21 fedora kernel:  ffff88003de3b4d8 ffff88003b593ce0 
ffffffff813850e6 ffffffff00000020
Dez 17 10:40:21 fedora kernel:  ffff88003b593cf0 ffff88003b593c98 
00000000ffd31f20 0000000000000002
Dez 17 10:40:21 fedora kernel: Call Trace:
Dez 17 10:40:21 fedora kernel:  [<ffffffff8173f8aa>] dump_stack+0x45/0x56
Dez 17 10:40:21 fedora kernel:  [<ffffffff813850e6>] kobject_add+0xc6/0xd0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81383bd5>] ? 
ida_get_new_above+0x1f5/0x220
Dez 17 10:40:21 fedora kernel:  [<ffffffff81362376>] 
blk_mq_register_hctx+0xa6/0xc0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81362cb1>] 
blk_mq_sysfs_register+0x41/0x60
Dez 17 10:40:21 fedora kernel:  [<ffffffff813606b2>] 
blk_mq_queue_reinit_notify+0x72/0xb0
Dez 17 10:40:21 fedora kernel:  [<ffffffff810b62dd>] 
notifier_call_chain+0x4d/0x70
Dez 17 10:40:21 fedora kernel:  [<ffffffff810b63ee>] 
__raw_notifier_call_chain+0xe/0x10
Dez 17 10:40:21 fedora kernel:  [<ffffffff81097363>] cpu_notify+0x23/0x50
Dez 17 10:40:21 fedora kernel:  [<ffffffff81097598>] _cpu_up+0x188/0x1a0
Dez 17 10:40:21 fedora kernel:  [<ffffffff8109763a>] cpu_up+0x8a/0xb0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81738fa0>] cpu_subsys_online+0x40/0xa0
Dez 17 10:40:21 fedora kernel:  [<ffffffff814975b5>] device_online+0x65/0x90
Dez 17 10:40:21 fedora kernel:  [<ffffffff81497675>] online_store+0x95/0xa0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81494708>] dev_attr_store+0x18/0x30
Dez 17 10:40:21 fedora kernel:  [<ffffffff812895fa>] sysfs_kf_write+0x3a/0x50
Dez 17 10:40:21 fedora kernel:  [<ffffffff812889de>] kernfs_fop_write+0xee/0x180
Dez 17 10:40:21 fedora kernel:  [<ffffffff8120c597>] vfs_write+0xb7/0x1f0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81060e21>] ? 
trace_do_page_fault+0x41/0x100
Dez 17 10:40:21 fedora kernel:  [<ffffffff8120d1c5>] SyS_write+0x55/0xd0
Dez 17 10:40:21 fedora kernel:  [<ffffffff81746a69>] 
system_call_fastpath+0x16/0x1b
Dez 17 10:40:21 fedora kernel: microcode: CPU1: patch_level=0x01000065
Dez 17 10:40:21 fedora kernel: Will online and init hotplugged CPU: 1

I initially reported this bug in openSUSE and it was fixed in the Linus
tree:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=06a41a9

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/10

------------------------------------------------------------------------
On 2014-12-18T13:51:56+00:00 Josh wrote:

Thanks for the report and the pointer to the patch.  I've updated Fedora
git to have this and it will be in the next build of each release.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/23

------------------------------------------------------------------------
On 2015-01-09T13:10:02+00:00 Fedora wrote:

kernel-3.17.8-300.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/kernel-3.17.8-300.fc21

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/26

------------------------------------------------------------------------
On 2015-01-09T13:10:54+00:00 Fedora wrote:

kernel-3.17.8-200.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/kernel-3.17.8-200.fc20

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/27

------------------------------------------------------------------------
On 2015-01-10T03:00:19+00:00 Fedora wrote:

Package kernel-3.17.8-200.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing kernel-3.17.8-200.fc20'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-0515/kernel-3.17.8-200.fc20
then log in and leave karma (feedback).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/28

------------------------------------------------------------------------
On 2015-01-11T02:58:01+00:00 Fedora wrote:

kernel-3.17.8-300.fc21 has been pushed to the Fedora 21 stable
repository.  If problems still persist, please make note of it in this
bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/29

------------------------------------------------------------------------
On 2015-01-13T00:05:38+00:00 Fedora wrote:

kernel-3.17.8-200.fc20 has been pushed to the Fedora 20 stable
repository.  If problems still persist, please make note of it in this
bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/comments/30


** Changed in: linux (Fedora)
       Status: Unknown => Fix Released

** Changed in: linux (Fedora)
   Importance: Unknown => Undecided

-- 
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/1403459

Title:
   kernel bug when hotplugging a CPU

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Utopic:
  Won't Fix
Status in linux package in Debian:
  Confirmed
Status in linux package in Fedora:
  Fix Released
Status in linux package in openSUSE:
  Fix Released

Bug description:
  When I hot-plug a CPU to an Ubuntu 14.10 VM running on KVM, I get
  following kernel bug. Ubuntu 14.04 is not affected by this bug.

  # uname -a
  Linux ubuntu 3.16.0-28-generic #38-Ubuntu SMP Fri Dec 12 17:37:40 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  # dmesg
  [  109.469094] CPU1 has been hot-added
  [  109.477005] SMP alternatives: switching to SMP code
  [  109.490583] x86: Booting SMP configuration:
  [  109.490586] smpboot: Booting Node 0 Processor 1 APIC 0x1
  [  109.476344] kvm-clock: cpu 1, msr 0:3ffe6041, secondary cpu clock
  [  109.586704] kvm: enabling virtualization on CPU1
  [  109.596330] KVM setup async PF for cpu 1
  [  109.596330] kvm-stealtime: cpu 1, msr 3de2d100
  [  109.596645] microcode: CPU1: patch_level=0x01000065
  [  109.596910] Will online and init hotplugged CPU: 1
  [  109.598469] kobject '(null)' (ffff88003de3b5d8): tried to add an 
uninitialized object, something is seriously wrong.
  [  109.599255] CPU: 0 PID: 1424 Comm: systemd-udevd Not tainted 
3.16.0-28-generic #38-Ubuntu
  [  109.599257] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
  [  109.599259]  ffff880036465250 ffff88003af77c88 ffffffff81781eaa 
ffff88003de3b5d8
  [  109.599263]  ffff88003af77cf8 ffffffff8139e896 ffff880000000020 
ffff88003af77d08
  [  109.599266]  ffff88003af77cb0 ffff88003af77cc8 ffffffff8137967b 
0000000000000001
  [  109.599269] Call Trace:
  [  109.599276]  [<ffffffff81781eaa>] dump_stack+0x45/0x56
  [  109.599280]  [<ffffffff8139e896>] kobject_add+0xa6/0xb0
  [  109.599283]  [<ffffffff8137967b>] ? get_first_sibling+0x2b/0x40
  [  109.599287]  [<ffffffff8139d08d>] ? ida_get_new_above+0x1dd/0x210
  [  109.599291]  [<ffffffff81378b66>] blk_mq_register_hctx+0xa6/0xc0
  [  109.599293]  [<ffffffff813794c1>] blk_mq_sysfs_register+0x41/0x60
  [  109.599297]  [<ffffffff81376fc2>] blk_mq_queue_reinit_notify+0x72/0xb0
  [  109.599300]  [<ffffffff8109972d>] notifier_call_chain+0x4d/0x70
  [  109.599303]  [<ffffffff8109983e>] __raw_notifier_call_chain+0xe/0x10
  [  109.599306]  [<ffffffff81070133>] cpu_notify+0x23/0x50
  [  109.599309]  [<ffffffff81070348>] _cpu_up+0x168/0x180
  [  109.599312]  [<ffffffff810703ea>] cpu_up+0x8a/0xb0
  [  109.599315]  [<ffffffff81778ee0>] cpu_subsys_online+0x40/0xa0
  [  109.599319]  [<ffffffff814cf225>] device_online+0x65/0x90
  [  109.599322]  [<ffffffff814cf2cd>] online_store+0x7d/0x90
  [  109.599325]  [<ffffffff814cc658>] dev_attr_store+0x18/0x30
  [  109.599328]  [<ffffffff8125950a>] sysfs_kf_write+0x3a/0x50
  [  109.599331]  [<ffffffff812586ae>] kernfs_fop_write+0xee/0x180
  [  109.599335]  [<ffffffff811e10b7>] vfs_write+0xb7/0x1f0
  [  109.599338]  [<ffffffff811e1c66>] SyS_write+0x46/0xb0
  [  109.599342]  [<ffffffff81789eed>] system_call_fastpath+0x1a/0x1f

  I initially reported this bug in openSUSE and it was fixed in the Linus tree: 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=06a41a9
  --- 
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.10
  IwConfig:
   eth0      no wireless extensions.
   
   lo        no wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Bochs Bochs
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=6c1dd17e-4ffe-45f6-a99d-6b2530505d72 ro consoleblank=0
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware                             1.138
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  utopic utopic
  Uname: Linux 3.16.0-28-generic x86_64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 01/01/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
  dmi.product.name: Bochs
  dmi.sys.vendor: Bochs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1403459/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to