ANDROID: Add allowed symbols required from Qualcomm drivers

With the commit 1a4762141c ("rpmsg: qcom: glink: replace strncpy() with
strscpy_pad()"), the kernel module "qcom_glink_native.ko" added the new
requirement to exported kernel symbol "strscpy_pad". Add the symbol into
symbol list to make it able to boot with android common kernel.

Leaf changes summary: 1 artifact changed (1 filtered out)
Changed leaf types summary: 0 (1 filtered out) leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

1 Added function:

  [A] 'function long int strscpy_pad(char*, const char*, unsigned long int)'

Bug: 262180725
Change-Id: I5aa8cebc72d7989d353290bdef0c0ddb65c6de94
Signed-off-by: JohnnLee <johnnlee@google.com>
This commit is contained in:
JohnnLee 2022-12-12 15:33:07 +08:00
parent b969cbb180
commit b76d2a1085
2 changed files with 71719 additions and 70706 deletions

File diff suppressed because it is too large Load diff

View file

@ -2102,6 +2102,7 @@
# required by qcom_glink_native.ko # required by qcom_glink_native.ko
__irq_set_affinity __irq_set_affinity
sched_setaffinity sched_setaffinity
strscpy_pad
# required by qcom_hwspinlock.ko # required by qcom_hwspinlock.ko
devm_regmap_field_alloc devm_regmap_field_alloc