Re: [v3 PATCH] KEYS: Invert FINAL_PUT bit

2025-05-12 Thread Herbert Xu
On Mon, May 12, 2025 at 01:01:50PM +0100, David Howells wrote: > > I can do unless Herbert wants to pass it through his tree? I have no desire to do that :) Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [v3 PATCH] KEYS: Invert FINAL_PUT bit

2025-05-12 Thread David Howells
Jarkko Sakkinen wrote: > > Acked-by: David Howells > > Reviewed-by: Jarkko Sakkinen > > David, are you going to pick this? I can do unless Herbert wants to pass it through his tree? David

Re: [v3 PATCH] KEYS: Invert FINAL_PUT bit

2025-05-12 Thread Jarkko Sakkinen
On Mon, May 12, 2025 at 10:19:14AM +0100, David Howells wrote: > Herbert Xu wrote: > > > Invert the FINAL_PUT bit so that test_bit_acquire and clear_bit_unlock > > can be used instead of smp_mb. > > > > Signed-off-by: Herbert Xu > > Acked-by: David Howells Reviewed-by: Jarkko Sakkinen Davi

Re: [v3 PATCH] KEYS: Invert FINAL_PUT bit

2025-05-12 Thread David Howells
Herbert Xu wrote: > Invert the FINAL_PUT bit so that test_bit_acquire and clear_bit_unlock > can be used instead of smp_mb. > > Signed-off-by: Herbert Xu Acked-by: David Howells