← Back to team overview

kernel-packages team mailing list archive

[Bug 1417313] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1417313

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  [Hyper-V] vmbus: incorrect device name is printed when child device is
  unregistered

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This issue impacts Ubuntu 12.04.

  Whenever a device is unregistered in vmbus_device_unregister
  (drivers/hv/vmbus_drv.c), the device name in the log message may
  contain garbage as the memory has already been freed by the time
  pr_info is called.  Log example:

    [ 3149.170475] hv_vmbus: child device àõsèè0_5 unregistered

  By logging the message just before calling device_unregister, the
  correct device name is printed:

    [ 3145.034652] hv_vmbus: child device vmbus_0_5 unregistered

  
  This issue has been resolved with the upstream patch: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/hv/vmbus_drv.c?id=84672369ffb98a51d4ddf74c20a23636da3ad615

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


References