[git pull] drm nouveau fixes for 5.9 final

From: Dave Airlie
Date: Wed Oct 07 2020 - 23:36:17 EST


Hi Linus,

Karol found two last minute nouveau fixes, they both fix crashes, the
TTM one follows what other drivers do already, and the other is for
bailing on load on unrecognised chipsets.

Thanks,
Dave.

drm-fixes-2020-10-08:
drm nouveau fixes for 5.9 final

nouveau:
- fix crash in TTM alloc fail path
- return error earlier for unknown chipsets
The following changes since commit 86fdf61e71046618f6f499542cee12f2348c523c:

Merge tag 'drm-misc-fixes-2020-10-01' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-10-06
12:38:28 +1000)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-10-08

for you to fetch changes up to d10285a25e29f13353bbf7760be8980048c1ef2f:

drm/nouveau/mem: guard against NULL pointer access in mem_del
(2020-10-07 15:33:09 +1000)

----------------------------------------------------------------
drm nouveau fixes for 5.9 final

nouveau:
- fix crash in TTM alloc fail path
- return error earlier for unknown chipsets

----------------------------------------------------------------
Karol Herbst (2):
drm/nouveau/device: return error for unknown chipsets
drm/nouveau/mem: guard against NULL pointer access in mem_del

drivers/gpu/drm/nouveau/nouveau_mem.c | 2 ++
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 +
2 files changed, 3 insertions(+)