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 4979EC5AC75 for ; Wed, 26 Jan 2022 01:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235995AbiAZBtH (ORCPT ); Tue, 25 Jan 2022 20:49:07 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:54770 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235996AbiAZBs7 (ORCPT ); Tue, 25 Jan 2022 20:48:59 -0500 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 E7FFDB81AC6 for ; Wed, 26 Jan 2022 01:48:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 216D8C340E0; Wed, 26 Jan 2022 01:48:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1643161736; bh=uUHySouKikyHNqwlxz4mS5Gnyl4t4S//otcGHTQPm1Q=; h=Date:From:To:Subject:From; b=XfkI+AEB+YcuVOyM6FwssTXY8PXmeZAvCPjJddCzuxai1AHg87pjd4hwAY+1fPBfx JRiNv/Z2lRx5QsU+ahreMFk8XllfhwiKp32wTrn4VyrzxE7VZRGvE6wzNxgYAGFqHN /V8bNtCLuYZnch740FBjdI6MLspt8+HOv8IgW9HA= Date: Tue, 25 Jan 2022 17:48:55 -0800 From: akpm@linux-foundation.org To: andrealmeid@collabora.com, apopple@nvidia.com, chi.minghao@zte.com.cn, dave@stgolabs.net, davem@davemloft.net, dvhart@infradead.org, kuba@kernel.org, mathew.j.martineau@linux.intel.com, matthieu.baerts@tessares.net, mic@digikod.net, mingo@redhat.com, mm-commits@vger.kernel.org, pbonzini@redhat.com, peterz@infradead.org, shuah@kernel.org, tglx@linutronix.de, usama.anjum@collabora.com Subject: + selftests-kvm-add-the-uapi-headers-include-variable.patch added to -mm tree Message-ID: <20220126014855.CZKyqo7Bi%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: selftests: kvm: add the uapi headers include variable has been added to the -mm tree. Its filename is selftests-kvm-add-the-uapi-headers-include-variable.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/selftests-kvm-add-the-uapi-headers-include-variable.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/selftests-kvm-add-the-uapi-headers-include-variable.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Muhammad Usama Anjum Subject: selftests: kvm: add the uapi headers include variable Out of tree build of this test fails if relative path of the output directory is specified. Add KHDR_INCLUDES to correctly reach the headers. Link: https://lkml.kernel.org/r/20220119101531.2850400-6-usama.anjum@collabora.com Signed-off-by: Muhammad Usama Anjum Cc: Alistair Popple Cc: Andr Almeida Cc: Darren Hart Cc: Davidlohr Bueso Cc: "David S. Miller" Cc: Ingo Molnar Cc: Jakub Kicinski Cc: Mat Martineau Cc: Matthieu Baerts Cc: Mickal Salan Cc: Minghao Chi Cc: Paolo Bonzini Cc: Peter Zijlstra Cc: Shuah Khan Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- tools/testing/selftests/kvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/kvm/Makefile~selftests-kvm-add-the-uapi-headers-include-variable +++ a/tools/testing/selftests/kvm/Makefile @@ -149,7 +149,7 @@ endif CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -O2 -g -std=gnu99 \ -fno-stack-protector -fno-PIE -I$(LINUX_TOOL_INCLUDE) \ -I$(LINUX_TOOL_ARCH_INCLUDE) -I$(LINUX_HDR_PATH) -Iinclude \ - -I$(