All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen/gntdev: sanitize user interface handling
@ 2019-11-07 11:15 ` Juergen Gross
  0 siblings, 0 replies; 10+ messages in thread
From: Juergen Gross @ 2019-11-07 11:15 UTC (permalink / raw)
  To: xen-devel, linux-kernel
  Cc: Juergen Gross, Boris Ostrovsky, Stefano Stabellini

The Xen gntdev driver's checking of the number of allowed mapped pages
is in need of some sanitizing work.

Changes in V2:
- enhanced commit message of patch 1 (Andrew Cooper)

Juergen Gross (2):
  xen/gntdev: replace global limit of mapped pages by limit per call
  xen/gntdev: switch from kcalloc() to kvcalloc()

 drivers/xen/gntdev-common.h |  2 +-
 drivers/xen/gntdev-dmabuf.c | 11 +++------
 drivers/xen/gntdev.c        | 55 +++++++++++++++++++--------------------------
 3 files changed, 27 insertions(+), 41 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-11-28 21:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 11:15 [PATCH v2 0/2] xen/gntdev: sanitize user interface handling Juergen Gross
2019-11-07 11:15 ` [Xen-devel] " Juergen Gross
2019-11-07 11:15 ` [PATCH v2 1/2] xen/gntdev: replace global limit of mapped pages by limit per call Juergen Gross
2019-11-07 11:15   ` [Xen-devel] " Juergen Gross
2019-11-07 11:15 ` [PATCH v2 2/2] xen/gntdev: switch from kcalloc() to kvcalloc() Juergen Gross
2019-11-07 11:15   ` [Xen-devel] " Juergen Gross
2019-11-28  8:48 ` [PATCH v2 0/2] xen/gntdev: sanitize user interface handling Jürgen Groß
2019-11-28  8:48   ` [Xen-devel] " Jürgen Groß
2019-11-28 21:39   ` Boris Ostrovsky
2019-11-28 21:39     ` [Xen-devel] " Boris Ostrovsky

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.