2023-10-31 16:25:14

by Kent Overstreet

[permalink] [raw]
Subject: [PATCH 0/2] Two small closures patches

I'll be sending these to Linus in my next pull request, sending them to
linux-bcache so Coly gets a chance to see them.

Kent Overstreet (2):
closures: Better memory barriers
closures: Fix race in closure_sync()

fs/bcachefs/fs-io-direct.c | 1 +
include/linux/closure.h | 12 +++++++++---
lib/closure.c | 9 +++++++--
3 files changed, 17 insertions(+), 5 deletions(-)

--
2.42.0


2023-11-18 16:47:37

by Coly Li

[permalink] [raw]
Subject: Re: [PATCH 0/2] Two small closures patches



> 2023年11月1日 00:24,Kent Overstreet <[email protected]> 写道:
>
> I'll be sending these to Linus in my next pull request, sending them to
> linux-bcache so Coly gets a chance to see them.
>
> Kent Overstreet (2):
> closures: Better memory barriers
> closures: Fix race in closure_sync()
>
> fs/bcachefs/fs-io-direct.c | 1 +
> include/linux/closure.h | 12 +++++++++---
> lib/closure.c | 9 +++++++--
> 3 files changed, 17 insertions(+), 5 deletions(-)

The whole series got tested with current bcache code, it works fine.

Acked-by: Coly Li <[email protected] <mailto:[email protected]>>

Thanks.

Coly Li

2023-11-18 17:21:04

by Coly Li

[permalink] [raw]
Subject: Re: [PATCH 0/2] Two small closures patches



> 2023年11月19日 00:43,Coly Li <[email protected]> 写道:
>
>
>
>> 2023年11月1日 00:24,Kent Overstreet <[email protected]> 写道:
>>
>> I'll be sending these to Linus in my next pull request, sending them to
>> linux-bcache so Coly gets a chance to see them.
>>
>> Kent Overstreet (2):
>> closures: Better memory barriers
>> closures: Fix race in closure_sync()
>>
>> fs/bcachefs/fs-io-direct.c | 1 +
>> include/linux/closure.h | 12 +++++++++---
>> lib/closure.c | 9 +++++++--
>> 3 files changed, 17 insertions(+), 5 deletions(-)
>
> The whole series got tested with current bcache code, it works fine.
>
> Acked-by: Coly Li <[email protected] <mailto:[email protected]>>

The above line was automatically modified by the MacOS Mail client, sigh…
Please use the following line,

Acked-by: Coly Li <[email protected]>


Thanks.

Coly Li