From: Daniel Mack <daniel@zonque.org> Date: 2018-06-24 15:38:14
When parsing the video modes from DT properties, make sure to zero out
memory before using it. This is important because not all fields in the mode
struct are explicitly initialized, even though they are used later on.
Fixes: 420a488278e86 (video: fbdev: pxafb: initial devicetree conversion)
Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Daniel Mack <daniel@zonque.org>
---
drivers/video/fbdev/pxafb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Daniel Mack <daniel@zonque.org> Date: 2018-07-09 05:12:50
Hi Bartlomiej,
Should I resend with Robert's Reviewed-bys again? I'd like to get this
merged for 4.19 if possible.
Thanks,
Daniel
On Sunday, June 24, 2018 05:38 PM, Daniel Mack wrote:
quoted hunk
When parsing the video modes from DT properties, make sure to zero out
memory before using it. This is important because not all fields in the mode
struct are explicitly initialized, even though they are used later on.
Fixes: 420a488278e86 (video: fbdev: pxafb: initial devicetree conversion)
Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Daniel Mack <daniel@zonque.org>
---
drivers/video/fbdev/pxafb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
On Sunday, June 24, 2018 05:38:14 PM Daniel Mack wrote:
When parsing the video modes from DT properties, make sure to zero out
memory before using it. This is important because not all fields in the mode
struct are explicitly initialized, even though they are used later on.
Fixes: 420a488278e86 (video: fbdev: pxafb: initial devicetree conversion)
Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Daniel Mack <daniel@zonque.org>
Patch queued for 4.19, thanks.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
On Monday, July 09, 2018 07:12:50 AM Daniel Mack wrote:
Hi Bartlomiej,
Hi,
Should I resend with Robert's Reviewed-bys again? I'd like to get this
merged for 4.19 if possible.
No need for resend, I added Robert's tags while applying your patches.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics