Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Dec 2023 23:31:53 +0000 (08:31 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Dec 2023 23:31:53 +0000 (08:31 +0900)
commitdeb4b9dd3b539c8331bbc0d64dff3b4fb57296ef
treeb1fd0ca66bf387c28253ef6b76734ea18c138d52
parent669fc83452d443cb48f03ce0ebc496562e1c2205
parent7f3da4b698bcc21a6df0e7f114af71d53a3e26ac
Merge tag 'for-linus-6.7a-rc4-tag' of git://git./linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:

 - A fix for the Xen event driver setting the correct return value when
   experiencing an allocation failure

 - A fix for allocating space for a struct in the percpu area to not
   cross page boundaries (this one is for x86, a similar one for Arm was
   already in the pull request for rc3)

* tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen/events: fix error code in xen_bind_pirq_msi_to_irq()
  x86/xen: fix percpu vcpu_info allocation