From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C96FC4361B for ; Thu, 10 Dec 2020 19:35:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 673E223340 for ; Thu, 10 Dec 2020 19:35:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393452AbgLJTfJ (ORCPT ); Thu, 10 Dec 2020 14:35:09 -0500 Received: from out02.mta.xmission.com ([166.70.13.232]:50794 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390231AbgLJTew (ORCPT ); Thu, 10 Dec 2020 14:34:52 -0500 Received: from in01.mta.xmission.com ([166.70.13.51]) by out02.mta.xmission.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1knRhY-003NAB-4c; Thu, 10 Dec 2020 12:34:08 -0700 Received: from ip68-227-160-95.om.om.cox.net ([68.227.160.95] helo=x220.xmission.com) by in01.mta.xmission.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1knRhV-0007a5-H6; Thu, 10 Dec 2020 12:34:08 -0700 From: ebiederm@xmission.com (Eric W. Biederman) To: Peter Zijlstra Cc: Waiman Long , linux-kernel@vger.kernel.org, Linus Torvalds , Ingo Molnar , Will Deacon , Jann Horn , Vasiliy Kulikov , Al Viro , Bernd Edlinger , Oleg Nesterov , Christopher Yeoh , Cyrill Gorcunov , Sargun Dhillon , Christian Brauner , Arnd Bergmann , Arnaldo Carvalho de Melo References: <87tut2bqik.fsf@x220.int.ebiederm.org> <87k0tybqfy.fsf@x220.int.ebiederm.org> <620f0908-c70a-9e54-e1b5-71d086b20756@redhat.com> <20201207090243.GE3040@hirez.programming.kicks-ass.net> <87360hy5hp.fsf@x220.int.ebiederm.org> <20201208145257.GE2414@hirez.programming.kicks-ass.net> <87tuswup9g.fsf@x220.int.ebiederm.org> <20201209183633.GA6190@worktop.programming.kicks-ass.net> Date: Thu, 10 Dec 2020 13:33:25 -0600 In-Reply-To: <20201209183633.GA6190@worktop.programming.kicks-ass.net> (Peter Zijlstra's message of "Wed, 9 Dec 2020 19:36:33 +0100") Message-ID: <877dppo3qy.fsf@x220.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1knRhV-0007a5-H6;;;mid=<877dppo3qy.fsf@x220.int.ebiederm.org>;;;hst=in01.mta.xmission.com;;;ip=68.227.160.95;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1/X5Z3fy+rdCNkYC/9inMQNAdTICwow29A= X-SA-Exim-Connect-IP: 68.227.160.95 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [PATCH 2/3] rwsem: Implement down_read_interruptible X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Peter Zijlstra writes: > On Tue, Dec 08, 2020 at 12:27:39PM -0600, Eric W. Biederman wrote: >> Peter Zijlstra writes: >> >> > On Mon, Dec 07, 2020 at 09:56:34AM -0600, Eric W. Biederman wrote: >> > >> >> Do you want to pull these two into a topic branch in the tip tree >> >> based on v10-rc1? >> > >> > I'll go do that. I'll let the robots chew on it before pushing it out >> > though, I'll reply once it's in tip.git. >> >> Thanks, > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/rwsem Is that branch supposed to be against 34816d20f173 ("Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2") If so I can live with that, but it is a little awkward to work with a base that recent. As all of my other branches have an older base. Eric