Re: [PATCH 2/6] hw/9pfs/9p-synth: Use RCU_READ macro

2024-01-24 Thread Christian Schoenebeck
On Wednesday, January 24, 2024 8:41:57 AM CET 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é > --- Acked-by:

Re: [PATCH 2/6] hw/9pfs/9p-synth: Use RCU_READ macro

2024-01-23 Thread Greg Kurz
On Wed, 24 Jan 2024 08:41:57 +0100 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é > --- > hw/9pfs/9p-synth.c

[PATCH 2/6] hw/9pfs/9p-synth: 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é --- hw/9pfs/9p-synth.c | 24 1 file changed, 12 insertions(+), 12 deletions(-)