Re: [PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro

2024-01-27 Thread Richard Henderson
On 1/24/24 17:41, Philippe Mathieu-Daudé wrote: Replace the manual rcu_read_(un)lock calls by the WITH_RCU_READ_LOCK_GUARD macro (See commit ef46ae67ba "docs/style: call out the use of GUARD macros"). Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 24

Re: [PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro

2024-01-24 Thread Richard Henderson
On 1/24/24 17:41, Philippe Mathieu-Daudé wrote: Replace the manual rcu_read_(un)lock calls by the WITH_RCU_READ_LOCK_GUARD macro (See commit ef46ae67ba "docs/style: call out the use of GUARD macros"). Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 24

Re: [PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro

2024-01-24 Thread Manos Pitsidianakis
On Wed, 24 Jan 2024 09:41, Philippe Mathieu-Daudé wrote: Replace the manual rcu_read_(un)lock calls by the WITH_RCU_READ_LOCK_GUARD macro (See commit ef46ae67ba "docs/style: call out the use of GUARD macros"). Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 24

[PATCH 1/6] accel/tcg/cpu-exec: Use RCU_READ macro

2024-01-23 Thread Philippe Mathieu-Daudé
Replace the manual rcu_read_(un)lock calls by the WITH_RCU_READ_LOCK_GUARD macro (See commit ef46ae67ba "docs/style: call out the use of GUARD macros"). Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/cpu-exec.c | 24 1 file changed, 12 insertions(+), 12 deletions(-)