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>] [day] [month] [year] [list]
Date:	Wed, 11 Nov 2015 02:43:23 +0000 (GMT)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org
cc:	DRI mailing list <dri-devel@...ts.freedesktop.org>,
	linux-kernel@...r.kernel.org
Subject: [git pull] drm fixes


Hi Linus,

Two build fixes, one for VC4, one for nouveau where the ARM only code is 
doing something a bit strange. While people are discussing that, just 
workaround it and fix the build for now. The code in question will never 
get used on anything non-ARM anyways.

Also one fix for AST that SuSE had been hiding in their kernel, that 
allows all fbdev apps to work on that driver.

Dave.

The following changes since commit 816d2206f0f9953ca854e4ff1a2749a5cbd62715:

  Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-11-07 17:16:59 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-fixes

for you to fetch changes up to 10855aeb1e78533c041065b33e34315e1f381c2e:

  drm/nouveau: fix build failures on all non ARM. (2015-11-11 12:37:57 +1000)

----------------------------------------------------------------
Dave Airlie (1):
      drm/nouveau: fix build failures on all non ARM.

Egbert Eich (1):
      drm/ast: Initialized data needed to map fbdev memory

Guenter Roeck (1):
      drm/vc4: Add dependency on HAVE_DMA_ATTRS, and select DRM_GEM_CMA_HELPER

 drivers/gpu/drm/ast/ast_drv.h                       | 1 +
 drivers/gpu/drm/ast/ast_fb.c                        | 7 +++++++
 drivers/gpu/drm/ast/ast_main.c                      | 1 +
 drivers/gpu/drm/ast/ast_mode.c                      | 2 ++
 drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c | 6 ++++++
 drivers/gpu/drm/vc4/Kconfig                         | 3 ++-
 6 files changed, 19 insertions(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists