Merge branch 'android12-5.10' into android12-5.10-lts
Sync up with android12-5.10 for the following commits:d30938528e
ANDROID: GKI: Update symbol list for VIVO47458bf124
ANDROID: block: export tracepointse41b116463
ANDROID: setlocalversion: make KMI_GENERATION optional5dac28a174
BACKPORT: uapi: virtio_ids: add a sound device type ID from OASIS spec2f3f5731de
ANDROID: GKI: Add vendor hook to binder transaction775cd2119d
ANDROID: qcom: Add smp_call_function_single_async to ABId736cbf8d9
Revert "sched/fair: Keep load_avg and load_sum synced"de0ba4ea3c
Revert "sched/pelt: Ensure that *_sum is always synced with *_avg"8630facf34
Revert "sched/fair: Ensure _sum and _avg values stay consistent"7a7b5f89d9
ANDROID: locking/rwsem: only clean RWSEM_FLAG_HANDOFF when already seta1a4c80265
UPSTREAM: f2fs: change fiemap way in printing compression chunkcc98cd4a3e
ANDROID: GKI: add allowed list file for xiaomifa9c907453
ANDROID: GKI: Update symbol listea592f07f6
ANDROID: Update symbol list for mtka4eacf3227
ANDROID: binder: fix regression in sender_euid6b7c37f6c4
ANDROID: fips140: use UTS_RELEASE as FIPS version11db2de0af
BACKPORT: binder: use cred instead of task for getsecid3af7a2f610
BACKPORT: binder: use cred instead of task for selinux checksd492977395
BACKPORT: binder: use euid from cred instead of using task7e2fbdaeab
ANDROID: vendor_hooks: Add hooks for frequency optimization054a3c228a
ANDROID: GKI: Update symbols to symbol list0db6925868
ANDROID: vendor_hooks: export get_wchana61d61bab7
ANDROID: vendor_hooks: Add hooks to record the time of the process in various states6cf4b65244
FROMGIT: dma-buf: acquire name lock before read/write dma_buf.name Due to api additions in android12-5.10, this also adds more api symbols to track: Leaf changes summary: 33 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 19 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 14 Added variables 19 Added functions: [A] 'function int __traceiter_android_vh_cpufreq_fast_switch(void*, cpufreq_policy*, unsigned int, unsigned int)' [A] 'function int __traceiter_android_vh_cpufreq_resolve_freq(void*, cpufreq_policy*, unsigned int, unsigned int)' [A] 'function int __traceiter_android_vh_cpufreq_target(void*, cpufreq_policy*, unsigned int, unsigned int)' [A] 'function int __traceiter_android_vh_sched_stat_runtime_rt(void*, task_struct*, u64)' [A] 'function int __traceiter_block_bio_complete(void*, request_queue*, bio*)' [A] 'function int __traceiter_block_bio_queue(void*, request_queue*, bio*)' [A] 'function int __traceiter_block_getrq(void*, request_queue*, bio*, int)' [A] 'function int __traceiter_block_rq_complete(void*, request*, int, unsigned int)' [A] 'function int __traceiter_block_rq_insert(void*, request_queue*, request*)' [A] 'function int __traceiter_block_rq_issue(void*, request_queue*, request*)' [A] 'function int __traceiter_block_rq_merge(void*, request_queue*, request*)' [A] 'function int __traceiter_block_rq_requeue(void*, request_queue*, request*)' [A] 'function int __traceiter_block_split(void*, request_queue*, bio*, unsigned int)' [A] 'function int __traceiter_sched_stat_runtime(void*, task_struct*, u64, u64)' [A] 'function int dev_change_flags(net_device*, unsigned int, netlink_ext_ack*)' [A] 'function unsigned long int get_wchan(task_struct*)' [A] 'function void* mempool_alloc_pages(gfp_t, void*)' [A] 'function void mempool_free_pages(void*, void*)' [A] 'function int mempool_resize(mempool_t*, int)' 14 Added variables: [A] 'tracepoint __tracepoint_android_vh_cpufreq_fast_switch' [A] 'tracepoint __tracepoint_android_vh_cpufreq_resolve_freq' [A] 'tracepoint __tracepoint_android_vh_cpufreq_target' [A] 'tracepoint __tracepoint_android_vh_sched_stat_runtime_rt' [A] 'tracepoint __tracepoint_block_bio_complete' [A] 'tracepoint __tracepoint_block_bio_queue' [A] 'tracepoint __tracepoint_block_getrq' [A] 'tracepoint __tracepoint_block_rq_complete' [A] 'tracepoint __tracepoint_block_rq_insert' [A] 'tracepoint __tracepoint_block_rq_issue' [A] 'tracepoint __tracepoint_block_rq_merge' [A] 'tracepoint __tracepoint_block_rq_requeue' [A] 'tracepoint __tracepoint_block_split' [A] 'tracepoint __tracepoint_sched_stat_runtime' Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I15990841323b2a040b41d8207da3532f3d0db795
This commit is contained in:
@@ -41,8 +41,6 @@ if test $# -gt 0; then
|
||||
kmi_generation=$1
|
||||
[ $(expr $kmi_generation : '^[0-9]\+$') -eq 0 ] && usage
|
||||
shift
|
||||
else
|
||||
usage
|
||||
fi
|
||||
fi
|
||||
if test $# -gt 0 -o ! -d "$srctree"; then
|
||||
@@ -68,6 +66,8 @@ scm_version()
|
||||
|
||||
if [ -n "$android_release" ] && [ -n "$kmi_generation" ]; then
|
||||
printf '%s' "-$android_release-$kmi_generation"
|
||||
elif [ -n "$android_release" ]; then
|
||||
printf '%s' "-$android_release"
|
||||
fi
|
||||
|
||||
# If we are at a tagged commit (like "v2.6.30-rc6"), we ignore
|
||||
|
Reference in New Issue
Block a user