On 13/12/19 14:19, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > 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; but now > it's automatic. > > [Hyperv not tested]
Queued, thanks. Paolo > Dave > > Dr. David Alan Gilbert (2): > hyperv: Use auto rcu_read macros > qsp: Use WITH_RCU_READ_LOCK_GUARD > > hw/hyperv/hyperv.c | 22 +++++++++------------- > util/qsp.c | 22 ++++++++++------------ > 2 files changed, 19 insertions(+), 25 deletions(-) >