2db1a0dda9546232f477b407a43350f89d28f659
VSI missing this patch in gpu6.2.4.p2, it will cause drm_gem_object_unreference_unlocked(gem_obj) call two times in function viv_ioctl_gem_unlock. Kernel panic log: [ 38.419720] [<ffff00000860cac0>] drm_gem_object_release+0x40/0x48 [ 38.419853] [<ffff0000013d4804>] viv_gem_free_object+0x64/0x98 [galcore] [ 38.419861] [<ffff00000860c524>] drm_gem_object_free+0x20/0x50 [ 38.419868] [<ffff00000860c5f0>] drm_gem_object_unreference_unlocked+0x50/0x11c [ 38.419975] [<ffff0000013d505c>] viv_ioctl_gem_unlock+0xbc/0x108 [galcore] [ 38.419981] [<ffff00000860dc44>] drm_ioctl+0x1e0/0x468 [ 38.419992] [<ffff000008264b7c>] do_vfs_ioctl+0xb8/0x8d4 [ 38.419997] [<ffff00000826541c>] SyS_ioctl+0x84/0x98 [ 38.420005] [<ffff000008083780>] el0_svc_naked+0x34/0x38 Change-Id: I799c84e9f71e46012dd6befc02f7d3d694ed57e3 Signed-off-by: Richard Liu <xuegang.liu@nxp.com>
…
…
…
…
…
…
…
…
…
…
…
…
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. 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.2%
Assembly
2.2%
Makefile
0.3%
Perl
0.1%