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=-4.1 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 8813FC433DF for ; Mon, 10 Aug 2020 14:23:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5EAC82076B for ; Mon, 10 Aug 2020 14:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597069421; bh=8zhYHFe/e3ldkOSHKhbrphsHsWWCey/cLbYDgOShA2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DcoROPTG2QoPrf9GY5YFJWJyXttEn4pyN6Bnh1yCXdgYkEaxibFx9Vuk0FnjqUcqy mLcSByYFgQaPmiShJlE/NavvWxC6a3zrehK88GV7Lt9Ms475XLOfU8WtPrMtBWIRhQ VLCLW1FeuwnqzPjuNMs/uPGHrHSqb9mnfiTwO/vo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726392AbgHJOXk (ORCPT ); Mon, 10 Aug 2020 10:23:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:36920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725979AbgHJOXk (ORCPT ); Mon, 10 Aug 2020 10:23:40 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 20E292070B; Mon, 10 Aug 2020 14:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597069419; bh=8zhYHFe/e3ldkOSHKhbrphsHsWWCey/cLbYDgOShA2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Kf5zK8gwhslKWo1gv5iSPtoxcrirNPpxBLKJqDt30YTi9GrgChC6AlBoqfAHR9OWL Q9Yr4WQCzqfOY/ecuYzLS4hFa0G7l9g3uYvujCHE90BhNmbo3+pjc6T4CApsaFwI8z CS83adc46X5SXqPxU5UNjJb/V40dLtpck+RFzBAM= Date: Mon, 10 Aug 2020 17:23:36 +0300 From: Leon Romanovsky To: Gal Pressman Cc: =?iso-8859-1?Q?H=E5kon?= Bugge , Jason Gunthorpe , OFED mailing list , Yishai Hadas , Jack Morgenstein , ranro@mellanox.com Subject: Re: [PATCH for-rc v2 0/6] Add CM packets missing and harden the proxying Message-ID: <20200810142336.GB20478@unreal> References: <20200803061941.1139994-1-haakon.bugge@oracle.com> <20200810114637.GA20478@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Mon, Aug 10, 2020 at 05:10:44PM +0300, Gal Pressman wrote: > On 10/08/2020 14:46, Leon Romanovsky wrote: > > On Mon, Aug 10, 2020 at 01:20:43PM +0200, Håkon Bugge wrote: > >> A friendly reminder. > > > > We are in merge window. > > The merge window shouldn't affect bug fixes submissions, no? It is hard to call bug fixes, according to Fixes line and description the code is broken from day one. There is no urgency to merge it now. Thanks