All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Schoenebeck <linux_oss@crudebyte.com>
To: Juergen Gross <jgross@suse.com>
Cc: "Latchesar Ionkov" <lucho@ionkov.net>,
	alsa-devel@alsa-project.org,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"David Airlie" <airlied@linux.ie>,
	linux-pci@vger.kernel.org,
	"Dominique Martinet" <asmadeus@codewreck.org>,
	dri-devel@lists.freedesktop.org,
	"Peter Huewe" <peterhuewe@gmx.de>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	linux-scsi@vger.kernel.org,
	"Oleksandr Andrushchenko" <oleksandr_andrushchenko@epam.com>,
	"Takashi Iwai" <tiwai@suse.com>, "Jason Gunthorpe" <jgg@ziepe.ca>,
	linux-input@vger.kernel.org,
	v9fs-developer@lists.sourceforge.net,
	"Eric Van Hensbergen" <ericvh@gmail.com>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>,
	linux-block@vger.kernel.org, "Jakub Kicinski" <kuba@kernel.org>,
	xen-devel@lists.xenproject.org,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Boris Ostrovsky" <boris.ostrovsky@oracle.com>,
	"Jens Axboe" <axboe@kernel.dk>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	netdev@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Jarkko Sakkinen" <jarkko@kernel.org>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	linux-integrity@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH 2/2] xen/grant-table: remove readonly parameter from functions
Date: Fri, 11 Mar 2022 12:14:28 +0100	[thread overview]
Message-ID: <3814243.sK7fzVy7lh@silver> (raw)
In-Reply-To: <20220311103429.12845-3-jgross@suse.com>

On Freitag, 11. März 2022 11:34:29 CET Juergen Gross wrote:
> The gnttab_end_foreign_access() family of functions is taking a
> "readonly" parameter, which isn't used. Remove it from the function
> parameters.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---

Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>

>  drivers/block/xen-blkfront.c                |  8 ++---
>  drivers/char/tpm/xen-tpmfront.c             |  2 +-
>  drivers/gpu/drm/xen/xen_drm_front_evtchnl.c |  2 +-
>  drivers/input/misc/xen-kbdfront.c           |  4 +--
>  drivers/net/xen-netfront.c                  | 13 ++++---
>  drivers/pci/xen-pcifront.c                  |  2 +-
>  drivers/scsi/xen-scsifront.c                |  4 +--
>  drivers/usb/host/xen-hcd.c                  |  4 +--
>  drivers/xen/gntalloc.c                      |  2 +-
>  drivers/xen/gntdev-dmabuf.c                 |  2 +-
>  drivers/xen/grant-table.c                   | 38 +++++++++------------
>  drivers/xen/pvcalls-front.c                 |  6 ++--
>  drivers/xen/xen-front-pgdir-shbuf.c         |  3 +-
>  include/xen/grant_table.h                   |  5 ++-
>  net/9p/trans_xen.c                          |  8 ++---
>  sound/xen/xen_snd_front_evtchnl.c           |  2 +-
>  16 files changed, 48 insertions(+), 57 deletions(-)



      parent reply	other threads:[~2022-03-14  7:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 10:34 [PATCH 0/2] xen/grant-table: do some cleanup Juergen Gross
2022-03-11 10:34 ` Juergen Gross
2022-03-11 10:34 ` Juergen Gross
2022-03-11 10:34 ` [PATCH 1/2] xen/grant-table: remove gnttab_*transfer*() functions Juergen Gross
2022-03-14 23:37   ` Boris Ostrovsky
2022-03-15  6:10     ` Juergen Gross
2022-03-16  0:52       ` Boris Ostrovsky
2022-03-16 21:47   ` Boris Ostrovsky
2022-03-11 10:34 ` [PATCH 2/2] xen/grant-table: remove readonly parameter from functions Juergen Gross
2022-03-11 10:34   ` Juergen Gross
2022-03-11 10:34   ` Juergen Gross
2022-03-11 10:47   ` Jan Beulich
2022-03-11 10:47     ` Jan Beulich
2022-03-11 10:47     ` Jan Beulich
2022-03-11 11:14   ` Christian Schoenebeck [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=3814243.sK7fzVy7lh@silver \
    --to=linux_oss@crudebyte.com \
    --cc=airlied@linux.ie \
    --cc=alsa-devel@alsa-project.org \
    --cc=asmadeus@codewreck.org \
    --cc=axboe@kernel.dk \
    --cc=bhelgaas@google.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=daniel@ffwll.ch \
    --cc=davem@davemloft.net \
    --cc=dmitry.torokhov@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ericvh@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jarkko@kernel.org \
    --cc=jejb@linux.ibm.com \
    --cc=jgg@ziepe.ca \
    --cc=jgross@suse.com \
    --cc=kuba@kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lucho@ionkov.net \
    --cc=martin.petersen@oracle.com \
    --cc=netdev@vger.kernel.org \
    --cc=oleksandr_andrushchenko@epam.com \
    --cc=peterhuewe@gmx.de \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=tiwai@suse.com \
    --cc=v9fs-developer@lists.sourceforge.net \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.