mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 17:28:30 +02:00
Linux kernel source tree
Leaf changes summary: 7 artifacts changed (1 filtered out)
Changed leaf types summary: 2 (1 filtered out) leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 5 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
5 Added functions:
[A] 'function void cfg80211_ap_stopped(net_device*, gfp_t)'
[A] 'function crypto_sync_skcipher* crypto_alloc_sync_skcipher(const char*, u32, u32)'
[A] 'function thermal_zone_device* devm_thermal_of_virtual_sensor_register(device*, const virtual_sensor_data*)'
[A] 'function void input_set_timestamp(input_dev*, ktime_t)'
[A] 'function int of_fdt_get_ddrtype()'
'struct device_connection at device.h:777:1' changed:
type size changed from 320 to 384 (in bits)
1 data member insertion:
'fwnode_handle* device_connection::fwnode', at offset 0 (in bits) at device.h:783:1
there are data member changes:
'const char* device_connection::endpoint[2]' offset changed from 0 to 64 (in bits) (by +64 bits)
'const char* device_connection::id' offset changed from 128 to 192 (in bits) (by +64 bits)
'list_head device_connection::list' offset changed from 192 to 256 (in bits) (by +64 bits)
one impacted interface:
function void* device_connection_find_match(device*, const char*, void*, void ()*)
'struct input_dev at input.h:121:1' changed:
type size changed from 10944 to 11136 (in bits)
1 data member insertion:
'ktime_t input_dev::timestamp[3]', at offset 10944 (in bits) at input.h:200:1
38 impacted interfaces
Bug: 150894598
Bug: 150811495
Bug: 149945768
Bug: 150901210
Bug: 150896413
Bug: 150980314
Change-Id: I4e7d2024b733cde5cdf4d13e340f032d3705ece5
Signed-off-by: Hridya Valsaraju <hridya@google.com>
|
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| abi_gki_aarch64_cuttlefish_whitelist | ||
| abi_gki_aarch64_qcom_whitelist | ||
| abi_gki_aarch64_whitelist | ||
| abi_gki_aarch64.xml | ||
| build.config.aarch64 | ||
| build.config.allmodconfig | ||
| build.config.allmodconfig.aarch64 | ||
| build.config.allmodconfig.x86_64 | ||
| build.config.common | ||
| build.config.cuttlefish.aarch64 | ||
| build.config.cuttlefish.x86_64 | ||
| build.config.gki | ||
| build.config.gki.aarch64 | ||
| build.config.gki.x86_64 | ||
| build.config.x86_64 | ||
| COPYING | ||
| CREDITS | ||
| cuttlefish.fragment | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| 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.