mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
8779200b83d1cca6dce73900e7fa9c682c3dd528
fixes: [ 2.739982] rkcif rkcif-mipi-lvds: clear unready subdev num: 1 [ 2.740008] ================================================================================ [ 2.740018] UBSAN: shift-out-of-bounds in drivers/media/platform/rockchip/cif/mipi-csi2.c:505:32 [ 2.740034] shift exponent -1 is negative [ 2.740046] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 6.1.25 #263 [ 2.740061] Hardware name: Rockchip RK3588 EVB1 LP4 V10 Board (DT) [ 2.740073] Call trace: [ 2.740084] dump_backtrace+0xdc/0x130 [ 2.740108] show_stack+0x1c/0x30 [ 2.740123] dump_stack_lvl+0x60/0x78 [ 2.740141] dump_stack+0x14/0x2c [ 2.740154] ubsan_epilogue+0xc/0x3c [ 2.740174] __ubsan_handle_shift_out_of_bounds+0xd0/0x1ac [ 2.740194] csi2_g_mbus_config+0xe8/0x104 [ 2.740213] call_get_mbus_config+0x30/0x44 [ 2.740230] subdev_notifier_complete+0x104/0x35c [ 2.740247] v4l2_async_nf_try_complete+0x7c/0x90 [ 2.740262] v4l2_async_notifier_clr_unready_dev+0x98/0xa0 [ 2.740276] rkcif_clr_unready_dev+0x40/0x70 [ 2.740291] do_one_initcall+0x5c/0x260 [ 2.740304] kernel_init_freeable+0x318/0x384 [ 2.740319] kernel_init+0x34/0x150 [ 2.740334] ret_from_fork+0x10/0x20 [ 2.740348] ================================================================================ Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: Id6bebc37a2e649a856ae12cbe3eb60917ecdf165
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
…
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
Merge commit 'f40707abde2eb5cd21cf8848f33aefb7e394ad1a' of https://android.googlesource.com/kernel/common
…
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%