Hey Linus, Live from my friend's couch in Barcelona. Latest round of drm fixes, the command line parser regression fixes look a bit larger because they come with selftests included for the bugs they fix. Otherwise a single nouveau, single ingenic and single vmwgfx fix. Dave. drm-fixes-2019-09-06: drm fixes for 5.3-rc8 (or final) nouveau: - add missing MODULE_FIRMWARE definitions igenic: - hardcode panel type DPI vmwgfx: - double free fix core: - command line mode parser fixes The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a: Linux 5.3-rc7 (2019-09-02 09:57:40 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-09-06 for you to fetch changes up to 1e19ec6c3c417a0893fcfae7abfba623e781d876: Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-09-06 16:27:46 +1000) ---------------------------------------------------------------- drm fixes for 5.3-rc8 (or final) nouveau: - add missing MODULE_FIRMWARE definitions igenic: - hardcode panel type DPI vmwgfx: - double free fix core: - command line mode parser fixes ---------------------------------------------------------------- Ben Skeggs (1): drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs Dan Carpenter (1): drm/vmwgfx: Fix double free in vmw_recv_msg() Dave Airlie (3): Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes Merge branch 'vmwgfx-fixes-5.3' of git://people.freedesktop.org/~thomash/linux into drm-fixes Merge tag 'drm-misc-fixes-2019-09-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Laurent Pinchart (1): drm/ingenic: Hardcode panel type to DPI Maxime Ripard (4): drm/modes: Add a switch to differentiate free standing options drm/modes: Fix the command line parser to take force options into account drm/modes: Introduce a whitelist for the named modes drm/selftests: modes: Add more unit tests for the cmdline parser drivers/gpu/drm/drm_modes.c | 54 ++++++++- drivers/gpu/drm/ingenic/ingenic-drm.c | 5 +- .../gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c | 12 ++ drivers/gpu/drm/selftests/drm_cmdline_selftests.h | 7 ++ .../gpu/drm/selftests/test-drm_cmdline_parser.c | 130 +++++++++++++++++++++ drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 8 +- 6 files changed, 202 insertions(+), 14 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel