Patches 1 to 5 improve validation of the values provided by the device firmware.
Patch 6 improves support for panel rotation. There's a rotation property in the DT panel node. Read the value and set the connector's orientation property accordingly. v2: - further improve input validation (Sashiko) Thomas Zimmermann (6): drm/sysfb: simpledrm: Improve framebuffer-size validation drm/sysfb: simpledrm: Improve panel-size validation drm/sysfb: simpledrm: Inline simplefb_get_validated_int() drm/sysfb: simpledrm: Improve stride validation drm/sysfb: simpledrm: Validate mmap size against framebuffer size drm/sysfb: simpledrm: Read panel orientation from DT node drivers/gpu/drm/sysfb/simpledrm.c | 133 ++++++++++++++++++++++++------ 1 file changed, 106 insertions(+), 27 deletions(-) base-commit: fc59f76558703febba8056be87d1c97d14f7485e -- 2.54.0
