[PATCH 0/3] Stable backports of gntdev fixes

Demi Marie Obenour posted 3 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/xen/gntdev-common.h |  3 +-
drivers/xen/gntdev.c        | 88 +++++++++++++++++++++----------------
2 files changed, 52 insertions(+), 39 deletions(-)
[PATCH 0/3] Stable backports of gntdev fixes
Posted by Demi Marie Obenour 1 year, 6 months ago
I backported the recent gntdev patches to stable branches before 5.15.
The first patch is a prerequisite for the other backports.  The second
patch should apply cleanly to all stable branches, but the third only
applies to 5.10 as it requires mmu_interval_notifier_insert_locked().

Jan Beulich (1):
  Xen/gntdev: don't ignore kernel unmapping error

M. Vefa Bicakci (2):
  xen/gntdev: Prevent leaking grants
  xen/gntdev: Accommodate VMA splitting

 drivers/xen/gntdev-common.h |  3 +-
 drivers/xen/gntdev.c        | 88 +++++++++++++++++++++----------------
 2 files changed, 52 insertions(+), 39 deletions(-)

-- 
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
Re: [PATCH 0/3] Stable backports of gntdev fixes
Posted by Greg Kroah-Hartman 1 year, 6 months ago
On Sun, Oct 30, 2022 at 03:12:40AM -0400, Demi Marie Obenour wrote:
> I backported the recent gntdev patches to stable branches before 5.15.
> The first patch is a prerequisite for the other backports.  The second
> patch should apply cleanly to all stable branches, but the third only
> applies to 5.10 as it requires mmu_interval_notifier_insert_locked().

Patches 1 and 2 now queued up, see my comments on 3.

thanks,

greg k-h
Re: [PATCH 0/3] Stable backports of gntdev fixes
Posted by Demi Marie Obenour 1 year, 6 months ago
On Mon, Oct 31, 2022 at 08:24:51AM +0100, Greg Kroah-Hartman wrote:
> On Sun, Oct 30, 2022 at 03:12:40AM -0400, Demi Marie Obenour wrote:
> > I backported the recent gntdev patches to stable branches before 5.15.
> > The first patch is a prerequisite for the other backports.  The second
> > patch should apply cleanly to all stable branches, but the third only
> > applies to 5.10 as it requires mmu_interval_notifier_insert_locked().
> 
> Patches 1 and 2 now queued up, see my comments on 3.

Thanks!
-- 
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab