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 212C4ECAAD3 for ; Fri, 9 Sep 2022 06:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229719AbiIIGE3 (ORCPT ); Fri, 9 Sep 2022 02:04:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229652AbiIIGE1 (ORCPT ); Fri, 9 Sep 2022 02:04:27 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93DBDBD0 for ; Thu, 8 Sep 2022 23:04:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 54660B822BC for ; Fri, 9 Sep 2022 06:04:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1A112C433B5 for ; Fri, 9 Sep 2022 06:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662703461; bh=bP/pZ2FGFxjVycZ4CCSMTSKhvsMKzQm2cVi7mYcrYFo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gmNvO/f2xXK9cMZGjShX5ZFopoF1hVHH9SiPYD2Az8jyJuyQexbwwQx/fQcYWjMvG 405GL1J0NBmZ+SoT8HDuSJvszRY65iYV0Nk20e2roi/c54deMilcFECkYSYeEsrPby N4Y8RR1mr2dxjGkODYs1C62JVPj99MSMccwsx4WenzAAi1PCKnybssOQEOo0vTSAGN /oXdyaahHdp3vk4iDhbYBb2BPnl5lYBDC/JvD8WdAr1Mc3rhDyHlm4cWOOffpXxyiW HOJ/vnQtFzsPL3WEpjeOxjQOWe+phQZDSumYSeUEN9ukh8lkSM2aWXo3vNKEUpFxd/ u+oOPOURf9Kxw== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 0737DC433E9; Fri, 9 Sep 2022 06:04:21 +0000 (UTC) From: bugzilla-daemon@kernel.org To: kvm@vger.kernel.org Subject: [Bug 216365] kvm selftests build fail Date: Fri, 09 Sep 2022 06:04:20 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo virtualization_kvm@kernel-bugs.osdl.org X-Bugzilla-Product: Virtualization X-Bugzilla-Component: kvm X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: high X-Bugzilla-Who: lixiao.yang@intel.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DOCUMENTED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: virtualization_kvm@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=3D216365 Yang Lixiao (lixiao.yang@intel.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DOCUMENTED --- Comment #1 from Yang Lixiao (lixiao.yang@intel.com) --- The failure is because kernel headers are not installed. Executing "make headers_install" on top level Makefile prior to building selftest can solve this problem. KVM has stoped using KSFT_KHDR_INSTALL after july 8 2022 and can't install kernel headers automatically when build selftest. Some details could be seen in the following patches : f2745dc0ba3dadd8fa2b2c33f48253d78e133a12 selftests: stop using KSFT_KHDR_INSTALL 49de12ba06efcba76332054379830f9d04541492 selftests: drop KSFT_KHDR_INSTALL = make target --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=