mbox series

[PULL] nouveau-fixes 5.10

Message ID CACAvsv5D9p78MNN0OxVeRZxN8LDqcadJEGUEFCgWJQ6+_rjPuw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [PULL] nouveau-fixes 5.10 | expand

Pull-request

git://github.com/skeggsb/linux linux-5.10

Message

Ben Skeggs Nov. 12, 2020, 4:12 a.m. UTC
The following changes since commit 512bce50a41c528fa15c4c014293e7bebf018658:

  Merge v5.10-rc3 into drm-next (2020-11-10 14:36:36 +0100)

are available in the Git repository at:

  git://github.com/skeggsb/linux linux-5.10

for you to fetch changes up to f67e5ecab785631cf7f776533432ba5aba06615a:

  drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
(2020-11-12 14:09:45 +1000)

----------------------------------------------------------------
Alexander Kapshuk (1):
      drm/nouveau/kms: Fix NULL pointer dereference in
nouveau_connector_detect_depth

Ben Skeggs (1):
      drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50

 drivers/gpu/drm/nouveau/nouveau_bo.c        |  3 +--
 drivers/gpu/drm/nouveau/nouveau_connector.c | 14 +++++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

Comments

Dave Airlie Nov. 13, 2020, 6:10 a.m. UTC | #1
On Thu, 12 Nov 2020 at 14:12, Ben Skeggs <skeggsb@gmail.com> wrote:
>
> The following changes since commit 512bce50a41c528fa15c4c014293e7bebf018658:
>
>   Merge v5.10-rc3 into drm-next (2020-11-10 14:36:36 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/skeggsb/linux linux-5.10
>
> for you to fetch changes up to f67e5ecab785631cf7f776533432ba5aba06615a:
>
>   drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
> (2020-11-12 14:09:45 +1000)

Are these fixes for next or for fixes, since they are on a next base,
I didn't want to assume anything, if they are for v5.10 please base
them on v5.10-rc3 directly.

Dave.