Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753141Ab0LWOaa (ORCPT ); Thu, 23 Dec 2010 09:30:30 -0500 Received: from cantor.suse.de ([195.135.220.2]:57654 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277Ab0LWOa2 (ORCPT ); Thu, 23 Dec 2010 09:30:28 -0500 Date: Thu, 23 Dec 2010 15:30:26 +0100 Message-ID: From: Takashi Iwai To: Kukjin Kim Cc: "'Stephen Rothwell'" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "'Jassi Brar'" Subject: Re: linux-next: manual merge of the sound tree with the s5p tree In-Reply-To: <004101cba294$8639de30$92ad9a90$%kim@samsung.com> References: <20101223115339.1ce18216.sfr@canb.auug.org.au> <003f01cba28c$872214f0$95663ed0$%kim@samsung.com> <004001cba292$3827d2d0$a8777870$%kim@samsung.com> <004101cba294$8639de30$92ad9a90$%kim@samsung.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2459 Lines: 75 At Thu, 23 Dec 2010 20:28:27 +0900, Kukjin Kim wrote: > > Takashi Iwai wrote: > > > > (snip) > > > > > > Anyway I need above commits from sound-2.6.git in my tree... > > > > > so how method is better to me instead of cherry-pick it? > > > > > > > > You can merge topic/asoc branch of sound git tree. > > > > This brach contains the all necessary commits for ASoC and is almost > > > > never rebased. > > > > > > Hi, > > > > > > But I can't merge it because there is no 'topic/asoc' branch in > > > sound-2.6.git. > > > (git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git) > > > > > > Is there another repository? > > > > OK, Mark's tree doesn't contain. But you can merge for-2.6.38 tree there. > > > > The main sound git tree is found in > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git > > > Aha~ :-) > > > > And should I merge it in my tree even though don't need all of ASoC > commits > > > :-( ? > > > > In general yes because this is the tree to be merged to 2.6.38. > > > Yeah, I know it. > > > > I'm not sure how many commits are in there... > > > > You can keep two branches. One contains only your fixes, and another > > is the merged branch from yours and from sound git tree. Expose the > > latter merged tree for linux-next. > > > Yeah...however, firstly, my tree will be sent to rmk during 38 merge window, > if I merge from sound git, for avoiding build error I should send all > including them not only my patches. I think there is no need to rmk...hmm > > So I did 'cherry-pick' only needed 2 commits in my tree. And that caused problems :) > > There are many other ways to manage such things, but the above has > > worked for me well, at least. > > Yeah I think so...but is there another better way in this case? Hehehe... Well, ideally, create a separate branch containing these cross-tree commits based on vanilla. Then pull this branch to both arm (or your) and sound trees. In that way, both trees share the same commits in the least amount. I basically don't like to rebase and the commits have been already in sound tree, but if this is the only way and Russell prefers this, it can be a possible option. thanks, Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/