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 59031ECAAA3 for ; Fri, 26 Aug 2022 15:12:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244388AbiHZPMx (ORCPT ); Fri, 26 Aug 2022 11:12:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245684AbiHZPL7 (ORCPT ); Fri, 26 Aug 2022 11:11:59 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C8DEDEB5C for ; Fri, 26 Aug 2022 08:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661526557; x=1693062557; h=date:from:to:cc:subject:message-id:mime-version; bh=UGiZkh5Bys/4pSAQhlUkrqm+lOAA5Ftlt8P24fAHZDE=; b=mWwCfT5Y+jftmd9W5hI8IpfUaWOMi9OkUMzEydtkj9wngt9YcBB7N73C WRBpo9wjoQe9MkYE+h1HxHnl2q4ZZG0HjgQ6l85/Ka172+5CIjlqtXUBm slNKE8/pkMtSt+5WMpAZB240MYeWte9dlcD2FxPeUH9McHAQCBXlWcRkN PwSRr6k9pVLLkMgJO2J5F88TQxnNpvJbVYBXsyIeob5hQB+tl/MEz6VxH 1v2Bo6XeoyBvk2px0TLJnnxuDj2pYvPftPRuV8dw2CvHWOCfg7fA/Ub5r zCQdJ0c8yJqrfmvcQOpUPieuwwOqUQ67yeizJ/tUHpHjUWedr2WLeaHZG A==; X-IronPort-AV: E=McAfee;i="6500,9779,10451"; a="293267458" X-IronPort-AV: E=Sophos;i="5.93,265,1654585200"; d="scan'208";a="293267458" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Aug 2022 08:08:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,265,1654585200"; d="scan'208";a="678890258" Received: from lkp-server01.sh.intel.com (HELO 71b0d3b5b1bc) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 26 Aug 2022 08:08:58 -0700 Received: from kbuild by 71b0d3b5b1bc with local (Exim 4.96) (envelope-from ) id 1oRax7-000027-2x; Fri, 26 Aug 2022 15:08:57 +0000 Date: Fri, 26 Aug 2022 23:08:52 +0800 From: kernel test robot To: Brijesh Singh Cc: Paul Gazzillo , Necip Fazil Yildiran , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Borislav Petkov Subject: kismet: WARNING: unmet direct dependencies detected for CRYPTO_AEAD2 when selected by SEV_GUEST Message-ID: <202208262201.KpZ9BZoq-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 4c612826bec1441214816827979b62f84a097e91 commit: fce96cf0443083e37455eff8f78fd240c621dae3 virt: Add SEV-SNP guest driver date: 5 months ago config: x86_64-kismet-CONFIG_CRYPTO_AEAD2-CONFIG_SEV_GUEST-0-0 (https://download.01.org/0day-ci/archive/20220826/202208262201.KpZ9BZoq-lkp@intel.com/config) reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fce96cf0443083e37455eff8f78fd240c621dae3 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout fce96cf0443083e37455eff8f78fd240c621dae3 # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_CRYPTO_AEAD2 --selectors CONFIG_SEV_GUEST -a=x86_64 # 2. reproduce by make # save the config file to linux source tree cd linux make ARCH=x86_64 olddefconfig If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot kismet warnings: (new ones prefixed by >>) >> kismet: WARNING: unmet direct dependencies detected for CRYPTO_AEAD2 when selected by SEV_GUEST WARNING: unmet direct dependencies detected for CRYPTO_GCM Depends on [n]: CRYPTO [=n] Selected by [y]: - SEV_GUEST [=y] && VIRT_DRIVERS [=y] && AMD_MEM_ENCRYPT [=y] WARNING: unmet direct dependencies detected for CRYPTO_AEAD2 Depends on [n]: CRYPTO [=n] Selected by [y]: - SEV_GUEST [=y] && VIRT_DRIVERS [=y] && AMD_MEM_ENCRYPT [=y] -- 0-DAY CI Kernel Test Service https://01.org/lkp