2018-10-22 20:13:17

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: [GIT PULL] (xen-swiotlb) stable/for-linus-4.20

Hi Linus,

Please git pull the following branch:

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-4.20

which has one tiny fix for the Xen SWIOTLB mechanism that occasionally happened with
devices that didn't allocate size in power of two but rather some odd
sizes. We neglected to make the memory coherent leading to all kinds of fun crashes.

Thank you!

drivers/xen/swiotlb-xen.c | 6 ++++++
1 file changed, 6 insertions(+)

Joe Jin (1):
xen-swiotlb: use actually allocated size on check physical continuous


Attachments:
(No filename) (572.00 B)
signature.asc (817.00 B)
Download all attachments

2018-10-23 10:24:04

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] (xen-swiotlb) stable/for-linus-4.20

On Mon, Oct 22, 2018 at 8:33 PM Konrad Rzeszutek Wilk <[email protected]> wrote:
>
> one tiny fix for the Xen SWIOTLB mechanism that occasionally happened with
> devices that didn't allocate size in power of two but rather some odd
> sizes. We neglected to make the memory coherent leading to all kinds of fun crashes.

Pulled,

Linus