Sandeep Patil 7f4338a015 ABI: ion: Update abi for ion-core changes
ABI summary:
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 1 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function (1 filtered out)
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

'enum ion_heap_type at ion.h:31:1' changed:
  type size hasn't changed
  2 enumerator changes:
    'ion_heap_type::ION_HEAP_TYPE_CHUNK' from value '2' to '3' at ion.h:31:1
    'ion_heap_type::ION_HEAP_TYPE_CARVEOUT' from value '3' to '2' at ion.h:31:1

  6 impacted interfaces:
    function int __ion_device_add_heap(ion_heap*, module*)
    function int ion_buffer_zero(ion_buffer*)
    function void ion_device_remove_heap(ion_heap*)
    function void* ion_heap_map_kernel(ion_heap*, ion_buffer*)
    function int ion_heap_map_user(ion_heap*, ion_buffer*, vm_area_struct*)
    function void ion_heap_unmap_kernel(ion_heap*, ion_buffer*)

Bug: 140294230
Test: presubmit

Change-Id: Ic97dd7896366d5a353afa994e4db604b7d244ed9
Signed-off-by: Sandeep Patil <sspatil@google.com>
2019-09-10 05:24:25 -07:00
2019-09-09 10:37:39 +01:00
2019-08-15 11:09:16 -06:00
2019-09-09 10:37:39 +01:00
2019-07-23 16:21:59 -07:00
2019-09-09 10:37:39 +01:00
2019-07-19 12:22:04 -07:00
2019-09-09 10:37:39 +01: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.

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 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%