mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
504d18fc1c85a5fb6f684b24d334c6fdea4ef231
A panic occur if make framebased format.
[ 8.272086][ T204] list_add corruption. prev is NULL.
[ 8.272104][ T204] ------------[ cut here ]------------
[ 8.272106][ T204] kernel BUG at lib/list_debug.c:24!
[ 8.285172][ T204] Call trace:
[ 8.285454][ T204] __list_add_valid+0x78/0xb8
[ 8.285858][ T204] uvcg_frame_make+0x100/0x1a8
[ 8.286262][ T204] configfs_mkdir+0x208/0x428
[ 8.286664][ T204] vfs_mkdir+0xe8/0x170
[ 8.287023][ T204] do_mkdirat+0x98/0x1a4
[ 8.287381][ T204] __arm64_sys_mkdirat+0x20/0x2c
[ 8.287806][ T204] el0_svc_common+0xac/0x1ac
[ 8.288197][ T204] do_el0_svc+0x1c/0x28
[ 8.288546][ T204] el0_svc+0x10/0x1c
[ 8.288873][ T204] el0_sync_handler+0x68/0xac
[ 8.289274][ T204] el0_sync+0x160/0x180
Fixes: 02bfaf0477 ("FROMLIST: usb: gadget: uvc: configfs: add framebased format support")
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
Change-Id: Ibbba0ac5035945398fd866a6028c4b4cce4b79f7
…
…
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%