[GIT PULL] xen: fix for 5.2-rc4

From: Juergen Gross
Date: Sat Jun 08 2019 - 07:49:18 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.2b-rc4-tag

xen: fix for 5.2-rc4

It contains just one fix for the Xen block frontend driver avoiding
allocations with order > 0.

Thanks.

Juergen

drivers/block/xen-blkfront.c | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)

Roger Pau Monne (1):
xen-blkfront: switch kcalloc to kvcalloc for large array allocation