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 E1913C38142 for ; Sun, 22 Jan 2023 09:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229788AbjAVJOV (ORCPT ); Sun, 22 Jan 2023 04:14:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229480AbjAVJOV (ORCPT ); Sun, 22 Jan 2023 04:14:21 -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 762A41F4BC for ; Sun, 22 Jan 2023 01:14:20 -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 36F53B80973 for ; Sun, 22 Jan 2023 09:14:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55214C433EF; Sun, 22 Jan 2023 09:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674378857; bh=iMGGRQawfagRHZIHgVi/1Z9dpV+gluGSy+jBPSC6OqY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eX5T3isxXOFPBURakgYcBWjJi8EePsIDOm8rBpHIamrgJcXZ69XqynXpZWQmXDWtD t3gD+ylKPbcal2bn0c5bHOCEeI114T7CUtMVsWDKbAFI+O7oGAjgdqvPlVpzxNmC94 ajgN6Y92OL0qQXSEjQTlk3rXfQgi0JBbUE6lJwed9ms7gNFXKBDctGKXA1chrVUpgN XZpEiASAIWShhpSZ5QtFVeYbII/XCM1SmehDfeWlIcRWAMJ6MfMk4MQDiMvmchmjPD ei+8NoCX81cMfRFl3Ztt4zKYngrP6ahhJ2cFzlKJkC+hyjtNj//PwGjDy/Qjl9X4hE H1e/baAUxdZ5w== Date: Sun, 22 Jan 2023 11:14:12 +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: <3cf880fa-3374-541f-1996-d30d635db594@cornelisnetworks.com> <472565cb-e99d-95a6-4d20-6a34f77c8cf1@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 Fri, Jan 20, 2023 at 12:50:35PM -0500, Dennis Dalessandro wrote: > On 1/20/23 12:42 PM, Jason Gunthorpe wrote: > > On Fri, Jan 20, 2023 at 07:09:43PM +0200, Leon Romanovsky wrote: > > > >> Backmerge will cause to the situation where features are brought to -rc. > >> The cherry-pick will be: > >> 1. Revert [PATCH for-next 2/7] IB/hfi1: Assign npages earlier] from -next > >> 2. Apply [PATCH for-next 2/7] IB/hfi1: Assign npages earlier] to -rc > > > > You don't need to revert, we just need to merge a RC release to -next > > and deal with the conflict, if any. > > Thanks this sounds like a good way to go. You talked about broken -rc, but here wants to fix -next. https://lore.kernel.org/all/bce1ab36-66e4-465c-e051-94e397d108ba@cornelisnetworks.com/ https://lore.kernel.org/all/Y8T5602bNhscGixb@unreal/ Thanks > > -Denny