mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
7b891c4c109941d478675e1ab471d9bcdf654356
bug: [ 0.980989] rknandbase v1.2 2021-01-07 [ 0.981645] rknand fe330000.nandc: rknand_probe clk rate = 148500000 [ 0.981862] Unexpected gfp: 0x4 (GFP_DMA32). Fixing up to gfp: 0x6000c0 (GFP_KERNEL). Fix your code! [ 0.981875] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 4.19.193 #35 [ 0.981889] Hardware name: Rockchip RK3566 EVB1 DDR4 V10 Board (DT) [ 0.981901] Call trace: [ 0.981921] dump_backtrace+0x0/0x15c [ 0.981934] show_stack+0x14/0x1c [ 0.981949] dump_stack+0xb8/0xf0 [ 0.981963] ___slab_alloc+0x5c4/0x5d8 [ 0.981975] __kmalloc+0x230/0x348 [ 0.981989] ftl_malloc+0x18/0x20 [ 0.982002] rk_ftl_init+0x5c/0x33c [ 0.982017] rknand_dev_init+0x64/0x3e0 [ 0.982028] rknand_driver_init+0x3c/0x40 [ 0.982040] do_one_initcall+0x90/0x270 [ 0.982053] do_initcall_level+0xbc/0x160 [ 0.982064] do_basic_setup+0x30/0x48 [ 0.982074] kernel_init_freeable+0xb0/0x134 [ 0.982085] kernel_init+0x14/0x290 [ 0.982096] ret_from_fork+0x10/0x18 Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I8fe8eaee13a63e8d6df077ab9d5d004d583f2aa6
…
…
…
…
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%