Re: [PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-10 Thread Bagas Sanjaya
On 9/10/24 18:01, Petr Mladek wrote: On Tue 2024-09-10 17:27:42, Bagas Sanjaya wrote: On 9/4/24 18:48, Petr Mladek wrote: On Tue 2024-09-03 09:47:53, Bagas Sanjaya wrote: "get" doesn't properly fit as an antonym for "release" in the context of locking. Correct it with "acquire". Signed-off-by

Re: [PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-10 Thread Petr Mladek
On Tue 2024-09-10 17:27:42, Bagas Sanjaya wrote: > On 9/4/24 18:48, Petr Mladek wrote: > > On Tue 2024-09-03 09:47:53, Bagas Sanjaya wrote: > > > "get" doesn't properly fit as an antonym for "release" in the context > > > of locking. Correct it with "acquire". > > > > > > Signed-off-by: Bagas Sanj

Re: [PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-10 Thread Bagas Sanjaya
On 9/4/24 18:48, Petr Mladek wrote: On Tue 2024-09-03 09:47:53, Bagas Sanjaya wrote: "get" doesn't properly fit as an antonym for "release" in the context of locking. Correct it with "acquire". Signed-off-by: Bagas Sanjaya Reviewed-by: Petr Mladek The patch is trivial. I have have committe

Re: [PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-04 Thread Petr Mladek
On Tue 2024-09-03 09:47:53, Bagas Sanjaya wrote: > "get" doesn't properly fit as an antonym for "release" in the context > of locking. Correct it with "acquire". > > Signed-off-by: Bagas Sanjaya Reviewed-by: Petr Mladek The patch is trivial. I have have committed it into livepatching.git, bran

[PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-02 Thread Bagas Sanjaya
"get" doesn't properly fit as an antonym for "release" in the context of locking. Correct it with "acquire". Signed-off-by: Bagas Sanjaya --- Documentation/livepatch/livepatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/livepatch/livepatch.rst b/Documen