Centos-kernel-stream-9/drivers/gpu/drm/arm
Carsten Haitzler be3e477eff drm/komeda: Fix bit check to import to value of proper type
KASAN found this problem. find_first_bit() expects to look at a
pointer pointing to a long, but we look at a u32 - this is going to be
an issue with endianness but, KSAN already flags this as out-of-bounds
stack reads. This fixes it by just importing inot a local long.

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201218150812.68195-1-carsten.haitzler@foss.arm.com
2020-12-18 16:36:00 +00:00
..
display drm/komeda: Fix bit check to import to value of proper type 2020-12-18 16:36:00 +00:00
Kconfig drm/arm: Kconfig annotate drivers as COMPILE_TEST 2020-06-15 14:55:21 +01:00
Makefile
hdlcd_crtc.c drm/atomic: Pass the full state to CRTC atomic begin and flush 2020-11-02 12:37:49 +01:00
hdlcd_drv.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
hdlcd_drv.h
hdlcd_regs.h
malidp_crtc.c drm/atomic: Pass the full state to CRTC atomic_check 2020-11-02 12:34:49 +01:00
malidp_drv.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
malidp_drv.h
malidp_hw.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
malidp_hw.h
malidp_mw.c drm/arm/mali: make malidp_mw_connector_helper_funcs static 2019-12-20 15:23:51 +00:00
malidp_mw.h
malidp_planes.c drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internally 2020-08-18 15:26:32 +02:00
malidp_regs.h