Re: [PATCH 0/2] rcu_read auto macro use

2019-12-13 Thread Paolo Bonzini
On 13/12/19 14:19, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Hi, > A couple more uses of the rcu_read macros; in qsp and > hyperv (neither of which list maintainers, so I guess > best through RCU). > > The hyperv case saves a temporary. > The qsp case uses an rcu

[PATCH 0/2] rcu_read auto macro use

2019-12-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, A couple more uses of the rcu_read macros; in qsp and hyperv (neither of which list maintainers, so I guess best through RCU). The hyperv case saves a temporary. The qsp case uses an rcu_read_lock around the lifetime of a snapshot and carefully comments that;