Hi Dave,
One potential Spectre vector plugging patch, a NULL deref fix and a DMI info fix reported by user.
This is still based on -rc6 as my flight was delayed last week to the extent I missed possibility of sending the PR.
For 4.19, Rodrigo will be picking up drm-next after Jani is done with 4.18, while I get to slack off.
Regards, Joonas
drm-intel-fixes-2018-05-29: - Fix for potential Spectre vector in the new query uAPI - Fix NULL pointer deref (FDO #106559) - DMI fix to hide LVDS for Radiant P845 (FDO #105468)
The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:
Linux 4.17-rc6 (2018-05-20 15:31:38 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2018-05-29
for you to fetch changes up to 65b3bdc807ac7bd83f5b27bc2c29a3c631eed7dd:
drm/i915/query: nospec expects no more than an unsigned long (2018-05-29 13:53:07 +0300)
---------------------------------------------------------------- - Fix for potential Spectre vector in the new query uAPI - Fix NULL pointer deref (FDO #106559) - DMI fix to hide LVDS for Radiant P845 (FDO #105468)
---------------------------------------------------------------- Chris Wilson (3): drm/i915/lvds: Move acpi lid notification registration to registration phase drm/i915/query: Protect tainted function pointer lookup drm/i915/query: nospec expects no more than an unsigned long
Ondrej Zary (1): drm/i915: Disable LVDS on Radiant P845
drivers/gpu/drm/i915/i915_query.c | 15 +++++++++--- drivers/gpu/drm/i915/intel_lvds.c | 51 ++++++++++++++++++++++++++++++--------- 2 files changed, 51 insertions(+), 15 deletions(-)