Re: [GIT PULL] (xen) stable/for-jens-4.13.. for 4.13-rc7 or 4.14-rc1 if you would like

2017-08-29 Thread Jens Axboe
On 08/28/2017 01:43 PM, Konrad Rzeszutek Wilk wrote:
> 
> Hey Jens,
> 
> Please git pull the following branch:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
> stable/for-jens-4.13
> 
> .. which as a bug-fix when shutting down xen block backend driver with
> multiple queues and the driver not clearing all of them.

We can squeeze this into 4.13, pulled.

-- 
Jens Axboe



[GIT PULL] (xen) stable/for-jens-4.13.. for 4.13-rc7 or 4.14-rc1 if you would like

2017-08-28 Thread Konrad Rzeszutek Wilk

Hey Jens,

Please git pull the following branch:

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
stable/for-jens-4.13

.. which as a bug-fix when shutting down xen block backend driver with
multiple queues and the driver not clearing all of them.

Thank you!

If you pull it in your 'for-linus' you will see this diff:

drivers/block/xen-blkback/xenbus.c | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Annie Li (1):
  xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect


Re: [GIT PULL] (xen) stable/for-jens-4.13 for rc5

2017-08-16 Thread Jens Axboe
On 08/15/2017 09:21 PM, Konrad Rzeszutek Wilk wrote:
> Hey Jens,
> 
> Please git pull the following branch:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
> stable/for-jens-4.13
> 
> which has two fixes, both of them spotted by Amazon.
> 
>  1) Fix in Xen-blkfront caused by the re-write in 4.8 time-frame.
>  2) Fix in the xen_biovec_phys_mergeable which allowed guest
> requests when using NVMe - to slurp up more data than allowed
> leading to an XSA (which has been made public today).

Pulled, thanks Konrad.

-- 
Jens Axboe



[GIT PULL] (xen) stable/for-jens-4.13 for rc5

2017-08-15 Thread Konrad Rzeszutek Wilk
Hey Jens,

Please git pull the following branch:

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
stable/for-jens-4.13

which has two fixes, both of them spotted by Amazon.

 1) Fix in Xen-blkfront caused by the re-write in 4.8 time-frame.
 2) Fix in the xen_biovec_phys_mergeable which allowed guest
requests when using NVMe - to slurp up more data than allowed
leading to an XSA (which has been made public today).

Thanks!

 drivers/block/xen-blkfront.c | 6 +++---
 drivers/xen/biomerge.c   | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

Munehisa Kamata (1):
  xen-blkfront: use a right index when checking requests

Roger Pau Monne (1):
  xen: fix bio vec merging



Re: [GIT PULL] (xen) stable/for-jens-4.13

2017-07-25 Thread Jens Axboe
On 07/25/2017 03:21 PM, Konrad Rzeszutek Wilk wrote:
> Hi Jens,
> 
> Please git pull in your branch "for-linus" the following
> branch which is based on 765e40b675a9566459ddcb8358ad16f3b8344bbe
> "blk-mq: map queues to all present CPUs":
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
> stable/for-jens-4.13
> 
> It has two bug-fixes for the xen-blkfront driver.
> 
> Thank you!
> 
> 
> drivers/block/xen-blkfront.c | 21 -
>  1 file changed, 12 insertions(+), 9 deletions(-)
> 
> Dongli Zhang (1):
>   xen/blkfront: always allocate grants first from per-queue persistent 
> grants
> 
> Junxiao Bi (1):
>   xen-blkfront: fix mq start/stop race

Pulled, thanks.

-- 
Jens Axboe



[GIT PULL] (xen) stable/for-jens-4.13

2017-07-25 Thread Konrad Rzeszutek Wilk
Hi Jens,

Please git pull in your branch "for-linus" the following
branch which is based on 765e40b675a9566459ddcb8358ad16f3b8344bbe
"blk-mq: map queues to all present CPUs":

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git 
stable/for-jens-4.13

It has two bug-fixes for the xen-blkfront driver.

Thank you!


drivers/block/xen-blkfront.c | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

Dongli Zhang (1):
  xen/blkfront: always allocate grants first from per-queue persistent 
grants

Junxiao Bi (1):
  xen-blkfront: fix mq start/stop race