Go to file
Paul Lawrence 67f548809d ANDROID: GKI: update allowed list for incrementalfs.ko
Leaf changes summary: 17 artifacts changed (18 filtered out)
Changed leaf types summary: 0 (18 filtered out) leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 16 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 1 Added variable

16 Added functions:

  [A] 'function void __audit_inode_child(inode*, const dentry*, const unsigned char)'
  [A] 'function int __fsnotify_parent(const path*, dentry*, __u32)'
  [A] 'function int __fsverity_verify_signature(const inode*, const u8*, u32, const u8*, unsigned int)'
  [A] 'function void d_delete(dentry*)'
  [A] 'function vm_fault_t filemap_fault(vm_fault*)'
  [A] 'function void filemap_map_pages(vm_fault*, unsigned long int, unsigned long int)'
  [A] 'function vm_fault_t filemap_page_mkwrite(vm_fault*)'
  [A] 'function int fsnotify(inode*, unsigned int, void*, int, const unsigned char*, unsigned int)'
  [A] 'function void generic_fillattr(inode*, kstat*)'
  [A] 'function void inode_set_flags(inode*, unsigned int, unsigned int)'
  [A] 'function int kobject_add(kobject*, kobject*, const char*, ...)'
  [A] 'function void kobject_init(kobject*, kobj_type*)'
  [A] 'function char* match_strdup(const __anonymous_struct__*)'
  [A] 'function void* memchr_inv(void*, int, size_t)'
  [A] 'function void touch_atime(const path*)'
  [A] 'function long int vfs_truncate(const path*, loff_t)'

1 Added variable:

  [A] 'const sysfs_ops kobj_sysfs_ops'

Bug: 186190934
Test: With rest of series and ABI update incrementalfs.ko loads
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I7b191093ce9f8f226663ec55ed3f98eaa53f83aa
2021-04-27 11:52:29 -07:00
android ANDROID: GKI: update allowed list for incrementalfs.ko 2021-04-27 11:52:29 -07:00
arch This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
block This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
certs
crypto
Documentation UPSTREAM: fs-verity: move structs needed for file signing to UAPI header 2021-04-27 11:51:47 -07:00
drivers This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
firmware
fs ANDROID: fs-verity: Export function to check signatures 2021-04-27 11:52:29 -07:00
include ANDROID: fs-verity: Export function to check signatures 2021-04-27 11:52:29 -07:00
init This is the 4.19.186 stable release 2021-04-10 14:15:56 +02:00
ipc
kernel Merge 4.19.187 into android-4.19-stable 2021-04-16 07:42:26 +02:00
lib
LICENSES
mm This is the 4.19.185 stable release 2021-04-07 14:37:10 +02:00
net This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
samples
scripts
security
sound Merge 4.19.187 into android-4.19-stable 2021-04-16 07:42:26 +02:00
tools This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
usr
virt
.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: clang: update to 12.0.5 2021-04-19 19:40:51 +00:00
build.config.gki
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.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile This is the 4.19.188 stable release 2021-04-16 12:15:51 +02:00
OWNERS
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.