Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756746AbbLDV5s (ORCPT ); Fri, 4 Dec 2015 16:57:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:54018 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752780AbbLDV5q (ORCPT ); Fri, 4 Dec 2015 16:57:46 -0500 Date: Fri, 4 Dec 2015 22:57:45 +0100 (CET) From: Jiri Kosina X-X-Sender: jkosina@pobox.suse.cz To: Josh Poimboeuf cc: Rusty Russell , Seth Jennings , Vojtech Pavlik , linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, Miroslav Benes Subject: Re: [PATCH v4] livepatch: Cleanup module page permission changes In-Reply-To: <20151204132724.GH11394@treble.redhat.com> Message-ID: References: <9b321c4c2edeaff43f21040a883891a691fc1978.1449181535.git.jpoimboe@redhat.com> <20151204132724.GH11394@treble.redhat.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 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: 2345 Lines: 52 On Fri, 4 Dec 2015, Josh Poimboeuf wrote: > > (1) I pull your 'modules-next' branch, apply this patch on top, and wait > > for your merge with Linus and send merge request afterwards > > (2) If you are okay with rebasing your tree (seems like this is > > ocassionally happening), how about you prepare a branch that'd have > > just b3212ec77 ("module: keep percpu symbols in module's symtab") on > > top of some common base, I merge it, and the cross-dependency is gone > > (3) I cherry-pick b3212ec77 ("module: keep percpu symbols in > > module's symtab") from your tree, and apply this on top. git will > > handle duplicate commits when Linus merges both just fine > > (4) I sign this patch off and you merge it > > > > (4) seems really outside the regular process. (1) is really tricky wrt. > > coordination of timing during the merge window. I'd prefer (2) (more > > git-ish way of doing things, but would require you rebasing your tree) or > > eventually (3) (git will handle this with grace). > > [ off-list ] :-) > Quick question. Just curious, because I'm new at this... > > My impression was that #1 was standard operating procedure. Merge a > (non-rebasable) modules branch into livepatch, and then make sure to > submit the livepatch pull request after Rusty sends his, with a note in > the mail to Linus stating the dependency. That seems pretty > straightforward to me. Or am I missing something? It's one of the options, yes. The only drawback is that it introduces, in addition to the actual code cross-dependency, also maintainer timing cross-dependency, and it might easily go wrong during merge window. But I've done this quite a few times already, and it was rather smooth. What I actually prefer doing in this case is have a common merge base as a separate branch that gets merged to both trees, and then it's not really important who merges first. But that'd require in-advance planning and structuring Rusty's tree for that, and that's probably not worth the hassle for these few patches. Thanks, -- Jiri Kosina SUSE Labs -- 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/