Re: linux-next: Tree for June 3 (staging)

From: Yunpeng Gao
Date: Sat Jun 06 2009 - 04:55:47 EST


On Sat, Jun 06, 2009 at 03:22:42AM +0800, Greg KH wrote:
> On Fri, Jun 05, 2009 at 08:58:19PM +0200, Bartlomiej Zolnierkiewicz wrote:
> > On Friday 05 June 2009 05:31:21 Gao, Yunpeng wrote:
> > > Hi Greg,
> > >
> > > Thanks for your quick response.
> > >
> > > The root cause of the build-errors in ffsport.c is that the kernel block layer APIs are different in linux-next tree (.../linux/kernel/git/sfr/linux-next.git) than in Linus' kernel tree (.../linux/kernel/git/torvalds/linux-2.6.git).
> > >
> > > Yesterday, after modify code in ffsport.c to sync up with the block layer APIs changes, I have make the kernel against linux-next tree and found no build error / warnings.
> > >
> > > Then I generated the patch again Linus' kernel tree, tag 'v2.6.30-rc8' and sent the patch to you. This patch uses the new block layer APIs and is target for the linux-next tree.
> > >
> > > I guess the below build errors are caused by compiling the patch code in Linus' kernel tree. As the block layer API's in Linus' kernel tree is still the old one, it'll report this kind of 'implicit declaration of function ...' error. I'm sorry for the mis-communication.
> > >
> > > Now, I'm a bit confused with the process :-) Which git tree should I select to generate patch against and submit to? The linux-next tree or Linus' kerner tree?
> >
> > One solution would be to generate the _main_ patch against Linus' tree
> > (for Greg to include in staging tree) and then generate _incremental_
> > patch with changes to account for block layer API update (for Stephen
> > to include in linux-next)..
>
> Yeah, that would be the best thing.
>
> Sorry about this, but could you send me both patches? That way I can
> merge them both properly when needed.
>
> thanks,
>
> greg k-h

Hi Greg,

I have generated the two patches following what Bartlomiej suggested.
The first one is the _main_ patch against Linus' kernel tree
(tag v2.6.30-rc8) and the second one is an _incremental patch
accounting for the block layer API update in linux-next tree.
I'll send both of them to you later.

Thanks.

Rgd,
Yunpeng

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/