mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
136c9e13ceae281d48c89a3c1b87f439de3405f2
fix test android.security.sts.Poc20_01#testPocCVE_2019_14104 cause kernel panic issue The issue was reported in https://redmine.rock-chips.com/issues/531294 The kernel crash log: [ T7364] Unable to handle kernel paging request at virtual address 0000001800000100 ... pc : __pi_strlen+0x124/0x150 lr : strstr+0x34/0x84 ... Call trace: __pi_strlen+0x124/0x150 sditf_ioctl+0x570/0x810 [video_rkcif] subdev_do_ioctl_lock+0xcb0/0xf44 video_usercopy+0x44c/0x98c subdev_ioctl+0x18/0x28 v4l2_ioctl+0x6c/0x84 __arm64_sys_ioctl+0xa8/0xe4 invoke_syscall+0x58/0x11c el0_svc_common+0xb4/0xf4 do_el0_svc+0x2c/0xb0 el0_svc+0x2c/0x90 el0t_64_sync_handler+0x68/0xb4 el0t_64_sync+0x1a4/0x1a8 Code: fa4008a0 54fffde0 17ffffe6 927cec01 (a9400c22) ---[ end trace 0000000000000000 ]--- Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: I26f2da26d9aec7b2f1dfa93c1165d7579b89f3ba
…
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
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.
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%