commit | f04036b092ee7f50f0279e2a3909c9c1f899725b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <[email protected]> | Wed Sep 29 13:28:28 2021 +0200 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Sep 29 13:37:10 2021 +0200 |
tree | 0f9839a8162b031c0d04c51dda87e195cf142c45 | |
parent | 1b6d7b3a2162f55441d3d0774c41a4fc6378798f [diff] |
ANDROID: GKI: update .xml file to handle previous issues The .xml file has been updated incorrectly somehow, as developers use LTO=thin and treehugger uses LTO=full. This can cause problems sometimes when dealing with some types. So update the .xml file again, with LTO=full to get rid of the current difference to allow future real api changes to show up properly. The root cause is being worked on, but for now, this update is required to allow LTS updates to move forward. No real ABI changes are happening here at all, this is ONLY a .xml file update to make the tools happy. Functions changes summary: 0 Removed, 6 Changed (4103 filtered out), 0 Added functions Variables changes summary: 0 Removed, 0 Changed (355 filtered out), 0 Added variables 6 functions with some indirect sub-type change: [C] 'function int migrate_pages(list_head*, page* (page*, unsigned long int)*, void (page*, unsigned long int)*, unsigned long int, migrate_mode, int)' at migrate.c:1391:1 has some indirect sub-type changes: parameter 2 of type 'page* (page*, unsigned long int)*' has sub-type changes: in pointed to type 'function type page* (page*, unsigned long int)' at migrate.h:10:1: entity changed from 'function type page* (page*, unsigned long int)' to 'typedef new_page_t' at migrate.h:10:1 type size hasn't changed parameter 3 of type 'void (page*, unsigned long int)*' has sub-type changes: in pointed to type 'function type void (page*, unsigned long int)' at migrate.h:11:1: entity changed from 'function type void (page*, unsigned long int)' to 'typedef free_page_t' at migrate.h:11:1 type size hasn't changed [C] 'function __kernel_old_timeval ns_to_kernel_old_timeval(long long int)' at time.c:452:1 has some indirect sub-type changes: parameter 1 of type 'long long int' changed: entity changed from 'long long int' to 'const s64' type size hasn't changed [C] 'function timespec64 ns_to_timespec64(long long int)' at time.c:506:1 has some indirect sub-type changes: parameter 1 of type 'long long int' changed: entity changed from 'long long int' to 'const s64' type size hasn't changed [C] 'function void percpu_ref_kill_and_confirm(percpu_ref*, void (percpu_ref*)*)' at percpu-refcount.c:375:1 has some indirect sub-type changes: parameter 2 of type 'void (percpu_ref*)*' changed: in pointed to type 'function type void (percpu_ref*)' at percpu-refcount.h:60:1: entity changed from 'function type void (percpu_ref*)' to 'typedef percpu_ref_func_t' at percpu-refcount.h:60:1 type size hasn't changed [C] 'function int request_threaded_irq(unsigned int, enum irqreturn (int, void*)*, enum irqreturn (int, void*)*, unsigned long int, const char*, void*)' at manage.c:2007:1 has some indirect sub-type changes: parameter 2 of type 'enum irqreturn (int, void*)*' changed: entity changed from 'enum irqreturn (int, void*)*' to compatible type 'typedef irq_handler_t' at interrupt.h:92:1 parameter 3 of type 'enum irqreturn (int, void*)*' changed: entity changed from 'enum irqreturn (int, void*)*' to compatible type 'typedef irq_handler_t' at interrupt.h:92:1 [C] 'function void unmap_mapping_range(address_space*, long long int, long long int, int)' at memory.c:3548:1 has some indirect sub-type changes: parameter 2 of type 'long long int' changed: entity changed from 'long long int' to 'const loff_t' type size hasn't changed parameter 3 of type 'long long int' changed: entity changed from 'long long int' to 'const loff_t' type size hasn't changed Bug: 210255585 Cc: Giuliano Procida <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Change-Id: I73c2435d37d6b32257d35ccc559e36956108917a
BEST: Make all of your changes to upstream Linux. If appropriate, backport to the stable releases. These patches will be merged automatically in the corresponding common kernels. If the patch is already in upstream Linux, post a backport of the patch that conforms to the patch requirements below.
EXPORT_SYMBOL_GPL()
require an in-tree modular driver that uses the symbol -- so include the new driver or changes to an existing driver in the same patchset as the export.LESS GOOD: Develop your patches out-of-tree (from an upstream Linux point-of-view). Unless these are fixing an Android-specific bug, these are very unlikely to be accepted unless they have been coordinated with [email protected]. If you want to proceed, post a patch that conforms to the patch requirements below.
script/checkpatch.pl
UPSTREAM:
, BACKPORT:
, FROMGIT:
, FROMLIST:
, or ANDROID:
.Change-Id:
tag (see https://gerrit-review.googlesource.com/Documentation/user-changeid.html)Bug:
tag.Signed-off-by:
tag by the author and the submitterAdditional requirements are listed below based on patch type
UPSTREAM:
, BACKPORT:
UPSTREAM:
.(cherry picked from commit ...)
lineimportant patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]>
- then Joe Smith would upload the patch for the common kernel as
UPSTREAM: important patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]> Bug: 135791357 Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01 (cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1) Signed-off-by: Joe Smith <[email protected]>
BACKPORT:
instead of UPSTREAM:
.UPSTREAM:
(cherry picked from commit ...)
lineBACKPORT: important patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]> Bug: 135791357 Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01 (cherry picked from commit c31e73121f4c1ec41143423ac6ce3ce6dafdcec1) [joe: Resolved minor conflict in drivers/foo/bar.c ] Signed-off-by: Joe Smith <[email protected]>
FROMGIT:
, FROMLIST:
,FROMGIT:
(cherry picked from commit <sha1> <repo> <branch>)
. This must be a stable maintainer branch (not rebased, so don't use linux-next
for example).BACKPORT: FROMGIT:
important patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]>
- then Joe Smith would upload the patch for the common kernel as
FROMGIT: important patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]> Bug: 135791357 (cherry picked from commit 878a2fd9de10b03d11d2f622250285c7e63deace https://git.kernel.org/pub/scm/linux/kernel/git/foo/bar.git test-branch) Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01 Signed-off-by: Joe Smith <[email protected]>
FROMLIST:
Link:
tag with a link to the submittal on lore.kernel.orgBug:
tag with the Android bug (required for patches not accepted into a maintainer tree)BACKPORT: FROMLIST:
FROMLIST: important patch from upstream This is the detailed description of the important patch Signed-off-by: Fred Jones <[email protected]> Bug: 135791357 Link: https://lore.kernel.org/lkml/[email protected]/ Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01 Signed-off-by: Joe Smith <[email protected]>
ANDROID:
ANDROID:
Fixes:
tag that cites the patch with the bugANDROID: fix android-specific bug in foobar.c This is the detailed description of the important fix Fixes: 1234abcd2468 ("foobar: add cool feature") Change-Id: I4caaaa566ea080fa148c5e768bb1a0b6f7201c01 Signed-off-by: Joe Smith <[email protected]>
ANDROID:
Bug:
tag with the Android bug (required for android-specific features)