From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: David Gibson <david@gibson.dropbear.id.au>, pbonzini@redhat.com
Cc: agraf@suse.de, alex.williamson@redhat.com, qemu-ppc@nongnu.org,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vfio/spapr: Remove stale ioctl() call
Date: Tue, 12 Jul 2016 16:07:51 +1000 [thread overview]
Message-ID: <183a155e-a7ad-3f90-8bb9-9a29f3ae1061@ozlabs.ru> (raw)
In-Reply-To: <1468301160-3027-1-git-send-email-david@gibson.dropbear.id.au>
On 12/07/16 15:26, David Gibson wrote:
> This ioctl() call to VFIO_IOMMU_SPAPR_TCE_REMOVE was left over from an
> earlier version of the code and has since been folded into
> vfio_spapr_remove_window().
>
> It wasn't caught because although the argument structure has been removed,
> the libc function remove() means this didn't trigger a compile failure.
> The ioctl() was also almost certain to fail silently and harmlessly with
> the bogus argument, so this wasn't caught in testing.
>
> Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
> hw/vfio/spapr.c | 1 -
> 1 file changed, 1 deletion(-)
>
> Alexey, I've already put this tentatively into ppc-for-2.7, but I'd
> appreciate an ack before I send my next pull request.
>
> diff --git a/hw/vfio/spapr.c b/hw/vfio/spapr.c
> index 0af3423..7443d34 100644
> --- a/hw/vfio/spapr.c
> +++ b/hw/vfio/spapr.c
> @@ -177,7 +177,6 @@ int vfio_spapr_create_window(VFIOContainer *container,
> error_report("Host doesn't support DMA window at %"HWADDR_PRIx", must be %"PRIx64,
> section->offset_within_address_space,
> (uint64_t)create.start_addr);
> - ioctl(container->fd, VFIO_IOMMU_SPAPR_TCE_REMOVE, &remove);
> return -EINVAL;
> }
> trace_vfio_spapr_create_window(create.page_shift,
>
--
Alexey
prev parent reply other threads:[~2016-07-12 6:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 5:26 [Qemu-devel] [PATCH] vfio/spapr: Remove stale ioctl() call David Gibson
2016-07-12 6:07 ` Alexey Kardashevskiy [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=183a155e-a7ad-3f90-8bb9-9a29f3ae1061@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=alex.williamson@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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).