All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen/gntalloc: fix oopses after running out of grant refs
@ 2014-09-02 14:21 David Vrabel
  2014-09-02 14:21 ` [PATCH 1/2] xen/gntalloc: fix oops after runnning " David Vrabel
  2014-09-02 14:21 ` [PATCH 2/2] xen/gntalloc: safely delete grefs in add_grefs() undo path David Vrabel
  0 siblings, 2 replies; 5+ messages in thread
From: David Vrabel @ 2014-09-02 14:21 UTC (permalink / raw)
  To: xen-devel; +Cc: Daniel De Graaf, Boris Ostrovsky, Dave Scott, David Vrabel

These two patches fix oopses that happen if a grant failed because
there are no free grant references.

This would not happen on a typical system with the default options as
the gntalloc device limits the number of pages that may be granted and
this check fails first, but could be triggered on VM with many PV
devices or if the limit is increase.

David

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

end of thread, other threads:[~2014-09-08 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 14:21 [PATCH 0/2] xen/gntalloc: fix oopses after running out of grant refs David Vrabel
2014-09-02 14:21 ` [PATCH 1/2] xen/gntalloc: fix oops after runnning " David Vrabel
2014-09-02 14:21 ` [PATCH 2/2] xen/gntalloc: safely delete grefs in add_grefs() undo path David Vrabel
2014-09-02 21:54   ` Boris Ostrovsky
2014-09-08 17:37     ` David Vrabel

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.