Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340297 > unrolled thread
| Started by | Asai Thambi SP <asamymuthupa@micron.com> |
|---|---|
| First post | 2016-02-23 06:00 +0100 |
| Last post | 2016-02-24 03:20 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 00/10] mtip32xx: various fixes Asai Thambi SP <asamymuthupa@micron.com> - 2016-02-23 06:00 +0100
Re: [PATCH 00/10] mtip32xx: various fixes Jens Axboe <axboe@kernel.dk> - 2016-02-23 17:20 +0100
Re: [PATCH 00/10] mtip32xx: various fixes Asai Thambi SP <asamymuthupa@micron.com> - 2016-02-24 03:20 +0100
| From | Asai Thambi SP <asamymuthupa@micron.com> |
|---|---|
| Date | 2016-02-23 06:00 +0100 |
| Subject | [PATCH 00/10] mtip32xx: various fixes |
| Message-ID | <r5deN-8N-1@gated-at.bofh.it> |
Hi Jens,
This patchset includes various fixes for mtip32xx driver, tested
on kernel 4.5-rc3
Selvan Mani (10):
mtip32xx: Abort secure erase when drive is mounted
mtip32xx: Fix broken service thread handling
mtip32xx: Remove unwanted code from taskfile error handler
mtip32xx: Print exact time when an internal command is interrupted
mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
mtip32xx: Handle safe removal during IO
mtip32xx: Handle FTL rebuild failure state during device
initialization
mtip32xx: Add timeout handler
mtip32xx: Cleanup queued requests after surprise removal
drivers/block/mtip32xx/mtip32xx.c | 380 +++++++++++++++++++++++++++++--------
drivers/block/mtip32xx/mtip32xx.h | 13 ++-
2 files changed, 314 insertions(+), 79 deletions(-)
[toc] | [next] | [standalone]
| From | Jens Axboe <axboe@kernel.dk> |
|---|---|
| Date | 2016-02-23 17:20 +0100 |
| Message-ID | <r5nQS-7QI-5@gated-at.bofh.it> |
| In reply to | #1340297 |
On Mon, Feb 22 2016, Asai Thambi SP wrote: > Hi Jens, > > This patchset includes various fixes for mtip32xx driver, tested > on kernel 4.5-rc3 > > Selvan Mani (10): > mtip32xx: Abort secure erase when drive is mounted > mtip32xx: Fix broken service thread handling > mtip32xx: Remove unwanted code from taskfile error handler > mtip32xx: Print exact time when an internal command is interrupted > mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild > mtip32xx: Fix for rmmod crash when drive is in FTL rebuild > mtip32xx: Handle safe removal during IO > mtip32xx: Handle FTL rebuild failure state during device > initialization > mtip32xx: Add timeout handler > mtip32xx: Cleanup queued requests after surprise removal All your patches are mangled, very white space damaged (tabs are 4 spaces, etc). As mentioned, I don't think the first patch should go in, the rest look fine. -- Jens Axboe
[toc] | [prev] | [next] | [standalone]
| From | Asai Thambi SP <asamymuthupa@micron.com> |
|---|---|
| Date | 2016-02-24 03:20 +0100 |
| Message-ID | <r5xdv-68Q-1@gated-at.bofh.it> |
| In reply to | #1340821 |
On 2/23/2016 8:14 AM, Jens Axboe wrote: > On Mon, Feb 22 2016, Asai Thambi SP wrote: >> Hi Jens, >> >> This patchset includes various fixes for mtip32xx driver, tested >> on kernel 4.5-rc3 >> >> Selvan Mani (10): >> mtip32xx: Abort secure erase when drive is mounted >> mtip32xx: Fix broken service thread handling >> mtip32xx: Remove unwanted code from taskfile error handler >> mtip32xx: Print exact time when an internal command is interrupted >> mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild >> mtip32xx: Fix for rmmod crash when drive is in FTL rebuild >> mtip32xx: Handle safe removal during IO >> mtip32xx: Handle FTL rebuild failure state during device >> initialization >> mtip32xx: Add timeout handler >> mtip32xx: Cleanup queued requests after surprise removal > > All your patches are mangled, very white space damaged (tabs are 4 > spaces, etc). As mentioned, I don't think the first patch should go in, > the rest look fine. > I had my email client configured correctly, not sure how the setting changed. I will fix the formatting and resend the patchset.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web