All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen/grant-table: do some cleanup
@ 2022-03-11 10:34 ` Juergen Gross
  0 siblings, 0 replies; 15+ messages in thread
From: Juergen Gross @ 2022-03-11 10:34 UTC (permalink / raw)
  To: xen-devel, linux-kernel, linux-block, linux-integrity, dri-devel,
	linux-input, netdev, linux-pci, linux-scsi, linux-usb,
	v9fs-developer
  Cc: Latchesar Ionkov, alsa-devel, David Airlie, Dominique Martinet,
	Christian Schoenebeck, Peter Huewe, Stefano Stabellini,
	Oleksandr Andrushchenko, Jason Gunthorpe, Jakub Kicinski,
	Jens Axboe, Eric Van Hensbergen, James E.J. Bottomley,
	Bjorn Helgaas, Boris Ostrovsky, Juergen Gross, Martin K. Petersen,
	Greg Kroah-Hartman, Dmitry Torokhov, Takashi Iwai,
	Jarkko Sakkinen, Daniel Vetter, David S. Miller,
	Roger Pau Monné

Cleanup grant table code by removing unused functionality.

Juergen Gross (2):
  xen/grant-table: remove gnttab_*transfer*() functions
  xen/grant-table: remove readonly parameter from functions

 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                   | 151 +++-----------------
 drivers/xen/pvcalls-front.c                 |   6 +-
 drivers/xen/xen-front-pgdir-shbuf.c         |   3 +-
 include/xen/grant_table.h                   |  13 +-
 net/9p/trans_xen.c                          |   8 +-
 sound/xen/xen_snd_front_evtchnl.c           |   2 +-
 16 files changed, 50 insertions(+), 176 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-03-16 21:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.