mbox series

[v2,0/1] concurrency handling for zoned null-blk

Message ID 20200928095549.184510-1-joshi.k@samsung.com (mailing list archive)
Headers show
Series concurrency handling for zoned null-blk | expand

Message

Kanchan Joshi Sept. 28, 2020, 9:55 a.m. UTC
Changes since v1:
- applied the refactoring suggested by Damien

Kanchan Joshi (1):
  null_blk: synchronization fix for zoned device

 drivers/block/null_blk.h       |  1 +
 drivers/block/null_blk_zoned.c | 22 ++++++++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

Comments

Damien Le Moal Sept. 28, 2020, 10:08 a.m. UTC | #1
On 2020/09/28 18:59, Kanchan Joshi wrote:
> Changes since v1:
> - applied the refactoring suggested by Damien
> 
> Kanchan Joshi (1):
>   null_blk: synchronization fix for zoned device
> 
>  drivers/block/null_blk.h       |  1 +
>  drivers/block/null_blk_zoned.c | 22 ++++++++++++++++++----
>  2 files changed, 19 insertions(+), 4 deletions(-)
> 

For single patches, you should add this after the "---" in the patch file, above
the patch stats. This is ignores by git when the patch is applied (the patch
starts at the first "diff" entry).
Greg Kroah-Hartman Sept. 28, 2020, 12:11 p.m. UTC | #2
On Mon, Sep 28, 2020 at 03:25:48PM +0530, Kanchan Joshi wrote:
> Changes since v1:
> - applied the refactoring suggested by Damien
> 
> Kanchan Joshi (1):
>   null_blk: synchronization fix for zoned device
> 
>  drivers/block/null_blk.h       |  1 +
>  drivers/block/null_blk_zoned.c | 22 ++++++++++++++++++----
>  2 files changed, 19 insertions(+), 4 deletions(-)
> 
> -- 
> 2.25.1
> 


<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>
Kanchan Joshi Sept. 28, 2020, 5:46 p.m. UTC | #3
On Mon, Sep 28, 2020 at 5:42 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Mon, Sep 28, 2020 at 03:25:48PM +0530, Kanchan Joshi wrote:
> > Changes since v1:
> > - applied the refactoring suggested by Damien
> >
> > Kanchan Joshi (1):
> >   null_blk: synchronization fix for zoned device
> >
> >  drivers/block/null_blk.h       |  1 +
> >  drivers/block/null_blk_zoned.c | 22 ++++++++++++++++++----
> >  2 files changed, 19 insertions(+), 4 deletions(-)
> >
> > --
> > 2.25.1
> >
>
>
> <formletter>
>
> This is not the correct way to submit patches for inclusion in the
> stable kernel tree.  Please read:
>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> for how to do this properly.
>
> </formletter>
I'm sorry for the goof-up, Greg.



--
Joshi