mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
7f4338a0150552335410d7cb55eed99db885cdc2
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>
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
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%