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 D77D0C433F5 for ; Wed, 6 Apr 2022 21:56:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236864AbiDFV6r (ORCPT ); Wed, 6 Apr 2022 17:58:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236888AbiDFV5W (ORCPT ); Wed, 6 Apr 2022 17:57:22 -0400 Received: from mail-pj1-x1034.google.com (mail-pj1-x1034.google.com [IPv6:2607:f8b0:4864:20::1034]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B331539159 for ; Wed, 6 Apr 2022 14:53:41 -0700 (PDT) Received: by mail-pj1-x1034.google.com with SMTP id m12-20020a17090b068c00b001cabe30a98dso7078261pjz.4 for ; Wed, 06 Apr 2022 14:53:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ziepe.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=/t0ovIQiUOSTuPx9jgrpi/PzvlKilbnhNLqfgQvkTNs=; b=QL0b/ugDp7rEfToKioRS6zaw7qMCtRzhXcx97rQeoYhDmLHwlXGgRRpH9/kMshrhwz ZvfKDIfCfddTINqz3Ut1ZA5+lG4dH51YXHRcB685tp/LLFVd+aL6aDHRAaXBXeaP6ANW 4wa9+Hz52fWdDsWuwwvC2oYNMX47hWa75bcMo1oNuFEnf2Q+saFIXZmUZ5kOGRfNhDI2 VqFM4m5yVogBKZQfMTG0q4TTzLkFv0CfYmaikSIzrQwO3FFMv665RR+Woci08izfo7pg zKIWsGtKJoQaGHwZlbiuouHhnmLo+dBwCFunJka+1riOfe31SJ/hXerOQsM4QBAwMxpQ u3BA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=/t0ovIQiUOSTuPx9jgrpi/PzvlKilbnhNLqfgQvkTNs=; b=tqWF3CSvvAlIW4Py5gAmeBmQLY1qvdDHbxh3nAIAP9ugTryV6yXC7KZymOud9DZu70 n7JL1IpF6tFpXHCLG1m8a1Mpx3EHXu7jEI3ShVxQMhPg5ijHP+7y8AVjjB/tspJOHLmY vyGA9EJgzTbW7wmywswF5QXbVZKAK2GCmBd9/nxebaZjP3qNb0jra4Q9URJ8IIt2UkLO beoMjZQQmcSqPQB6x+jzQHFlXhhg9J5i50ttWCKTyhDCNIVUoe8an/pk0zuS5HS45XXP cFS7o4K0ba98Lro+n+VMkwYYQaZU+3fkKQYJIIEYNPTY9JTSuv4P4PHhgv8TYyC/oCMA D/yw== X-Gm-Message-State: AOAM530Qi17K0BLeEDORP9a2ED/4llzjmP3Veeo1iFukWKeQzR15FIAG nQ0P0M2kWMSfczSrnYnq1XiKvw== X-Google-Smtp-Source: ABdhPJzpSTHlVf5liK/Coh3Y8gHE/AVi3LRJciJq/cTWPnnJs2IFkVnqTH+/PxB+ksKiO4u5dnoncQ== X-Received: by 2002:a17:903:246:b0:153:87f0:a93e with SMTP id j6-20020a170903024600b0015387f0a93emr10696792plh.171.1649282021257; Wed, 06 Apr 2022 14:53:41 -0700 (PDT) Received: from ziepe.ca ([206.223.160.26]) by smtp.gmail.com with ESMTPSA id z7-20020a056a00240700b004e1cde37bc1sm20683081pfh.84.2022.04.06.14.53.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 14:53:40 -0700 (PDT) Received: from jgg by mlx with local (Exim 4.94) (envelope-from ) id 1ncDas-00DxdY-9t; Wed, 06 Apr 2022 18:53:38 -0300 Date: Wed, 6 Apr 2022 18:53:38 -0300 From: Jason Gunthorpe To: Robin Murphy Cc: kernel test robot , benve@cisco.com, neescoba@cisco.com, kbuild-all@lists.01.org, linux-rdma@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] RDMA/usnic: Refactor usnic_uiom_alloc_pd() Message-ID: <20220406215338.GU64706@ziepe.ca> References: <202204070316.vOzwORw5-lkp@intel.com> <87075d61-c51c-8d94-9263-17aa40f7d70e@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87075d61-c51c-8d94-9263-17aa40f7d70e@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 06, 2022 at 10:39:47PM +0100, Robin Murphy wrote: > On 2022-04-06 20:54, kernel test robot wrote: > > Hi Robin, > > > > I love your patch! Yet something to improve: > > > > [auto build test ERROR on rdma/for-next] > > [also build test ERROR on v5.18-rc1 next-20220406] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch] > > Oops, I failed to notice that this does actually depend on the other patch I > sent cleaning up iommu_present()[1] - I should have sent them together as a > series, sorry about that. No worries, I'll take care to order it right Jason