Go to file
Will McVicker 897439b64d ANDROID: update the kernel release format for GKI
The new kernel release format is: w.x.y-zz-k where,
  w.x.y are the current values
  zzz is the Android Release value
  k is the KMI Generation number

This allows one to identify the kernel module interface version using
`uname -r`. The KMI Generation number is used to identify any KMI
changes that occur after the KMI freeze. This should only occur in an
unlikely event that a security patch requires a KMI update.

Here is a local example:
  5.4.51-android12-0-00153-ga972f59040e4-dirty

Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 159842160
Change-Id: I33f40e424ca967b85d810cdb12c6a2c58e4197b7
[willmcvicker: squash with commit 0c0d417747d8e289b2808c3fca32c845f82fd5e5]
2020-07-27 22:22:43 +00:00
android ANDROID: GKI: Update the ABI xml representation. 2020-07-20 21:42:12 +00:00
arch Revert "arm64/alternatives: use subsections for replacement sequences" 2020-07-22 16:17:30 +02:00
block Merge 4.19.133 into android-4.19-stable 2020-07-17 07:54:52 +02:00
certs
crypto This is the 4.19.132 stable release 2020-07-09 11:20:59 +02:00
Documentation This is the 4.19.134 stable release 2020-07-22 13:03:12 +02:00
drivers This is the 4.19.134 stable release 2020-07-22 13:03:12 +02:00
firmware
fs ANDROID: Incremental fs: magic number compatible 32-bit 2020-07-24 14:49:52 +00:00
include ANDROID: GKI: preserve ABI for struct sock_cgroup_data 2020-07-23 10:12:34 -07:00
init This is the 4.19.134 stable release 2020-07-22 13:03:12 +02: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.134 stable release 2020-07-22 13:03:12 +02:00
lib ANDROID: lib/vdso: do not update timespec if clock_getres() fails 2020-06-30 05:51:06 +00:00
LICENSES
mm This is the 4.19.132 stable release 2020-07-09 11:20:59 +02:00
net Revert "genetlink: remove genl_bind" 2020-07-23 10:12:18 -07:00
samples This is the 4.19.126 stable release 2020-06-03 09:23:15 +02:00
scripts ANDROID: update the kernel release format for GKI 2020-07-27 22:22:43 +00:00
security This is the 4.19.134 stable release 2020-07-22 13:03:12 +02:00
sound This is the 4.19.134 stable release 2020-07-22 13:03:12 +02:00
tools This is the 4.19.134 stable release 2020-07-22 13:03:12 +02:00
usr
virt KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception 2020-06-22 09:05:09 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common ANDROID: update the kernel release format for GKI 2020-07-27 22:22:43 +00:00
build.config.gki
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.gki-debug.aarch64 ANDROID: Fix build.config.gki-debug 2020-05-20 11:50:18 +00:00
build.config.gki-debug.x86_64 ANDROID: Fix build.config.gki-debug 2020-05-20 11:50:18 +00:00
build.config.gki.aarch64 ANDROID: GKI: move abi files to android/ 2020-07-07 09:36:54 +02:00
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile ANDROID: update the kernel release format for GKI 2020-07-27 22:22:43 +00:00
README

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.