mbox series

[PULL] drm-misc-fixes

Message ID 20181220165740.GA42344@art_vandelay (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-12-20

Message

Sean Paul Dec. 20, 2018, 4:57 p.m. UTC
Hi Dave and Daniel,
A late spectre fix for you to pull for 4.20 final.

drm-misc-fixes-2018-12-20:
Fix spectre v1 vuln in drm_ioctl

Cheers, Sean


The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-12-20

for you to fetch changes up to 505b5240329b922f21f91d5b5d1e535c805eca6d:

  drm/ioctl: Fix Spectre v1 vulnerabilities (2018-12-20 08:13:29 +0100)

----------------------------------------------------------------
Fix spectre v1 vuln in drm_ioctl

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      drm/ioctl: Fix Spectre v1 vulnerabilities

 drivers/gpu/drm/drm_ioctl.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

Daniel Vetter Dec. 20, 2018, 5:32 p.m. UTC | #1
On Thu, Dec 20, 2018 at 11:57:40AM -0500, Sean Paul wrote:
> 
> Hi Dave and Daniel,
> A late spectre fix for you to pull for 4.20 final.
> 
> drm-misc-fixes-2018-12-20:
> Fix spectre v1 vuln in drm_ioctl
> 
> Cheers, Sean

Thanks, applied.
-Daniel

> 
> 
> The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:
> 
>   Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-12-20
> 
> for you to fetch changes up to 505b5240329b922f21f91d5b5d1e535c805eca6d:
> 
>   drm/ioctl: Fix Spectre v1 vulnerabilities (2018-12-20 08:13:29 +0100)
> 
> ----------------------------------------------------------------
> Fix spectre v1 vuln in drm_ioctl
> 
> ----------------------------------------------------------------
> Gustavo A. R. Silva (1):
>       drm/ioctl: Fix Spectre v1 vulnerabilities
> 
>  drivers/gpu/drm/drm_ioctl.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> -- 
> Sean Paul, Software Engineer, Google / Chromium OS