From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [PATCH] IB/ehca: use kthread_create_on_node Date: Thu, 9 Feb 2012 00:28:46 +0200 Message-ID: References: <1311923731.7845.25.camel@edumazet-laptop> <1328181135.2279.9.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Roland Dreier Cc: Eric Dumazet , Sean Hefty , linux-rdma@vger.kernel.org, linux-kernel List-Id: linux-rdma@vger.kernel.org On Wed, Feb 8, 2012 at 11:35 PM, Roland Dreier wrot= e: > On Wed, Feb 8, 2012 at 1:26 PM, Or Gerlitz wro= te: >> [...] This means that the window of time when features are actually = accepted >> into your tree is kind of very limited. Would it be possible to >> maintain two branches: for-next and (say) rc-fixes, such that >> practically patches are reviewed/accepted to for-next at almost all = times? >> BTW I see that networking and scsi maintainers use two trees (net/ne= t-next) >> and (scsi-misc/scsi-rc-fixes), maybe it would be eaiser for you go t= his way? > It's not really an issue of not having a tree to put things into. =A0= It's > more that the window when I actually review major things is not > as big as perhaps it should be. > So I generally try to get fixes in expeditiously because they're > easy to deal with, whereas I only dedicate time to merging bigger > things when I feel the pressure of the impending merge window. but bigger things need bigger time to deal with... but even before we address that - > I do usually have some small patches that are fine for the next windo= w > but which I have only marked "to apply" in my mailbox, which it > might be a good idea to apply sooner so they get more -next tree cove= rage. Yep, having a branch where patches you accept are applied sooner rather then later, will be a little but surely nice && important step in the right direction... it would be great to have this, could you make that happen? Also, to except for patches which you reviewed and willing to accept, it happens that Sean Hefty who is also a maintainer, reviews patches and provides his reviewed-by signature. I would say such patches could (should) go to that branch as well and not wait to the pressure of the impending merge window. How does all this sound? Or.