Re: [PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization

2015-05-12 Thread Sreekanth Reddy
HI Tomas & Calvin, Thanks for reviewing this patch. There is some problem with this patch, In this patch as the driver is ignoring the device removal event (when ioc's discovered_device_addition_on flag and device's is_on_sas_device_init_list is one) so driver not freeing the sas_device structure

Re: [PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization

2015-05-06 Thread Calvin Owens
On Monday 05/04 at 20:35 +0530, Sreekanth Reddy wrote: > I have applied this patch on the latest upstream mpt3sas driver, then > I have compiled and loaded the driver. In the driver logs I didn't > see any attached drives are added to the OS, 'fdisk -l' command also > doesn't list the drives which

Re: [PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization

2015-05-05 Thread Tomas Henzl
On 05/04/2015 05:05 PM, Sreekanth Reddy wrote: > I have applied this patch on the latest upstream mpt3sas driver, then I have > compiled and loaded the driver. > In the driver logs I didn't see any attached drives are added to the OS, > 'fdisk -l' command also doesn't list > the drives which are

Re: [PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization

2015-05-04 Thread Sreekanth Reddy
I have applied this patch on the latest upstream mpt3sas driver, then I have compiled and loaded the driver. In the driver logs I didn't see any attached drives are added to the OS, 'fdisk -l' command also doesn't list the drives which are actually attached to the HBA. When I debug this issue t