From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by gnuweeb.org (Postfix) with ESMTPS id 11DB28060C for ; Fri, 9 Sep 2022 07:38:27 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=bytedance-com.20210112.gappssmtp.com header.i=@bytedance-com.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=36o10mPT; dkim-atps=neutral Received: by mail-pl1-f172.google.com with SMTP id x1so1022542plv.5 for ; Fri, 09 Sep 2022 00:38:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytedance-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=ezqTgX5aoFbbwvpb8+qZYeXbiyBI9c/LxzdN5thGYBE=; b=36o10mPT7FUuo1YoAo7NjWWgKGI1JALa6tQB4PGmjQu8/LEQLz3vqdyC27sKqApetx PF1vTDo18oi6kKiNlE1GiqzwKaPZeH4tOu4KavJWHrq0rZTmteHrNLarqezaeWXX5THn mJHjFSwnXgFs8wyPvx1JzQcDK60oeyZCEuTjPW+1TI8t6Z266xVoNgQ9TTUxfHiFuVhb p1SP6ENaW0EJLH0Tmve7+778fLX0KAT+pzZGEZgXCjf10vT62iMX+UpKxOSa2MeGpvIX vw3PX+4LGhdp3im+dV/onIYCZo0cU1r9qd/RmZwc6QdAxec8SYPRW3B8lnCbpPGYURw1 my4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=ezqTgX5aoFbbwvpb8+qZYeXbiyBI9c/LxzdN5thGYBE=; b=JRG42gcjSOvHRGFRWFc9vtKTM1DU4qPwQ6c41muONvLhUYrL80Kq5IUgNv+Ss3+ekq Lw2tA+LbGNH2K1C0Wez0I8uzv/ado2qkACGNeh9NBwod+aZUduNTH/a4kAcKaNMJN8Sc PA26W61TLMBzbYGKQJOS5Spw8i2dqiePy1bZxjEXBmhJXaOSphIeliffi7nhcetgmVrI eKg12nclTOLWHO/VELq0+0UXaQxexGnlTQ8SH1oUjDe+zL7rtRqQeGWRCGfMce8pIKwg XOQ29cN/ubLfunMTqAl3HWZA/7Li0W2TiInSw1q0DyrO46ozExGJNqCNXfFgvxHh3PGu /i1g== X-Gm-Message-State: ACgBeo2PnxnILmuw/QADx8kLZNA0QY//vElT4bR/v6q6Dd1zyw3dRQxl +ChofqeNYyZHp0fWXt51erUrHA== X-Google-Smtp-Source: AA6agR7qNrCFjMSZtJX99NaFJwB36AGWp6zJMOQ+DYnsGTLGnxJJr/oMTnL0JwJEv5/AhJc6HAn/sQ== X-Received: by 2002:a17:90a:640c:b0:1fe:1763:e169 with SMTP id g12-20020a17090a640c00b001fe1763e169mr8147519pjj.35.1662709106554; Fri, 09 Sep 2022 00:38:26 -0700 (PDT) Received: from [10.4.108.105] ([139.177.225.250]) by smtp.gmail.com with ESMTPSA id r17-20020a170902c61100b0017532e01e3fsm708598plr.276.2022.09.09.00.38.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 09 Sep 2022 00:38:25 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2022 15:38:20 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [ammarfaizi2-block:arm64/linux/for-next/misc 2/2] arch/arm64/kernel/irq.c:81:6: warning: no previous prototype for function 'do_softirq_own_stack' Content-Language: en-US To: Arnd Bergmann Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Catalin Marinas , kernel test robot References: <202209091157.akimiv18-lkp@intel.com> <69409ea6-6daa-7973-c950-c6ca9ad96f50@bytedance.com> <23cde275-613b-4895-a05c-48a0ec55ff6a@www.fastmail.com> From: Qi Zheng In-Reply-To: <23cde275-613b-4895-a05c-48a0ec55ff6a@www.fastmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 2022/9/9 15:35, Arnd Bergmann wrote: > On Fri, Sep 9, 2022, at 9:07 AM, Qi Zheng wrote: > >> BTW, when I just compiled the kernel with W=1, I found a lot of >> compilation warnings, which is somewhat unexpected. > > Correct, the kernel test robot only sends emails for newly introduced > warnings, but it will keep nagging you about them. Got it. Thanks. > > Aarn -- Thanks, Qi