[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210428193756.2110517-3-ricarkol@google.com>
Date: Wed, 28 Apr 2021 12:37:52 -0700
From: Ricardo Koller <ricarkol@...gle.com>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
"H. Peter Anvin" <hpa@...or.com>,
Sean Christopherson <seanjc@...gle.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Wanpeng Li <wanpengli@...cent.com>,
Jim Mattson <jmattson@...gle.com>,
Joerg Roedel <joro@...tes.org>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
linux-kernel@...r.kernel.org, clang-built-linux@...glegroups.com,
Ricardo Koller <ricarkol@...gle.com>
Subject: [PATCH v2 2/6] tools headers x86: Update bitsperlong.h in tools
Update uapi/asm-generic/bitsperlong.h with the latest version in the
kernel. Here is how KVM selftests is currently including it:
tools/testing/selftests/kvm/lib/elf.c:#include <linux/elf.h>
. ../../../../usr/include/linux/elf.h
.. ../../../../tools/include/linux/types.h
... ../../../../usr/include/asm/types.h
.... ../../../../usr/include/asm-generic/types.h
..... ../../../../usr/include/asm-generic/int-ll64.h
...... ../../../../usr/include/asm/bitsperlong.h
....... ../../../../tools/include/asm-generic/bitsperlong.h
........ ../../../../tools/include/uapi/asm-generic/bitsperlong.h
Signed-off-by: Ricardo Koller <ricarkol@...gle.com>
---
tools/include/uapi/asm-generic/bitsperlong.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/include/uapi/asm-generic/bitsperlong.h b/tools/include/uapi/asm-generic/bitsperlong.h
index 23e6c416b85f..693d9a40eb7b 100644
--- a/tools/include/uapi/asm-generic/bitsperlong.h
+++ b/tools/include/uapi/asm-generic/bitsperlong.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG
#define _UAPI__ASM_GENERIC_BITS_PER_LONG
--
2.31.1.498.g6c1eba8ee3d-goog
Powered by blists - more mailing lists