Re: [PATCH 2/3] drm/msm/dsi: correct DSI id bounds check during registration

2018-01-15 Thread Rob Clark
On Fri, Jan 12, 2018 at 3:55 PM, Lloyd Atkinson wrote: > Check DSI instance id argument against the proper boundary size > to protect against invalid configuration of the DSI id. > > Signed-off-by: Lloyd Atkinson > --- > drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +- > 1 file changed, 1 insertion

[PATCH 2/3] drm/msm/dsi: correct DSI id bounds check during registration

2018-01-12 Thread Lloyd Atkinson
Check DSI instance id argument against the proper boundary size to protect against invalid configuration of the DSI id. Signed-off-by: Lloyd Atkinson --- drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/dsi/dsi_manager.