mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
8118759dd0a9547a7763cc0551de70f310baa4ff
Backport: change in coresight-dynamic-replicator.c instead of coresight-replicator.c. The driver allocates the spinlock but not initialize it. Use spin_lock_init() on it to initialize it correctly. This is detected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Tested-by: Yabin Cui <yabinc@google.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> (cherry picked from commit 372697412e921ae550a2da485526aeb3abee955d https://git.linaro.org/kernel/coresight.git next) Bug: 140266694 Change-Id: I16b76d71049b93b8804efecaae20828a019aabe0 Signed-off-by: Yabin Cui <yabinc@google.com>
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
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%