xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: axboe@kernel.dk, linux-kernel@vger.kernel.org,
	xen-devel@lists.xensource.com
Subject: [GIT PULL] (xen) stable/for-jens-3.9
Date: Wed, 20 Mar 2013 17:27:53 -0400	[thread overview]
Message-ID: <20130320212753.GA15060@phenom.dumpdata.com> (raw)

Hey Jens,

Please git pull the following branch:

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

which has a bunch of fixes. They vary from being able to deal with unknown
requests, overflow in statistics, compile warnings, bug in the error path,
removal of unnecessary logic. There is also one performance fix - which is
to allocate pages for requests when the driver loads - instead of doing it
per request.

That is it. Please pull!

 drivers/block/xen-blkback/blkback.c |  68 +++++++++-------
 drivers/block/xen-blkback/common.h  |  40 ++++++++--
 drivers/block/xen-blkback/xenbus.c  |  14 ++--
 drivers/block/xen-blkfront.c        | 154 +++++++++++++++++++++---------------
 include/xen/interface/io/blkif.h    |  10 +++
 5 files changed, 179 insertions(+), 107 deletions(-)

Chen Gang (1):
      xen/xen-blkback: preq.dev is used without initialized

David Vrabel (1):
      xen/blkback: correctly respond to unknown, non-native requests

Jan Beulich (1):
      xen-blkback: fix dispatch_rw_block_io() error path

Mihnea Dobrescu-Balaur (1):
      xen-blkfront: replace kmalloc and then memcpy with kmemdup

Roger Pau Monne (5):
      xen-blkback: fix foreach_grant_safe to handle empty lists
      xen-blkfront: switch from llist to list
      xen-blkback: don't store dev_bus_addr
      xen-blkfront: pre-allocate pages for requests
      xen-blkfront: remove frame list from blk_shadow

Zoltan Kiss (1):
      xen/blkback: Change statistics counter types to unsigned

             reply	other threads:[~2013-03-20 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20 21:27 Konrad Rzeszutek Wilk [this message]
2013-03-22 14:57 ` [GIT PULL] (xen) stable/for-jens-3.9 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130320212753.GA15060@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=axboe@kernel.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).