]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Jan 2019 18:22:08 +0000 (06:22 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Jan 2019 18:22:08 +0000 (06:22 +1200)
commitdad67f7ef1e99d8427fe61a4821132ee4e1c2584
treed7c45afe9a8e97d202e38f265a9aecac3b11658c
parent10f71fc0a26145d083c03621c9a35d193eca7659
parentf011de370dfcb23b7c4e79694a119ec0ddd3287a
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb

Pull swiotlb fix from Konrad Rzeszutek Wilk:
 "A tiny fix for v5.0-rc2:

  This fixes an issue with GPU cards not working anymore with the DMA
  mapping work Christopher did - as the SWIOTLB is initialized first and
  then free'd (as IOMMU is available) but we forgot to clear our start
  and end entries which are used and BOOM"

* 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
  swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit