From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757231AbcCaRDg (ORCPT ); Thu, 31 Mar 2016 13:03:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752346AbcCaRDd (ORCPT ); Thu, 31 Mar 2016 13:03:33 -0400 Date: Thu, 31 Mar 2016 10:03:31 -0700 From: Andrew Morton To: Ingo Molnar Cc: Michal Hocko , Peter Zijlstra , LKML , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , "David S. Miller" , Tony Luck , Chris Zankel , Max Filippov , x86@kernel.org, linux-alpha@vger.kernel.org, linux-ia64@vger.kernel.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 0/11] introduce down_write_killable for rw_semaphore Message-Id: <20160331100331.73eb381a45a1e03473f700a9@linux-foundation.org> In-Reply-To: <20160331092005.GA18640@gmail.com> References: <1456750705-7141-1-git-send-email-mhocko@kernel.org> <20160330133217.GV3408@twins.programming.kicks-ass.net> <20160331085926.GB27831@dhcp22.suse.cz> <20160331092005.GA18640@gmail.com> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.28; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 31 Mar 2016 11:20:05 +0200 Ingo Molnar wrote: > So AFAIK Andrew's tree is based on top of linux-next Not really true any more - I only base -mm patches on linux-next patches when they must be based that way due to some known dependency. I can certainly handle MM patches which are based on linux-next. Such an arrangement is going to make life awkward for Michal's auto-maintained git tree of the -mm MM patches (git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git). Maybe I could merge down_write_killable into -mm's main MM section then knock it out of my copy of linux-next, so everything is seamless for mm.git. I've done that before. But it's all a bit of a pain - it would be simpler to keep down_write_killable in the same tree as the patches which depend on it. Michal, how about this? mm.git currently takes the patches between #NEXT_PATCHES_START mm ... #NEXT_PATCHES_END Can you change it to also take the patches between #NEXT_PATCHES_START mm-post-next ... #NEXT_PATCHES_END ? That way I can do #NEXT_PATCHES_START mm ... #NEXT_PATCHES_END ... linux-next.patch revert-down_write_killable.patch ... #NEXT_PATCHES_START mm-post-next down_write_killlable.patch ... #NEXT_PATCHES_END then everything you have should apply and run OK.