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 BF602ECAAD4 for ; Fri, 26 Aug 2022 23:25:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245185AbiHZXZf (ORCPT ); Fri, 26 Aug 2022 19:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234203AbiHZXZ0 (ORCPT ); Fri, 26 Aug 2022 19:25:26 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 875C75721D for ; Fri, 26 Aug 2022 16:25:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661556325; x=1693092325; h=date:from:to:cc:subject:message-id:mime-version; bh=NmWk5k9zzw/VjsfwQZfk4wiZ8VTW8sB239V2xjy9Ybs=; b=J+ee75lmwSZaYfdutQ5DMQJXxTtXM0uh9crcPe+4KcHt4FYeNWZRwBid uDA6WLHkuCx+LJ/B2VuNSq/W6uBsh6ofeLijW2OQCt877yED1Bg6IO3tT VYRHOY3CcU7OfBW88JwSteSt9QeDHNihhNe/k+iywUI7Xnuoy2sMRfQTB hmNyYABmk5w8CAd+aXh/ZBYtms94yiNuSUEmRtGQ4kCFQJ0KXSxIpq6dp +316w12yOts3GyU50zmvri+nBknYO46mNvHQtrTK0ChFaouPRjU3cOtDI 5hGUUBXh/Tk0IhIURfCTKfKTa1qRc+riytxKO5kh3ft3UXGto+z58ocmR Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10451"; a="293355415" X-IronPort-AV: E=Sophos;i="5.93,266,1654585200"; d="scan'208";a="293355415" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Aug 2022 16:25:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,266,1654585200"; d="scan'208";a="643831383" Received: from lkp-server01.sh.intel.com (HELO 71b0d3b5b1bc) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 26 Aug 2022 16:25:23 -0700 Received: from kbuild by 71b0d3b5b1bc with local (Exim 4.96) (envelope-from ) id 1oRihX-0000dv-0B; Fri, 26 Aug 2022 23:25:23 +0000 Date: Sat, 27 Aug 2022 07:25:16 +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: <202208270733.XIo5aiLH-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: e022620b5d056e822e42eb9bc0f24fcb97389d86 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/20220827/202208270733.XIo5aiLH-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