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

2013-06-14 Thread KY Srinivasan
gt; > Sent: Thursday, June 13, 2013 8:11 PM > > > To: linux-kernel@vger.kernel.org > > > Cc: KY Srinivasan; Haiyang Zhang > > > Subject: [PATCH] Drivers: hv: vmbus: incorrect device name is printed when > child > > > device is unregistered > > > > > &

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

2013-06-14 Thread Greg KH (gre...@linuxfoundation.org)
n; Haiyang Zhang > > Subject: [PATCH] Drivers: hv: vmbus: incorrect device name is printed when > > child > > device is unregistered > > > > From: Fernando Soto > > Please CC me, I am not subscribed to the list. > > > > Whenever a device is unregist

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

2013-06-13 Thread KY Srinivasan
> -Original Message- > From: Fernando Soto [mailto:fs...@bluecatnetworks.com] > Sent: Thursday, June 13, 2013 8:11 PM > To: linux-kernel@vger.kernel.org > Cc: KY Srinivasan; Haiyang Zhang > Subject: [PATCH] Drivers: hv: vmbus: incorrect device name is printed when &

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

2013-06-13 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: [ 3