All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] mtip32xx: various fixes
@ 2015-05-11 22:47 Asai Thambi SP
  2015-05-12 15:39 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Asai Thambi SP @ 2015-05-11 22:47 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, Sam Bradshaw, Selvan Mani

Hi Jens,

This patchset includes few changes to align with recent kernel changes, few
fixes and cleanup

Asai Thambi S P (9):
  mtip32xx: fix rmmod issue
  mtip32xx: remove unused variable 'port->allocated'
  mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT
  mtip32xx: Abort I/O during secure erase operation
  mtip32xx: fix crash on surprise removal of the drive
  mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
  mtip32xx: fix minor number
  mtip32xx: abort secure erase operation if the device is mounted
  mtip32xx: increase wait time for hba reset

 drivers/block/mtip32xx/mtip32xx.c |  223 ++++++++++++++++---------------------
 drivers/block/mtip32xx/mtip32xx.h |    8 +-
 2 files changed, 98 insertions(+), 133 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/9] mtip32xx: various fixes
  2015-05-11 22:47 [PATCH 0/9] mtip32xx: various fixes Asai Thambi SP
@ 2015-05-12 15:39 ` Jens Axboe
  2015-05-13  0:35   ` Asai Thambi SP
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2015-05-12 15:39 UTC (permalink / raw)
  To: Asai Thambi SP; +Cc: linux-kernel, Sam Bradshaw, Selvan Mani

On 05/11/2015 06:47 PM, Asai Thambi SP wrote:
> Hi Jens,
>
> This patchset includes few changes to align with recent kernel changes, few
> fixes and cleanup
>
> Asai Thambi S P (9):
>    mtip32xx: fix rmmod issue
>    mtip32xx: remove unused variable 'port->allocated'
>    mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT
>    mtip32xx: Abort I/O during secure erase operation
>    mtip32xx: fix crash on surprise removal of the drive
>    mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
>    mtip32xx: fix minor number
>    mtip32xx: abort secure erase operation if the device is mounted
>    mtip32xx: increase wait time for hba reset

Have these been through one of your qual cycles? Just wondering if I 
should attempt to squeeze this into the current series, or wait for 4.2.


-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/9] mtip32xx: various fixes
  2015-05-12 15:39 ` Jens Axboe
@ 2015-05-13  0:35   ` Asai Thambi SP
  2015-06-16 14:23     ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Asai Thambi SP @ 2015-05-13  0:35 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, Sam Bradshaw, Selvan Mani

On 5/12/2015 8:39 AM, Jens Axboe wrote:
> On 05/11/2015 06:47 PM, Asai Thambi SP wrote:
>> Hi Jens,
>>
>> This patchset includes few changes to align with recent kernel changes, few
>> fixes and cleanup
>>
>> Asai Thambi S P (9):
>>    mtip32xx: fix rmmod issue
>>    mtip32xx: remove unused variable 'port->allocated'
>>    mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT
>>    mtip32xx: Abort I/O during secure erase operation
>>    mtip32xx: fix crash on surprise removal of the drive
>>    mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
>>    mtip32xx: fix minor number
>>    mtip32xx: abort secure erase operation if the device is mounted
>>    mtip32xx: increase wait time for hba reset
>
> Have these been through one of your qual cycles? Just wondering if I should attempt to squeeze this into the current series, or wait for 4.2.
>
Yes, we have tested. You can include in the current series.

--
Regards,
Asai




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/9] mtip32xx: various fixes
  2015-05-13  0:35   ` Asai Thambi SP
@ 2015-06-16 14:23     ` Jens Axboe
  2015-06-16 16:40       ` Asai Thambi SP
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2015-06-16 14:23 UTC (permalink / raw)
  To: Asai Thambi SP; +Cc: linux-kernel, Sam Bradshaw, Selvan Mani

On 05/12/2015 06:35 PM, Asai Thambi SP wrote:
> On 5/12/2015 8:39 AM, Jens Axboe wrote:
>> On 05/11/2015 06:47 PM, Asai Thambi SP wrote:
>>> Hi Jens,
>>>
>>> This patchset includes few changes to align with recent kernel changes, few
>>> fixes and cleanup
>>>
>>> Asai Thambi S P (9):
>>>     mtip32xx: fix rmmod issue
>>>     mtip32xx: remove unused variable 'port->allocated'
>>>     mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT
>>>     mtip32xx: Abort I/O during secure erase operation
>>>     mtip32xx: fix crash on surprise removal of the drive
>>>     mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
>>>     mtip32xx: fix minor number
>>>     mtip32xx: abort secure erase operation if the device is mounted
>>>     mtip32xx: increase wait time for hba reset
>>
>> Have these been through one of your qual cycles? Just wondering if I should attempt to squeeze this into the current series, or wait for 4.2.
>>
> Yes, we have tested. You can include in the current series.

I will apply 1-7, and 9. 8 you promised you'd look into a cleaner solution.


-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/9] mtip32xx: various fixes
  2015-06-16 14:23     ` Jens Axboe
@ 2015-06-16 16:40       ` Asai Thambi SP
  0 siblings, 0 replies; 5+ messages in thread
From: Asai Thambi SP @ 2015-06-16 16:40 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, Sam Bradshaw, Selvan Mani



On 6/16/2015 7:23 AM, Jens Axboe wrote:
> On 05/12/2015 06:35 PM, Asai Thambi SP wrote:
>> On 5/12/2015 8:39 AM, Jens Axboe wrote:
>>> On 05/11/2015 06:47 PM, Asai Thambi SP wrote:
>>>> Hi Jens,
>>>>
>>>> This patchset includes few changes to align with recent kernel changes, few
>>>> fixes and cleanup
>>>>
>>>> Asai Thambi S P (9):
>>>>     mtip32xx: fix rmmod issue
>>>>     mtip32xx: remove unused variable 'port->allocated'
>>>>     mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT
>>>>     mtip32xx: Abort I/O during secure erase operation
>>>>     mtip32xx: fix crash on surprise removal of the drive
>>>>     mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()
>>>>     mtip32xx: fix minor number
>>>>     mtip32xx: abort secure erase operation if the device is mounted
>>>>     mtip32xx: increase wait time for hba reset
>>>
>>> Have these been through one of your qual cycles? Just wondering if I should attempt to squeeze this into the current series, or wait for 4.2.
>>>
>> Yes, we have tested. You can include in the current series.
>
> I will apply 1-7, and 9. 8 you promised you'd look into a cleaner solution.
Thanks Jens. We made a cleaner solution for 8 and testing it.

--
Regards,
Asai

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-16 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 22:47 [PATCH 0/9] mtip32xx: various fixes Asai Thambi SP
2015-05-12 15:39 ` Jens Axboe
2015-05-13  0:35   ` Asai Thambi SP
2015-06-16 14:23     ` Jens Axboe
2015-06-16 16:40       ` Asai Thambi SP

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.