From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 1 Aug 2022 10:50:28 -0500 Subject: [Cluster-devel] [GIT PULL] dlm updates for 6.0 In-Reply-To: References: <20220801144329.GA10643@redhat.com> Message-ID: <20220801155028.GA12328@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Aug 01, 2022 at 08:46:24AM -0700, Linus Torvalds wrote: > On Mon, Aug 1, 2022 at 7:43 AM David Teigland wrote: > > > > (You can ignore the premature 5.20 pull request from some weeks ago.) > > Gaah. That was the first thing I pulled this morning because it was > the earliest. > > And apparently you've rebased, so I can't even just pull on top. > > Gaah. Now I'll have to go back and re-do everything I've done this morning. > > PLEASE don't do things like this to me. If you know you are going to > re-do a pull request, let me know early, so that I don't pull the old > one. Very sorry about that. (The obvious change there was updating the version numbers in the deprecation messages to 6.2, and I should have just sent a seprate patch to fix those up.) Dave 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4759CC00144 for ; Mon, 1 Aug 2022 15:50:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233453AbiHAPuh (ORCPT ); Mon, 1 Aug 2022 11:50:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231583AbiHAPue (ORCPT ); Mon, 1 Aug 2022 11:50:34 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8157A15A2B for ; Mon, 1 Aug 2022 08:50:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1659369031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=13WvCbM7YYWydZ4zqnGjgUjiZmMOLmVSuHX1e1KRlrs=; b=RHdUvAORzcaTE28ys8ncCkiwArna1VkWnYakvTiMfXhBeaHybtQhsc5iTuYPZriCo8BDry qS0NfHK5YZRayi4egXy7aq6cQvb5iA/coqlF8oT0mUJS7DdvZ0gT6NKV2vu/E/b5QtjeCz Y/E8iVbisSKA7K4BFCaeCYRi7FOhsi8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-628-MU0ZXBQWN2q0RXz4Dg55pA-1; Mon, 01 Aug 2022 11:50:30 -0400 X-MC-Unique: MU0ZXBQWN2q0RXz4Dg55pA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 197A33C10685; Mon, 1 Aug 2022 15:50:30 +0000 (UTC) Received: from redhat.com (null.msp.redhat.com [10.15.80.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DA4861121314; Mon, 1 Aug 2022 15:50:29 +0000 (UTC) Date: Mon, 1 Aug 2022 10:50:28 -0500 From: David Teigland To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, cluster-devel@redhat.com Subject: Re: [GIT PULL] dlm updates for 6.0 Message-ID: <20220801155028.GA12328@redhat.com> References: <20220801144329.GA10643@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 01, 2022 at 08:46:24AM -0700, Linus Torvalds wrote: > On Mon, Aug 1, 2022 at 7:43 AM David Teigland wrote: > > > > (You can ignore the premature 5.20 pull request from some weeks ago.) > > Gaah. That was the first thing I pulled this morning because it was > the earliest. > > And apparently you've rebased, so I can't even just pull on top. > > Gaah. Now I'll have to go back and re-do everything I've done this morning. > > PLEASE don't do things like this to me. If you know you are going to > re-do a pull request, let me know early, so that I don't pull the old > one. Very sorry about that. (The obvious change there was updating the version numbers in the deprecation messages to 6.2, and I should have just sent a seprate patch to fix those up.) Dave