qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>, qemu-devel@nongnu.org
Cc: Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>
Subject: Re: [PATCH] memory: remove incorrect RCU comment for address_space_read()
Date: Sun, 12 Sep 2021 08:54:14 +0200	[thread overview]
Message-ID: <1d846c3f-5deb-4317-e3fb-1b183bdf7187@redhat.com> (raw)
In-Reply-To: <20210909141031.958393-1-stefanha@redhat.com>

On 09/09/21 16:10, Stefan Hajnoczi wrote:
> Although the doc comment says "Called within RCU critical section" the
> address_space_read() function takes the RCU read lock itself. There is
> no need for the caller to hold an RCU read lock.
> 
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Fixes: b2a44fcad74f1cc7a6786d38eba7db12ab2352ba ("address_space_read: address_space_to_flatview needs RCU lock")
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>   include/exec/memory.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/exec/memory.h b/include/exec/memory.h
> index c3d417d317..60508a1e19 100644
> --- a/include/exec/memory.h
> +++ b/include/exec/memory.h
> @@ -2768,7 +2768,7 @@ static inline bool memory_access_is_direct(MemoryRegion *mr, bool is_write)
>    *
>    * Return a MemTxResult indicating whether the operation succeeded
>    * or failed (eg unassigned memory, device rejected the transaction,
> - * IOMMU fault).  Called within RCU critical section.
> + * IOMMU fault).
>    *
>    * @as: #AddressSpace to be accessed
>    * @addr: address within that address space
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>



      parent reply	other threads:[~2021-09-12  6:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 14:10 [PATCH] memory: remove incorrect RCU comment for address_space_read() Stefan Hajnoczi
2021-09-09 16:35 ` Philippe Mathieu-Daudé
2021-09-09 16:43 ` David Hildenbrand
2021-09-12  6:54 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1d846c3f-5deb-4317-e3fb-1b183bdf7187@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=david@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).