CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2019/11/23 17:10:23

Modified files:
        sys/dev/pci/drm: Tag: OPENBSD_6_5 drmP.h drm_linux.h 
        sys/dev/pci/drm/i915: Tag: OPENBSD_6_5 i915_cmd_parser.c 
                              i915_dma.c i915_drv.c i915_drv.h 
                              i915_gem_context.c i915_gem_execbuffer.c 
                              i915_gem_gtt.c i915_gem_gtt.h i915_reg.h 
                              intel_display.c intel_drv.h intel_pm.c 
                              intel_ringbuffer.c intel_ringbuffer.h 

Log message:
changes from linux 4.4.y/4.4.201

drm/i915/cmdparser: Fix jump whitelist clearing
drm/i915/gen8+: Add RC6 CTX corruption WA
drm/i915: Lower RM timeout to avoid DSI hard hangs
drm/i915/cmdparser: Ignore Length operands during command matching
drm/i915/cmdparser: Add support for backward jumps
drm/i915: Add gen9 BCS cmdparsing
drm/i915: Allow parsing of unsized batches
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
drm/i915: Add support for mandatory cmdparsing
drm/i915: Remove Master tables from cmdparser
drm/i915: Disable Secure Batches for gen6+
drm/i915: Rename gen7 cmdparser tables

A local user could cause the system to hang by reading specific
registers when Intel Gen8/Gen9 graphics hardware is in a low power state.

A local user could perform writes to memory that should be blocked with
Intel Gen9 graphics hardware.

OpenBSD 6.5 errata 018

Reply via email to