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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 0670AC433E0 for ; Thu, 28 Jan 2021 14:35:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE6D264DD9 for ; Thu, 28 Jan 2021 14:35:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231428AbhA1Off (ORCPT ); Thu, 28 Jan 2021 09:35:35 -0500 Received: from gentwo.org ([3.19.106.255]:44588 "EHLO gentwo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231403AbhA1Ofc (ORCPT ); Thu, 28 Jan 2021 09:35:32 -0500 Received: by gentwo.org (Postfix, from userid 1002) id 290D83F4C1; Thu, 28 Jan 2021 14:34:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gentwo.org (Postfix) with ESMTP id 2737B3F461; Thu, 28 Jan 2021 14:34:45 +0000 (UTC) Date: Thu, 28 Jan 2021 14:34:45 +0000 (UTC) From: Christoph Lameter X-X-Sender: cl@www.lameter.com To: Jason Gunthorpe cc: Leon Romanovsky , linux-rdma@vger.kernel.org Subject: Re: [PATCH] Fix: Remove racy Subnet Manager sendonly join checks In-Reply-To: <20210128140335.GA13699@nvidia.com> Message-ID: References: <20210128140335.GA13699@nvidia.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Thu, 28 Jan 2021, Jason Gunthorpe wrote: > I need patches to be sent in a way that shows in patchworks to be > applied: > > https://patchwork.kernel.org/project/linux-rdma/list/ I see it in patchworks: https://patchwork.kernel.org/project/linux-rdma/patch/alpine.DEB.2.22.394.2101251126090.344695@www.lameter.com/ > > Index: linux/drivers/infiniband/core/cma.c > > =================================================================== > > +++ linux/drivers/infiniband/core/cma.c 2021-01-25 09:39:29.191032891 +0000 > > @@ -4542,17 +4542,6 @@ static int cma_join_ib_multicast(struct > > Also if patches aren't generated with 'git diff' then I won't fix any > minor conflicts :( Well it was quilt ...... Do I need to put it into a git tree somewhere?