lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170907200306.GA6999@intel.com>
Date:   Thu, 7 Sep 2017 13:03:06 -0700
From:   Rodrigo Vivi <rodrigo.vivi@...el.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
        Daniel Vetter <daniel.vetter@...ll.ch>,
        Jani Nikula <jani.nikula@...ux.intel.com>,
        Joonas Lahtinen <joonas.lahtinen@...el.com>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm/i915 fixes for v4.14-rc1

Hi Linus,

Since Dave is on paternity leave we are sending drm/i915 fixes for
v4.14-rc1 directly to you as he had asked us to do.

The most critical ones are the GPU reset fix for gen2-4 and GVT fix
for a regression that is blocking gvt init to work on your tree.

The rest is general fixes for patches coming from drm-next.

Thanks,
Rodrigo.

The following changes since commit 7846b12fe0b5feab5446d892f41b5140c1419109:

  Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next (2017-08-29 10:38:14 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-next-fixes-2017-09-07

for you to fetch changes up to 426ca2cb69cda59f32c251d1f3e111aee8c42814:

  Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes (2017-09-06 13:34:13 -0700)

----------------------------------------------------------------
drm/i915 fixes for v4.14-rc1

----------------------------------------------------------------
Chris Wilson (6):
      drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker
      drm/i915: Recreate vmapping even when the object is pinned
      drm/i915: Always wake the device to flush the GTT
      drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
      drm/i915: Silence sparse by using gfp_t
      drm/i915: Re-enable GTT following a device reset

Jian Jun Chen (1):
      drm/i915/gvt: Remove one duplicated MMIO

Manasi Navare (1):
      drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeouts

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes

Ville Syrjälä (7):
      drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offset
      drm/i915: Skip fence alignemnt check for the CCS plane
      drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
      drm/i915: Make i2c lock ops static
      drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder
      drm/i915: Add __rcu to radix tree slot pointer
      drm/i915: Annotate user relocs with __user

Zhi Wang (1):
      drm/i915: Fix the missing PPAT cache attributes on CNL

 drivers/gpu/drm/i915/gvt/handlers.c        |   1 -
 drivers/gpu/drm/i915/i915_cmd_parser.c     |   2 +-
 drivers/gpu/drm/i915/i915_drv.c            |  12 +++-
 drivers/gpu/drm/i915/i915_drv.h            |   3 +
 drivers/gpu/drm/i915/i915_gem.c            |  28 +++++---
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   9 ++-
 drivers/gpu/drm/i915/i915_gem_gtt.c        |   8 +--
 drivers/gpu/drm/i915/i915_trace.h          |   4 +-
 drivers/gpu/drm/i915/i915_vma.h            |   6 ++
 drivers/gpu/drm/i915/intel_color.c         |   2 +-
 drivers/gpu/drm/i915/intel_display.c       | 110 +++++++++++++++++------------
 drivers/gpu/drm/i915/intel_dp.c            |   2 +-
 drivers/gpu/drm/i915/intel_fbc.c           |   4 +-
 drivers/gpu/drm/i915/intel_fifo_underrun.c |  20 +++---
 drivers/gpu/drm/i915/intel_i2c.c           |   2 +-
 drivers/gpu/drm/i915/intel_sdvo.c          |   2 +-
 16 files changed, 130 insertions(+), 85 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ