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 9B63DC05027 for ; Wed, 1 Feb 2023 08:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231671AbjBAIk0 (ORCPT ); Wed, 1 Feb 2023 03:40:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230481AbjBAIk0 (ORCPT ); Wed, 1 Feb 2023 03:40:26 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF6535C0F4 for ; Wed, 1 Feb 2023 00:40:24 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A77D8B82131 for ; Wed, 1 Feb 2023 08:40:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE9F2C4339E; Wed, 1 Feb 2023 08:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675240822; bh=yXMuOVXi30gkrJf/G6YHddBj1idNTe/sitL7VkxFSv0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m89sZCNzdc3rZjV9QsF6lcfSxmwcjheM+wPBy3jylRACAOQi6MiN8uggP3PzR1qZF S05hZeLSfA4NDtWdQ5nfGU81CsVx5dGnXyoey2PuBP2BnB0meVo2A6keJ32sOaId5r iXx7MHsk4JD84EFzU+0Me5KFj06q7SVKNYeakzJz4VTF2mZzLh6kqG8ly4KwqSsM30 eowF+ljEdZ63bl11WX70zm2jOL+nLQBj9AGe/UnfeZKG/8qat8O3wERlu8AUNFXiad 9KUDpbN7QBerRyyu7uDoAJgtSCMr1DsUl3eZN77llIBC071cbMSllN+uJ+D46H//3j sTgaqxXXF/eHw== Date: Wed, 1 Feb 2023 10:40:17 +0200 From: Leon Romanovsky To: Dennis Dalessandro Cc: Jason Gunthorpe , Dean Luick , linux-rdma@vger.kernel.org Subject: Re: [PATCH for-next 0/7] FIXME and other fixes Message-ID: References: <6a495007-0c84-3c7b-e3bb-9eadb1b92f54@cornelisnetworks.com> <6e74d22f-a583-0cf5-fe06-ac641f976f0e@cornelisnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, Jan 31, 2023 at 11:57:22AM -0500, Dennis Dalessandro wrote: > On 1/31/23 9:58 AM, Jason Gunthorpe wrote: > > On Mon, Jan 30, 2023 at 04:57:56PM -0500, Dennis Dalessandro wrote: > > > >> I didn't see this make it out yet. Can this still make it in for -rc? Based on > >> Jason's reply [1] sounds like it will just work itself out in for-next. > >> > >> [1] https://lore.kernel.org/linux-rdma/Y8rSiD5s+ZFV666t@nvidia.com/ > > > > Well, it looks OK to me, you should do a test merge yourself and > > confirm nothing got mangled > > I tested this last week by cherry picking: > > a479433a6b7a ("IB/hfi1: Assign npages earlier") > > onto for-rc, then merged for-rc into for-next. Looks ok. No conflicts. Jason took this patch to his wip/jgg-for-rc branch. Thanks > > -Denny