Go to file
Nick Desaulniers 6b80031fa1 Revert "Revert "ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for x86_64""
This reverts commit e9a55d9770.

Re-enables the use of LLVM_IAS=1. This was disabled in aosp/1559459 due
to a single time-based test failure. This test failure is not
reproducible locally. The failure has never been observed on newer
kernel versions either. We should consider disabling this test if we
observe further flakes.

Test: 1. apply this patch
2. build kernel image
  $ BUILD_CONFIG=common/build.config.gki.x86_64 build/build.sh && \
    BUILD_CONFIG=common-modules/virtual-device/build.config.cuttlefish.x86_64 \
    build/build.sh
3. launch cuttlefish with custom kernel image
  $ launch_cvd -kernel_path=/path/to/out/android-4.19-stable/dist/bzImage \
    -initramfs_path=/path/to/out/android-4.19-stable/dist/initramfs.img &
4. run test
  $ atest vts_ltp_test_\
    x86:syscalls.nanosleep01_32bit#syscalls.nanosleep01_32bit -- --abi x86
Test was repeated 10 times locally, 0 failures observed.
Bug: 141693040
Bug: 178427746
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I6e93fafe0477df9c55cc6a0fa145660975927294
2021-02-03 13:34:51 -08:00
android ANDROID: GKI: Update ABI 2021-02-02 20:12:40 +00:00
arch This is the 4.19.171 stable release 2021-01-27 11:45:59 +01:00
block This is the 4.19.169 stable release 2021-01-19 18:49:37 +01:00
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 2018-08-22 23:21:44 +09:00
crypto Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
Documentation This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
drivers This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
firmware Fix built-in early-load Intel microcode alignment 2020-01-23 08:21:29 +01:00
fs This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
include ANDROID: GKI: fix up abi issues with 4.19.172 2021-02-01 13:56:51 +01:00
init This is the 4.19.155 stable release 2020-11-05 14:02:27 +01:00
ipc Revert "ANDROID: vfs: Add permission2 for filesystems with per mount permissions" 2020-06-27 15:17:42 +02:00
kernel This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
lib Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
mm This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
net This is the 4.19.171 stable release 2021-01-27 11:45:59 +01:00
samples This is the 4.19.164 stable release 2020-12-30 12:19:31 +01:00
scripts Merge 4.19.167 into android-4.19-stable 2021-01-13 10:28:13 +01:00
security This is the 4.19.169 stable release 2021-01-19 18:49:37 +01:00
sound This is the 4.19.171 stable release 2021-01-27 11:45:59 +01:00
tools This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
usr initramfs: restore default compression behavior 2020-04-13 10:44:59 +02:00
virt KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace 2020-12-02 08:48:07 +01:00
.clang-format clang-format: Set IndentWrappedFunctionNames false 2018-08-01 18:38:51 +02:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Add hch to .get_maintainer.ignore 2015-08-21 14:30:10 -07:00
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
build.config.aarch64 ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for aarch64 2021-01-11 17:34:43 -08:00
build.config.allmodconfig Revert "ANDROID: Kbuild, LLVMLinux: allow overriding clang target triple" 2020-11-10 11:47:24 -08:00
build.config.allmodconfig.aarch64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.allmodconfig.arm ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.allmodconfig.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.arm Revert "ANDROID: Kbuild, LLVMLinux: allow overriding clang target triple" 2020-11-10 11:47:24 -08:00
build.config.common ANDROID: clang: update to 12.0.1 2021-01-26 04:20:13 +00:00
build.config.gki ANDROID: gki: Removed cf modules from gki_defconfig 2020-01-31 16:23:38 -08:00
build.config.gki_kasan ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.gki_kasan.aarch64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.gki_kasan.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.gki-debug.aarch64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.gki-debug.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.gki.aarch64 ANDROID: GKI: prevent removal of monitored symbols 2020-09-29 11:48:43 +01:00
build.config.gki.x86_64 ANDROID: drop KERNEL_DIR setting in build.config.common 2020-09-25 15:14:51 +08:00
build.config.x86_64 Revert "Revert "ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for x86_64"" 2021-02-03 13:34:51 -08:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS 9p: remove Ron Minnich from MAINTAINERS 2018-08-17 16:20:26 -07:00
Kbuild Kbuild updates for v4.15 2017-11-17 17:45:29 -08:00
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 2018-08-02 08:06:55 +09:00
MAINTAINERS UPSTREAM: net: WireGuard secure network tunnel 2020-10-25 11:48:12 +01:00
Makefile This is the 4.19.172 stable release 2021-02-01 12:59:33 +01:00
README Docs: Added a pointer to the formatted docs to README 2018-03-21 09:02:53 -06:00

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.