]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2018 21:42:43 +0000 (14:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2018 21:42:43 +0000 (14:42 -0700)
commit51202618046b56b36cc536d939b00d31e3ea2f0d
treebea2140986075ae2586f61a31a4ebc75b7435489
parenta6455189f810cb09091f89ba354cfa597c2b3713
parent37addc91d81d3701cfd64a158ebe332669119f64
Merge branch 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb

Pull swiotlb fix from Konrad Rzeszutek Wilk:
 "One single fix in here: under Xen the DMA32 heap (in the hypervisor)
  would end up looking like swiss cheese.

  The reason being that for every coherent DMA allocation we didn't do
  the proper hypercall to tell Xen to return the page back to the DMA32
  heap. End result was (eventually) no DMA32 space if you (for example)
  continously unloaded and loaded modules"

* 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
  xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent