]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Mar 2024 15:48:09 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Mar 2024 15:48:09 +0000 (08:48 -0700)
commit0815d5cc7dfb4a2c6d02a6eb86974ab3992b803d
tree2116699a753b2cef5951e29676cbfde423b44003
parentb3603fcb79b1036acae10602bffc4855a4b9af80
parentd277f9d82802223f242cd9b60c988cfdda1d6be0
Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen updates from Juergen Gross:

 - Xen event channel handling fix for a regression with a rare kernel
   config and some added hardening

 - better support of running Xen dom0 in PVH mode

 - a cleanup for the xen grant-dma-iommu driver

* tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen/events: increment refcnt only if event channel is refcounted
  xen/evtchn: avoid WARN() when unbinding an event channel
  x86/xen: attempt to inflate the memory balloon on PVH
  xen/grant-dma-iommu: Convert to platform remove callback returning void
arch/x86/platform/pvh/enlighten.c
arch/x86/xen/enlighten_pvh.c
drivers/xen/events/events_base.c