Stephen Rothwell
2010-Oct-27 01:00 UTC
[Xen-devel] linux-next: manual merge of the xen tree with Linus'' tree
Hi all, Today''s linux-next merge of the xen tree got a conflict in arch/x86/xen/mmu.c between commit fef5ba797991f9335bcfc295942b684f9bf613a1 ("xen: Cope with unmapped pages when initializing kernel pagetable") from Linus'' tree and commit 41f2e4771a4f1ba26c35438daf32917b9ef7858d ("xen: add support for PAT") from the xen tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/x86/xen/mmu.c index f72d18c,6ba8f8a..0000000 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c @@@ -56,7 -55,7 +56,8 @@@ #include <asm/e820.h> #include <asm/linkage.h> #include <asm/page.h> +#include <asm/init.h> + #include <asm/pat.h> #include <asm/xen/hypercall.h> #include <asm/xen/hypervisor.h> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stephen Rothwell
2010-Nov-15 00:23 UTC
[Xen-devel] linux-next: manual merge of the xen tree with Linus'' tree
Hi all, Today''s linux-next merge of the xen tree got a conflict in drivers/block/xen-blkfront.c between commit 02e031cbc843b010e72fcc05c76113c688b2860f ("block: remove REQ_HARDBARRIER") from Linus'' tree and commits c64e38ea17a81721da0393584fd807f8434050fa ("xen/blkfront: map REQ_FLUSH into a full barrier") and be2f8373c188ed1f5d36003c9928e4d695213080 ("xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER") from the xen tree. I used the xen tree version. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Nov-15 21:04 UTC
[Xen-devel] Re: linux-next: manual merge of the xen tree with Linus'' tree
On 11/14/2010 04:23 PM, Stephen Rothwell wrote:> Hi all, > > Today''s linux-next merge of the xen tree got a conflict in > drivers/block/xen-blkfront.c between commit > 02e031cbc843b010e72fcc05c76113c688b2860f ("block: remove > REQ_HARDBARRIER") from Linus'' tree and commits > c64e38ea17a81721da0393584fd807f8434050fa ("xen/blkfront: map REQ_FLUSH > into a full barrier") and be2f8373c188ed1f5d36003c9928e4d695213080 > ("xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER") from the xen > tree. > > I used the xen tree version.I''ll drop that because you should be seeing those changes come via Jens. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jens Axboe
2010-Nov-15 21:07 UTC
[Xen-devel] Re: linux-next: manual merge of the xen tree with Linus'' tree
On 2010-11-15 22:04, Jeremy Fitzhardinge wrote:> On 11/14/2010 04:23 PM, Stephen Rothwell wrote: >> Hi all, >> >> Today''s linux-next merge of the xen tree got a conflict in >> drivers/block/xen-blkfront.c between commit >> 02e031cbc843b010e72fcc05c76113c688b2860f ("block: remove >> REQ_HARDBARRIER") from Linus'' tree and commits >> c64e38ea17a81721da0393584fd807f8434050fa ("xen/blkfront: map REQ_FLUSH >> into a full barrier") and be2f8373c188ed1f5d36003c9928e4d695213080 >> ("xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER") from the xen >> tree. >> >> I used the xen tree version. > > I''ll drop that because you should be seeing those changes come via Jens.Yep, since Linus pulled the last batch, for-linus now has the next bits (which include the xen barrier set). -- Jens Axboe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Nov-22 20:15 UTC
[Xen-devel] Re: linux-next: manual merge of the xen tree with Linus'' tree
On 11/15/2010 01:07 PM, Jens Axboe wrote:> On 2010-11-15 22:04, Jeremy Fitzhardinge wrote: >> On 11/14/2010 04:23 PM, Stephen Rothwell wrote: >>> Hi all, >>> >>> Today''s linux-next merge of the xen tree got a conflict in >>> drivers/block/xen-blkfront.c between commit >>> 02e031cbc843b010e72fcc05c76113c688b2860f ("block: remove >>> REQ_HARDBARRIER") from Linus'' tree and commits >>> c64e38ea17a81721da0393584fd807f8434050fa ("xen/blkfront: map REQ_FLUSH >>> into a full barrier") and be2f8373c188ed1f5d36003c9928e4d695213080 >>> ("xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER") from the xen >>> tree. >>> >>> I used the xen tree version. >> I''ll drop that because you should be seeing those changes come via Jens. > Yep, since Linus pulled the last batch, for-linus now has the next bits > (which include the xen barrier set).These don''t seem to be in -rc3. Did they get dropped on the ground somewhere? are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/blkfront Jeremy Fitzhardinge (4): xen/blkfront: map REQ_FLUSH into a full barrier xen/blkfront: change blk_shadow.request to proper pointer xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests drivers/block/xen-blkfront.c | 55 ++++++++++++++++++++++++----------------- 1 files changed, 32 insertions(+), 23 deletions(-) Thanks, J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jens Axboe
2010-Nov-22 20:17 UTC
[Xen-devel] Re: linux-next: manual merge of the xen tree with Linus'' tree
On 2010-11-22 21:15, Jeremy Fitzhardinge wrote:> On 11/15/2010 01:07 PM, Jens Axboe wrote: >> On 2010-11-15 22:04, Jeremy Fitzhardinge wrote: >>> On 11/14/2010 04:23 PM, Stephen Rothwell wrote: >>>> Hi all, >>>> >>>> Today''s linux-next merge of the xen tree got a conflict in >>>> drivers/block/xen-blkfront.c between commit >>>> 02e031cbc843b010e72fcc05c76113c688b2860f ("block: remove >>>> REQ_HARDBARRIER") from Linus'' tree and commits >>>> c64e38ea17a81721da0393584fd807f8434050fa ("xen/blkfront: map REQ_FLUSH >>>> into a full barrier") and be2f8373c188ed1f5d36003c9928e4d695213080 >>>> ("xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER") from the xen >>>> tree. >>>> >>>> I used the xen tree version. >>> I''ll drop that because you should be seeing those changes come via Jens. >> Yep, since Linus pulled the last batch, for-linus now has the next bits >> (which include the xen barrier set). > > These don''t seem to be in -rc3. Did they get dropped on the ground > somewhere?No, they are in for-linus as written above. Just not shipped off yet, will be soon. -- Jens Axboe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2010-Nov-22 20:21 UTC
[Xen-devel] Re: linux-next: manual merge of the xen tree with Linus'' tree
On 11/22/2010 12:17 PM, Jens Axboe wrote:> I''ll drop that because you should be seeing those changes come via Jens. >>> Yep, since Linus pulled the last batch, for-linus now has the next bits >>> (which include the xen barrier set). >> These don''t seem to be in -rc3. Did they get dropped on the ground >> somewhere? > No, they are in for-linus as written above. Just not shipped off yet, > will be soon.No problem, I was just following up on everything outstanding for upstream. Thanks, J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel