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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 853F4C433ED for ; Thu, 22 Apr 2021 06:46:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F55461448 for ; Thu, 22 Apr 2021 06:46:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230241AbhDVGrO (ORCPT ); Thu, 22 Apr 2021 02:47:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:44128 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230232AbhDVGrN (ORCPT ); Thu, 22 Apr 2021 02:47:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C8AE061403; Thu, 22 Apr 2021 06:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1619073999; bh=dI56d7BwB9K8LGCgL4mhGUBc4TvQLo2AAQL4AOWK4Yc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YRaxe6eexff4KGcI1VqJ028vaXHFxsRozgaSsn8hRyquePa9qRcAOb+ZYVQJ3t+zR llhIe3oiICtm0NH+5GhydjuU4NfybJCWnljw0IL1Tz1gkOhWaUli74EPDbvTCSluZC g/S1p5YXkHBxiNP1t5gFeUsihxic4q0/cJ1PDVjEjbFSFWoQ5HzhuPg0BcQOhbv8Nw 1eGShJxw4G8Omcnrk5AZ/kcjNFMdGxmSWcN/OGKD7QvrYPR6YtWTcN/UDSI8WnYYWP fJUwh57SARfazNZgMzOmSxFq1NwO01YuW6W78BGe6XpaazfuOs21+Ij4paP/+MzIPe Wf1WrpaaGhBHw== Date: Thu, 22 Apr 2021 09:46:35 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: Doug Ledford , Krishna Kumar , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Parav Pandit , Sean Hefty , Shay Drory Subject: Re: [PATCH rdma-next 0/3] CMA fixes Message-ID: References: <20210421235909.GA2329448@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421235909.GA2329448@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Apr 21, 2021 at 08:59:09PM -0300, Jason Gunthorpe wrote: > On Sun, Apr 18, 2021 at 04:55:51PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Another round of fixes to cma.c > > > > Parav Pandit (1): > > RDMA/cma: Skip device which doesn't support CM > > > > Shay Drory (2): > > RDMA/core: Add CM to restrack after successful attachment to a device > > These two applied to for-next > > > RDMA/core: Fix check of device in rdma_listen() > > Lets think about this one some more Sure, thanks > > Thanks, > Jason