xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] (xen) stable/for-jens-3.14
@ 2014-02-10 18:44 Konrad Rzeszutek Wilk
  2014-02-10 19:54 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-02-10 18:44 UTC (permalink / raw)
  To: axboe, linux-kernel, xen-devel

[-- Attachment #1: Type: text/plain, Size: 1336 bytes --]

Hey Jens,

Please git pull the following branch:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-jens-3.14

which is based off v3.13-rc6. If you would like me to rebase it on
a different branch/tag I would be more than happy to do so.

The patches are all bug-fixes and hopefully can go in 3.14.

They deal with xen-blkback shutdown and cause memory leaks
as well as shutdown races. They should go to stable tree and if you
are OK with I will ask them to backport those fixes.

There is also a fix to xen-blkfront to deal with unexpected state
transition. And lastly a fix to the header where it was using the
__aligned__ unnecessarily.

Please pull!


 drivers/block/xen-blkback/blkback.c | 63 ++++++++++++++++++++++++-------------
 drivers/block/xen-blkback/common.h  |  4 ++-
 drivers/block/xen-blkback/xenbus.c  | 13 ++++++++
 drivers/block/xen-blkfront.c        | 11 ++++---
 include/xen/interface/io/blkif.h    | 34 +++++++++-----------
 5 files changed, 79 insertions(+), 46 deletions(-)

David Vrabel (1):
      xen-blkfront: handle backend CLOSED without CLOSING

Matt Rushton (1):
      xen-blkback: fix memory leak when persistent grants are used

Roger Pau Monne (3):
      xen-blkback: fix memory leaks
      xen-blkback: fix shutdown race
      xen-blkif: drop struct blkif_request_segment_aligned


[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] (xen) stable/for-jens-3.14
  2014-02-10 18:44 Konrad Rzeszutek Wilk
@ 2014-02-10 19:54 ` Jens Axboe
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2014-02-10 19:54 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel, xen-devel

On Mon, Feb 10 2014, Konrad Rzeszutek Wilk wrote:
> Hey Jens,
> 
> Please git pull the following branch:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-jens-3.14
> 
> which is based off v3.13-rc6. If you would like me to rebase it on
> a different branch/tag I would be more than happy to do so.

Older is fine, it's only an issue if you are ahead of the branch you
want to go into.

dd> 
> The patches are all bug-fixes and hopefully can go in 3.14.
> 
> They deal with xen-blkback shutdown and cause memory leaks
> as well as shutdown races. They should go to stable tree and if you
> are OK with I will ask them to backport those fixes.
> 
> There is also a fix to xen-blkfront to deal with unexpected state
> transition. And lastly a fix to the header where it was using the
> __aligned__ unnecessarily.

Pulled!

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] (xen) stable/for-jens-3.14
@ 2017-06-20 12:13 Konrad Rzeszutek Wilk
  2017-06-20 13:11 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-06-20 12:13 UTC (permalink / raw)
  To: linux-kernel, xen-devel, axboe; +Cc: ian.jackson, roger.pau, jgross

Hey Jens,

Please git pull the following branch:

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

which has security and memory leak fixes in xen block driver.

Thank you.

Jan Beulich (1):
      xen-blkback: don't leak stack data via response ring

Juergen Gross (3):
      xen/blkback: fix disconnect while I/Os in flight
      xen/blkback: don't free be structure too early
      xen/blkback: don't use xen_blkif_get() in xen-blkback kthread


 drivers/block/xen-blkback/blkback.c | 26 ++++++++++++--------------
 drivers/block/xen-blkback/common.h  | 26 ++++++--------------------
 drivers/block/xen-blkback/xenbus.c  | 15 ++++++++-------
 3 files changed, 26 insertions(+), 41 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] (xen) stable/for-jens-3.14
  2017-06-20 12:13 [GIT PULL] (xen) stable/for-jens-3.14 Konrad Rzeszutek Wilk
@ 2017-06-20 13:11 ` Jens Axboe
  2017-06-20 14:18   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2017-06-20 13:11 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, linux-kernel, xen-devel
  Cc: ian.jackson, roger.pau, jgross

On 06/20/2017 06:13 AM, 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.12
> 
> which has security and memory leak fixes in xen block driver.

for-jens-3.14? Anyway, looks fine, pulled for 4.12.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] (xen) stable/for-jens-3.14
  2017-06-20 13:11 ` Jens Axboe
@ 2017-06-20 14:18   ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-06-20 14:18 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, xen-devel, ian.jackson, roger.pau, jgross

On Tue, Jun 20, 2017 at 07:11:01AM -0600, Jens Axboe wrote:
> On 06/20/2017 06:13 AM, 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.12
> > 
> > which has security and memory leak fixes in xen block driver.
> 
> for-jens-3.14? Anyway, looks fine, pulled for 4.12.

/me facepalm

Thank you!

I did mean 4.12 and then messed up the title.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-20 14:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 12:13 [GIT PULL] (xen) stable/for-jens-3.14 Konrad Rzeszutek Wilk
2017-06-20 13:11 ` Jens Axboe
2017-06-20 14:18   ` Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2014-02-10 18:44 Konrad Rzeszutek Wilk
2014-02-10 19:54 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).