* [PULL] drm/tegra: Fixes for v3.13-rc3
@ 2013-12-03 9:26 Thierry Reding
0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2013-12-03 9:26 UTC (permalink / raw)
To: Dave Airlie
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]
Hi Dave,
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/for-3.13-rc3
for you to fetch changes up to 9a991600e379641b9c16310b87ca848b6da01c24:
drm/tegra: return -EFAULT if copy_from_user() fails (2013-12-03 10:14:03 +0100)
Thanks,
Thierry
----------------------------------------------------------------
drm/tegra: Fixes for v3.13-rc3
This assortment of patches fix a few build and sparse warnings and make
sure to always return -EFAULT on copy_from_user() failures. Finally the
upcasting from struct drm_crtc to struct tegra_dc is made safer to
prevent potential segmentation faults.
----------------------------------------------------------------
Dan Carpenter (1):
drm/tegra: return -EFAULT if copy_from_user() fails
Olof Johansson (1):
gpu: host1x: Silence a few warnings with LPAE=y
Thierry Reding (6):
drm/tegra: Make CRTC upcasting safer
drm/tegra: Tightly bind RGB output to DC
drm/tegra: Fix address space mismatches
drm/tegra: Make tegra_drm_driver static
drm/tegra: Force cast to __iomem to make sparse happy
gpu: host1x: Fix a few sparse warnings
drivers/gpu/drm/tegra/drm.c | 34 +++++++++++++++++++---------------
drivers/gpu/drm/tegra/drm.h | 2 +-
drivers/gpu/drm/tegra/fb.c | 2 +-
drivers/gpu/drm/tegra/rgb.c | 11 +++++++----
drivers/gpu/host1x/bus.c | 5 +++--
drivers/gpu/host1x/hw/cdma_hw.c | 4 ++--
drivers/gpu/host1x/hw/debug_hw.c | 4 ++--
7 files changed, 35 insertions(+), 27 deletions(-)
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-03 9:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 9:26 [PULL] drm/tegra: Fixes for v3.13-rc3 Thierry Reding
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.