Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Greg Kroah-Hartman aa6c8427d1 Revert "perf: Fix perf_event_validate_size()"
This reverts commit f5d6ab0167 which is
commit 382c27f4ed28f803b1f1473ac2d8db0afc795a1b upstream.

It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.

Bug: 161946584
Change-Id: I7db90bfbe74a408b807480c811382e38731f0c53
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-12-19 09:45:25 +00:00
android Reapply "perf: Disallow mis-matched inherited group reads" 2023-11-03 15:43:52 +00:00
arch This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
block This is the 4.19.293 stable release 2023-08-30 16:38:16 +00:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-25 11:49:16 +02:00
crypto This is the 4.19.300 stable release 2023-11-30 09:36:03 +00:00
Documentation This is the 4.19.291 stable release 2023-08-25 11:24:56 +00:00
drivers This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
firmware
fs This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
include Revert "hrtimers: Push pending hrtimers away from outgoing CPU earlier" 2023-12-19 09:45:25 +00:00
init Merge 4.19.290 into android-4.19-stable 2023-08-24 17:29:16 +00:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2022-12-08 11:18:35 +01:00
kernel Revert "perf: Fix perf_event_validate_size()" 2023-12-19 09:45:25 +00:00
lib This is the 4.19.298 stable release 2023-11-08 11:10:34 +00:00
LICENSES
mm Merge 4.19.299 into android-4.19-stable 2023-11-26 12:52:14 +00:00
net This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
samples This is the 4.19.291 stable release 2023-08-25 11:24:56 +00:00
scripts Merge "Merge 4.19.302 into android-4.19-stable" into android-4.19-stable 2023-12-19 09:45:25 +00:00
security This is the 4.19.301 stable release 2023-12-08 09:28:23 +00:00
sound This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
tools This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
usr
virt KVM: arm64: vgic: Fix exit condition in scan_its_table() 2022-11-03 23:52:24 +09:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
build.config.aarch64
build.config.allmodconfig ANDROID: Different fix for KABI breakage in 4.19.209 in struct sock 2021-10-11 19:44:01 +00:00
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common ANDROID: clang: update to 12.0.5 2021-04-19 19:40:51 +00:00
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.gki_kprobes
build.config.gki_kprobes.aarch64
build.config.gki_kprobes.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS This is the 4.19.298 stable release 2023-11-08 11:10:34 +00:00
Makefile This is the 4.19.302 stable release 2023-12-14 09:05:30 +00:00
OWNERS ANDROID: Add OWNERS files referring to the respective android-mainline OWNERS 2021-04-03 14:09:44 +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.