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=-12.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 3638AC4338F for ; Mon, 23 Aug 2021 09:16:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 174E76126A for ; Mon, 23 Aug 2021 09:16:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235772AbhHWJQ5 (ORCPT ); Mon, 23 Aug 2021 05:16:57 -0400 Received: from mga12.intel.com ([192.55.52.136]:47130 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235828AbhHWJQv (ORCPT ); Mon, 23 Aug 2021 05:16:51 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10084"; a="196640763" X-IronPort-AV: E=Sophos;i="5.84,344,1620716400"; d="scan'208";a="196640763" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2021 02:16:09 -0700 X-IronPort-AV: E=Sophos;i="5.84,344,1620716400"; d="scan'208";a="525863669" Received: from rongch2-mobl.ccr.corp.intel.com (HELO [10.255.29.47]) ([10.255.29.47]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2021 02:16:07 -0700 Subject: Re: [kbuild-all] Re: [peterz-queue:sched/core 8/11] include/linux/sched.h:1722:57: warning: unused parameter 'dst' To: Peter Zijlstra , kernel test robot Cc: Will Deacon , clang-built-linux@googlegroups.com, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Valentin Schneider References: <202108210940.aD3d42zA-lkp@intel.com> From: "Chen, Rong A" Message-ID: <428f3e9a-a8d3-51ca-5e2e-caa50b8da3eb@intel.com> Date: Mon, 23 Aug 2021 17:16:05 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/23/2021 5:02 PM, Peter Zijlstra wrote: > On Sat, Aug 21, 2021 at 09:20:50AM +0800, kernel test robot wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git sched/core >> head: 234b8ab6476c5edd5262e2ff563de9498d60044a >> commit: b90ca8badbd11488e5f762346b028666808164e7 [8/11] sched: Introduce task_struct::user_cpus_ptr to track requested affinity >> config: i386-randconfig-a016-20210820 (attached as .config) >> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d9c5613e856cf2addfbf892fc4c1ce9ef9feceaa) >> reproduce (this is a W=1 build): > > Dear 0day folks; could you please blacklist me for all W=1 build output? > I'm 100% not interested in random compiler generated garbage. Hi Peterz, Got it, we'll do that for you asap. Best Regards, Rong Chen