RE: [PATCH v2] Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered

2013-06-25 Thread KY Srinivasan
> -Original Message- > From: Fernando Soto [mailto:fs...@bluecatnetworks.com] > Sent: Friday, June 14, 2013 7:14 PM > To: linux-kernel@vger.kernel.org > Cc: Haiyang Zhang; KY Srinivasan; Greg KH (gre...@linuxfoundation.org) > Subject: [PATCH v2] Drivers: hv: vmbus: inc

RE: [PATCH v2] Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered

2013-06-25 Thread KY Srinivasan
-Original Message- From: Fernando Soto [mailto:fs...@bluecatnetworks.com] Sent: Friday, June 14, 2013 7:14 PM To: linux-kernel@vger.kernel.org Cc: Haiyang Zhang; KY Srinivasan; Greg KH (gre...@linuxfoundation.org) Subject: [PATCH v2] Drivers: hv: vmbus: incorrect device name

[PATCH v2] Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered

2013-06-14 Thread Fernando Soto
From: Fernando Soto Please CC me, I am not subscribed to the list. 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: [

[PATCH v2] Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered

2013-06-14 Thread Fernando Soto
From: Fernando Soto fs...@bluecatnetworks.com Please CC me, I am not subscribed to the list. 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