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 5D027C4332F for ; Fri, 10 Nov 2023 17:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345335AbjKJRn5 (ORCPT ); Fri, 10 Nov 2023 12:43:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235230AbjKJRna (ORCPT ); Fri, 10 Nov 2023 12:43:30 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E8BA83E8; Thu, 9 Nov 2023 23:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699600695; x=1731136695; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=NF0h8QzfztbFfHhC9cK2K5o6pamjC/MGDzjiJJkHWtk=; b=FPDkfux8T/Bun4Ar3l/CBtKS1YHC+nqdusz7a3YnwjeIXGQn3xX33EwY 0c/BVaqBt34kitHmbPg35d7OGi9acQaQfTJdOzjwwWOhTfYmUNduwKZyx hZb6Nd7xvabHPwMfbdQ7m3V2UdaWEhOcgONKJNdXgh3ScWgl1xNiOdZmw Kxpf7PJdw3U0fQKuHuYcCC/38ANfBmcD/rUxuW29qvZrpd8EsnPgeA891 h6HaBAleEeOCD6clTXV7/a+anvB8ZE7KC8AyYtIM9kBajIl5cWiKCJr8h 35UcVBpp4fO4WCT6Z0jBmS+Xe1SeeUYJ888CZSQMFOJAQGbjD9aYMiJSp w==; X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="394051333" X-IronPort-AV: E=Sophos;i="6.03,291,1694761200"; d="scan'208";a="394051333" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2023 23:18:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="907397742" X-IronPort-AV: E=Sophos;i="6.03,291,1694761200"; d="scan'208";a="907397742" Received: from lkp-server01.sh.intel.com (HELO 17d9e85e5079) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 09 Nov 2023 23:18:08 -0800 Received: from kbuild by 17d9e85e5079 with local (Exim 4.96) (envelope-from ) id 1r1LmH-0009TW-2w; Fri, 10 Nov 2023 07:18:05 +0000 Date: Fri, 10 Nov 2023 15:17:56 +0800 From: kernel test robot To: Daniel Walker , Will Deacon , Christophe Leroy , Rob Herring , Daniel Gimpelevich , Andrew Morton , Pratyush Brahma , Tomas Mudrunka , Sean Anderson , x86@kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" Cc: Paul Gazzillo , Necip Fazil Yildiran , oe-kbuild-all@lists.linux.dev, Linux Memory Management List , xe-linux-external@cisco.com, Ruslan Ruslichenko , Ruslan Bilovol , linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line Message-ID: <202311101507.q12gPUvS-lkp@intel.com> References: <20231110013817.2378507-7-danielwa@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231110013817.2378507-7-danielwa@cisco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, kernel test robot noticed the following build warnings: [auto build test WARNING on v6.6] [cannot apply to arm64/for-next/core efi/next tip/x86/core robh/for-next linus/master next-20231110] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Daniel-Walker/CMDLINE-add-generic-builtin-command-line/20231110-094423 base: v6.6 patch link: https://lore.kernel.org/r/20231110013817.2378507-7-danielwa%40cisco.com patch subject: [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line config: x86_64-kismet-CONFIG_SYSTEM_EXTRA_CERTIFICATE-CONFIG_CMDLINE_EXTRA-0-0 (https://download.01.org/0day-ci/archive/20231110/202311101507.q12gPUvS-lkp@intel.com/config) reproduce: (https://download.01.org/0day-ci/archive/20231110/202311101507.q12gPUvS-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202311101507.q12gPUvS-lkp@intel.com/ kismet warnings: (new ones prefixed by >>) >> kismet: WARNING: unmet direct dependencies detected for SYSTEM_EXTRA_CERTIFICATE when selected by CMDLINE_EXTRA WARNING: unmet direct dependencies detected for SYSTEM_EXTRA_CERTIFICATE Depends on [n]: CRYPTO [=y] && SYSTEM_TRUSTED_KEYRING [=n] Selected by [y]: - CMDLINE_EXTRA [=y] && GENERIC_CMDLINE [=y] && CMDLINE_BOOL [=y] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki