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=-2.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 ED3E6C38A2F for ; Sat, 18 Apr 2020 12:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA367221F4 for ; Sat, 18 Apr 2020 12:57:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="UhSAMzQx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725964AbgDRM51 (ORCPT ); Sat, 18 Apr 2020 08:57:27 -0400 Received: from m12-13.163.com ([220.181.12.13]:48629 "EHLO m12-13.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725804AbgDRM50 (ORCPT ); Sat, 18 Apr 2020 08:57:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Subject:From:Message-ID:Date:MIME-Version; bh=xD9xK XYZNL/Vit+6cJR+RPQY72J4KP547a4t/fRaSn4=; b=UhSAMzQxH7dD6fydqplqQ yCl7R94mH4sgajhgz0pf7r6+fQ1t95k65fEaYayLkBT3eKxxFQCIddsUu3RZ4COS 7u9vWrzLN5udiMfnYn/Pv/RACDMOozEY0wOl1zqm4GFl8LXzHVKO63hcw3PksVER mNwO0h4wYeFhfNJDAkFCig= Received: from [192.168.0.6] (unknown [125.82.15.62]) by smtp9 (Coremail) with SMTP id DcCowAAXHVGH+JpeTeZVAg--.214S2; Sat, 18 Apr 2020 20:54:32 +0800 (CST) Subject: Re: [PATCH v2] net/mlx5: add the missing space character To: Saeed Mahameed , "davem@davemloft.net" , "leon@kernel.org" Cc: "cai@lca.pw" , "linux-rdma@vger.kernel.org" , "lsahlber@redhat.com" , "kw@linux.com" , "xiubli@redhat.com" , "airlied@redhat.com" , Moshe Shemesh , "linux-kernel@vger.kernel.org" , "wqu@suse.com" , "chris@chris-wilson.co.uk" , "yamada.masahiro@socionext.com" , "stfrench@microsoft.com" , "netdev@vger.kernel.org" References: <20200403042659.9167-1-xianfengting221@163.com> <14df0ecf093bb2df4efaf9e6f5220ea2bf863f53.camel@mellanox.com> <4861c789-a333-efea-6d51-ab5511645dcf@163.com> From: Hu Haowen Message-ID: <525ec92f-d46e-d883-2fd4-c1928ed8df79@163.com> Date: Sat, 18 Apr 2020 20:54:31 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-CM-TRANSID: DcCowAAXHVGH+JpeTeZVAg--.214S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7ZFWruw4rXFy5Cw4fZr4kXrb_yoW8Cw45pF WrGan0kF4DJrykAFsakF1Yqa40yw4fJr15Xrn8Wr9xKwnFqr1fJr48G3yYkF9Igr1fGw4j vF1UJ3sFvry8Ja7anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07bzT5LUUUUU= X-Originating-IP: [125.82.15.62] X-CM-SenderInfo: h0ld0wxhqj3xtqjsjii6rwjhhfrp/1tbiMgoKAFWBoXvQuQAAsV Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/4/18 6:40 AM, Saeed Mahameed wrote: > On Fri, 2020-04-17 at 12:34 +0800, Hu Haowen wrote: >> On 2020/4/17 11:44 AM, Saeed Mahameed wrote: >>> On Thu, 2020-04-16 at 22:44 +0800, Hu Haowen wrote: >>>> On 2020/4/9 3:42 AM, Saeed Mahameed wrote: >>>>> On Fri, 2020-04-03 at 12:26 +0800, Hu Haowen wrote: >>>>>> Commit 91b56d8462a9 ("net/mlx5: improve some comments") did >>>>>> not >>>>>> add >>>>>> that missing space character and this commit is used to fix >>>>>> it >>>>>> up. >>>>>> >>>>>> Fixes: 91b56d8462a9 ("net/mlx5: improve some comments") >>>>>> >>>>> Please re-spin and submit to net-next once net-next re-opens, >>>>> avoid referencing the above commit since this patch is a stand >>>>> alone >>>>> and has nothing to do with that patch.. just have a stand alone >>>>> commit >>>>> message explaining the space fix. >>>> Sorry for my late reply. Because I'm a kernel newbie, I know >>>> nothing >>>> about the basic methods and manners in the kernel development. >>>> Thanks >>>> a lot for your patience on my mistake, pointing it out and fixing >>>> it >>>> up. >>>> >>>> Btw, did net-next re-open and did my changes get into the >>>> mainline? >>>> >>>> >>> Normally net-next closes once merge window is open at the end of >>> rc7/rc8 kernel cycle. >>> >>> and reopens on the week of the kernel release, after the merge >>> window >>> is closed (2 weeks after rc7/8 is closed). >>> >>> you can use this link. >>> http://vger.kernel.org/~davem/net-next.html >> Oh... Thanks. >> >> But it's more than 2 weeks since Linux 5.6 was released, so net-next >> should be open now according to your words. But it's still closed. >> >> Is my idea wrong? Does "kernel release" mean an -rc release or a >> formal >> release? > Oh, my bad, > yes release means a kernel release .. 5.x > what i meant is when the rc1 is out two weeks after the kernel release. So... Is net-next open now? It was closed when I checked yesterday. >