JohnnLee b76d2a1085 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>
2022-12-12 15:33:18 +08:00

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.
Description
No description provided
Readme 4 GiB
Languages
C 98.1%
Assembly 1.2%
Makefile 0.3%
Shell 0.1%