mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
62ed93d1996b3aaeadda59b25ac5b70be59b8a61
To pick the changes from:2b12993220("x86/speculation: Add RSB VM Exit protections")28a99e95f5("x86/amd: Use IBPB for firmware calls")4ad3278df6("x86/speculation: Disable RRSBA behavior")26aae8ccbc("x86/cpu/amd: Enumerate BTC_NO")9756bba284("x86/speculation: Fill RSB on vmexit for IBRS")3ebc170068("x86/bugs: Add retbleed=ibpb")2dbb887e87("x86/entry: Add kernel IBRS implementation")6b80b59b35("x86/bugs: Report AMD retbleed vulnerability")a149180fbc("x86: Add magic AMD return-thunk")15e67227c4("x86: Undo return-thunk damage")a883d624ae("x86/cpufeatures: Move RETPOLINE flags to word 11")aae99a7c9a("x86/cpufeatures: Introduce x2AVIC CPUID bit")6f33a9daff("x86: Fix comment for X86_FEATURE_ZEN")5180218615("x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug") This only causes these perf files to be rebuilt: CC /tmp/build/perf/bench/mem-memcpy-x86-64-asm.o CC /tmp/build/perf/bench/mem-memset-x86-64-asm.o And addresses this perf build warning: Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h' diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexandre Chartre <alexandre.chartre@oracle.com> Cc: Andrew Cooper <andrew.cooper3@citrix.com> Cc: Borislav Petkov <bp@suse.de> Cc: Daniel Sneddon <daniel.sneddon@linux.intel.com> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Josh Poimboeuf <jpoimboe@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Pawan Gupta <pawan.kumar.gupta@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Cc: Wyes Karny <wyes.karny@amd.com> Link: https://lore.kernel.org/lkml/Yvznmu5oHv0ZDN2w@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%