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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,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 601BDC07E98 for ; Mon, 5 Jul 2021 07:55:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36894613B2 for ; Mon, 5 Jul 2021 07:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230041AbhGEH6c (ORCPT ); Mon, 5 Jul 2021 03:58:32 -0400 Received: from mga12.intel.com ([192.55.52.136]:56039 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229993AbhGEH6b (ORCPT ); Mon, 5 Jul 2021 03:58:31 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10035"; a="188622900" X-IronPort-AV: E=Sophos;i="5.83,325,1616482800"; d="scan'208";a="188622900" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 00:55:53 -0700 X-IronPort-AV: E=Sophos;i="5.83,325,1616482800"; d="scan'208";a="496036221" Received: from shao2-debian.sh.intel.com (HELO [10.239.13.11]) ([10.239.13.11]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 00:55:52 -0700 Subject: Re: [kbuild-all] arch/arm64/kvm/sys_regs.c:1544:13: warning: initialized field overwritten To: Marc Zyngier Cc: kernel test robot , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org References: <202107011859.Aaa29UW0-lkp@intel.com> <877di99e3y.wl-maz@kernel.org> From: Rong Chen Message-ID: <42a490cd-aebf-c31f-d3d3-9bb7988ba45f@intel.com> Date: Mon, 5 Jul 2021 15:55:50 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <877di99e3y.wl-maz@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/2/21 6:58 PM, Marc Zyngier wrote: > Hi Rong, > > On Fri, 02 Jul 2021 09:55:00 +0100, > Rong Chen wrote: >> Hi Marc, >> >> It looks like another report >> https://lore.kernel.org/lkml/202106302037.QmEffgZV-lkp@intel.com/ >> Do you want us to stop report this commit too? > Yes please. In general, I'm not interested in reports that are > triggered by the presence of '-Woverride-init' in the compilation > options. > > Thanks, > > M. > Got it, thanks for the information. Best Regards, Rong Chen