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 5B50AC433F5 for ; Thu, 10 Mar 2022 03:17:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239186AbiCJDSb (ORCPT ); Wed, 9 Mar 2022 22:18:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236766AbiCJDS3 (ORCPT ); Wed, 9 Mar 2022 22:18:29 -0500 Received: from mxhk.zte.com.cn (mxhk.zte.com.cn [63.216.63.35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 231AC37BD0; Wed, 9 Mar 2022 19:17:26 -0800 (PST) Received: from mse-fl2.zte.com.cn (unknown [10.30.14.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mxhk.zte.com.cn (FangMail) with ESMTPS id 4KDZ4N42zsz7jZws; Thu, 10 Mar 2022 11:17:24 +0800 (CST) Received: from szxlzmapp06.zte.com.cn ([10.5.230.252]) by mse-fl2.zte.com.cn with SMTP id 22A3HLHS017184; Thu, 10 Mar 2022 11:17:21 +0800 (GMT-8) (envelope-from wang.yi59@zte.com.cn) Received: from mapi (szxlzmapp07[null]) by mapi (Zmail) with MAPI id mid14; Thu, 10 Mar 2022 11:17:21 +0800 (CST) Date: Thu, 10 Mar 2022 11:17:21 +0800 (CST) X-Zmail-TransId: 2b0962296dc1c36cdb2d X-Mailer: Zmail v1.0 Message-ID: <202203101117214141800@zte.com.cn> In-Reply-To: References: 2bd92846-381b-f083-754a-89dfcdccc90c@redhat.com,202203091827565144689@zte.com.cn,Yiia0S+pDNHlAhSE@zn.tnic Mime-Version: 1.0 From: To: Cc: , , , , , , , , , , , , , , , , Subject: =?UTF-8?B?UmU6W1BBVENIXSBLVk06IFNWTTogZml4IHBhbmljIG9uIG91dC1vZi1ib3VuZHMgZ3Vlc3QgSVJR?= Content-Type: text/plain; charset="UTF-8" X-MAIL: mse-fl2.zte.com.cn 22A3HLHS017184 X-Fangmail-Gw-Spam-Type: 0 X-FangMail-Miltered: at cgslv5.04-192.168.250.138.novalocal with ID 62296DC4.000 by FangMail milter! X-FangMail-Envelope: 1646882244/4KDZ4N42zsz7jZws/62296DC4.000/10.30.14.239/[10.30.14.239]/mse-fl2.zte.com.cn/ X-Fangmail-Anti-Spam-Filtered: true X-Fangmail-MID-QID: 62296DC4.000/4KDZ4N42zsz7jZws Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org > On Wed, Mar 09, 2022 at 06:27:56PM +0800, wang.yi59@zte.com.cn wrote: > > The Signed-off-by chain is not wrong, I (Yi Wang) wrote this patch and Yi Liu > > co-developed it. > > What to do in such cases is well documented. For the future, make sure > you look at > > Documentation/process/submitting-patches.rst Thanks, Boris. I will go over the doc and pay more attention on the patch format in the future. --- Best wishes Yi Wang