From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Fri, 01 Apr 2016 09:11:49 +0000 Subject: Re: [PATCH 0/11] introduce down_write_killable for rw_semaphore Message-Id: <20160401021149.1214b9ba97d33e7447a0deec@linux-foundation.org> List-Id: 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> <20160331100331.73eb381a45a1e03473f700a9@linux-foundation.org> <20160401072653.GA8916@dhcp22.suse.cz> In-Reply-To: <20160401072653.GA8916@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michal Hocko Cc: Ingo Molnar , 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 On Fri, 1 Apr 2016 09:26:54 +0200 Michal Hocko wrote: > I was more worried about dependencies when you send your patch bomb to > Linus because then it is an additional burden on you to watch for tip > merge before you send yours. That happens pretty often. I haven't screwed it up yet ;) Usually stuff just won't compile, but I always have little notes-to-self in the series file reminding me to check stuff. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753394AbcDAJLy (ORCPT ); Fri, 1 Apr 2016 05:11:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35217 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750701AbcDAJLv (ORCPT ); Fri, 1 Apr 2016 05:11:51 -0400 Date: Fri, 1 Apr 2016 02:11:49 -0700 From: Andrew Morton To: Michal Hocko Cc: Ingo Molnar , 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: <20160401021149.1214b9ba97d33e7447a0deec@linux-foundation.org> In-Reply-To: <20160401072653.GA8916@dhcp22.suse.cz> 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> <20160331100331.73eb381a45a1e03473f700a9@linux-foundation.org> <20160401072653.GA8916@dhcp22.suse.cz> 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 Fri, 1 Apr 2016 09:26:54 +0200 Michal Hocko wrote: > I was more worried about dependencies when you send your patch bomb to > Linus because then it is an additional burden on you to watch for tip > merge before you send yours. That happens pretty often. I haven't screwed it up yet ;) Usually stuff just won't compile, but I always have little notes-to-self in the series file reminding me to check stuff.