public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] (xen) stable/blkfront for 2.6.40
@ 2011-05-10 17:11 Konrad Rzeszutek Wilk
  2011-05-11 17:53 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-10 17:11 UTC (permalink / raw)
  To: axboe, linux-kernel

Hey Jens,

Please pull:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/blkfront

which has changes since git commit 8e10cd74342c7f5ce259cceca36f6eba084f5d58
Linus Torvalds (1):
    Linux 2.6.39-rc5

The git commit includes a bug-fix, and a set of patches to allow the blkfront
driver to use 'feature-flush-cache' feature. The 'flush-cache' is basically
the equivalent of the new REQ_FLUSH command (the old 'feature-barrier' is
still present in the driver in case the backend supports that).

If you prefer for me to ask Linus to pull this git tree since it includes
a patch to the include/xen/interface/.. directory - I can do that as long as
you are OK with that.


Konrad Rzeszutek Wilk (2):
      xen-blkfront: Provide for 'feature-flush-cache' the BLKIF_OP_WRITE_FLUSH_CACHE operation.
      xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.

Marek Marczykowski (1):
      xen-blkfront: fix data size for xenbus_gather in blkfront_connect


 drivers/block/xen-blkfront.c     |   51 +++++++++++++++++++++++++++----------
 include/xen/interface/io/blkif.h |   13 +++++++++
 2 files changed, 50 insertions(+), 14 deletions(-)



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

* Re: [GIT PULL] (xen) stable/blkfront for 2.6.40
  2011-05-10 17:11 [GIT PULL] (xen) stable/blkfront for 2.6.40 Konrad Rzeszutek Wilk
@ 2011-05-11 17:53 ` Jens Axboe
  2011-05-12 13:27   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2011-05-11 17:53 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel

On 2011-05-10 19:11, Konrad Rzeszutek Wilk wrote:
> Hey Jens,
> 
> Please pull:
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/blkfront
> 
> which has changes since git commit 8e10cd74342c7f5ce259cceca36f6eba084f5d58
> Linus Torvalds (1):
>     Linux 2.6.39-rc5
> 
> The git commit includes a bug-fix, and a set of patches to allow the blkfront
> driver to use 'feature-flush-cache' feature. The 'flush-cache' is basically
> the equivalent of the new REQ_FLUSH command (the old 'feature-barrier' is
> still present in the driver in case the backend supports that).
> 
> If you prefer for me to ask Linus to pull this git tree since it includes
> a patch to the include/xen/interface/.. directory - I can do that as long as
> you are OK with that.

I don't mind pulling it directly, that's fine. But you are based on
2.6.39-rc5, you should be based on for-2.6.40/drivers (or core) instead.
If I pull the above, I end up getting all the changes from rc4..rc5 as
well.

-- 
Jens Axboe


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

* Re: [GIT PULL] (xen) stable/blkfront for 2.6.40
  2011-05-11 17:53 ` Jens Axboe
@ 2011-05-12 13:27   ` Konrad Rzeszutek Wilk
  2011-05-12 13:38     ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-12 13:27 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

On Wed, May 11, 2011 at 07:53:41PM +0200, Jens Axboe wrote:
> On 2011-05-10 19:11, Konrad Rzeszutek Wilk wrote:
> > Hey Jens,
> > 
> > Please pull:
> > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/blkfront
> > 
> > which has changes since git commit 8e10cd74342c7f5ce259cceca36f6eba084f5d58
> > Linus Torvalds (1):
> >     Linux 2.6.39-rc5
> > 
> > The git commit includes a bug-fix, and a set of patches to allow the blkfront
> > driver to use 'feature-flush-cache' feature. The 'flush-cache' is basically
> > the equivalent of the new REQ_FLUSH command (the old 'feature-barrier' is
> > still present in the driver in case the backend supports that).
> > 
> > If you prefer for me to ask Linus to pull this git tree since it includes
> > a patch to the include/xen/interface/.. directory - I can do that as long as
> > you are OK with that.
> 
> I don't mind pulling it directly, that's fine. But you are based on
> 2.6.39-rc5, you should be based on for-2.6.40/drivers (or core) instead.

Easily fixed:
 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git for-jens/xen-blkfront

is now based on your for-2.6.40/drivers.

> If I pull the above, I end up getting all the changes from rc4..rc5 as
> well.

Ah, OK. Will make sure to check your for-2.6.40 in the future. Thanks!

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

* Re: [GIT PULL] (xen) stable/blkfront for 2.6.40
  2011-05-12 13:27   ` Konrad Rzeszutek Wilk
@ 2011-05-12 13:38     ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2011-05-12 13:38 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel

On 2011-05-12 15:27, Konrad Rzeszutek Wilk wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git for-jens/xen-blkfront

Pulled, thanks.

-- 
Jens Axboe


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

end of thread, other threads:[~2011-05-12 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 17:11 [GIT PULL] (xen) stable/blkfront for 2.6.40 Konrad Rzeszutek Wilk
2011-05-11 17:53 ` Jens Axboe
2011-05-12 13:27   ` Konrad Rzeszutek Wilk
2011-05-12 13:38     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox