Paul Lawrence fbe7247e2f ANDROID: GKI: Update ABI for incfs and dm-user
Leaf changes summary: 16 artifacts changed (378 filtered out)
Changed leaf types summary: 0 (281 filtered out) leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed (92 filtered out), 16 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed (5 filtered out), 0 Added variable

16 Added functions:

  [A] 'function size_t ZSTD_DStreamWorkspaceBound(size_t)'
  [A] 'function size_t ZSTD_decompressStream(ZSTD_DStream*, ZSTD_outBuffer*, ZSTD_inBuffer*)'
  [A] 'function ZSTD_DStream* ZSTD_initDStream(size_t, void*, size_t)'
  [A] 'function unsigned long int _copy_from_iter(void*, unsigned long int, iov_iter*)'
  [A] 'function void bio_advance(bio*, unsigned int)'
  [A] 'function void bio_endio(bio*)'
  [A] 'function void bio_put(bio*)'
  [A] 'function unsigned long int copy_page_from_iter(page*, unsigned long int, unsigned long int, iov_iter*)'
  [A] 'function unsigned long int copy_page_to_iter(page*, unsigned long int, unsigned long int, iov_iter*)'
  [A] 'function int dm_register_target(target_type*)'
  [A] 'function void dm_unregister_target(target_type*)'
  [A] 'function int down_read_killable(rw_semaphore*)'
  [A] 'function int down_write_killable(rw_semaphore*)'
  [A] 'function void mempool_exit(mempool_s*)'
  [A] 'function int mempool_init(mempool_s*, int, void* (unsigned int, void*)*, void (void*, void*)*, void*)'
  [A] 'function int vfs_fsync(file*, int)'

Bug: 169084168
Fixes: 4a1753307d ("ANDROID: Add dependencies of dm-user.ko")
Test: Builds
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I4813f5400003882d08556f00542413058782457e
Signed-off-by: Will McVicker <willmcvicker@google.com>
2020-11-20 10:33:53 -08: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.
Description
No description provided
Readme 2.1 GiB
Languages
C 98%
Assembly 1.3%
Makefile 0.3%
Shell 0.1%