mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
3371773b5c9da2fca888354ead741340a358a6b0
This patch fixed the following issue: [ 106.688843] Call trace: [ 106.689091] dwmac4_release_tx_desc+0x0/0x10 [ 106.689495] dwmac_rk_loopback_with_identify+0x48/0x54 [ 106.689971] dwmac_rk_loopback_run.constprop.10+0x55c/0xcf8 [ 106.690482] phy_lb_scan_store+0xdc/0xe0 [ 106.690848] dev_attr_store+0x18/0x28 [ 106.691191] sysfs_kf_write+0x48/0x58 [ 106.691531] kernfs_fop_write+0xf4/0x220 [ 106.691896] __vfs_write+0x34/0x158 [ 106.692219] vfs_write+0xb0/0x1d0 [ 106.692530] ksys_write+0x64/0xe0 [ 106.692842] __arm64_sys_write+0x14/0x20 Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: I7d36105d20cc94275842f07c9d7aaa49cc6daa06
…
…
…
…
…
…
…
…
…
…
…
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%