mbox series

[git,pull] drm nouveau fixes for 5.9 final

Message ID CAPM=9twbVGe96YNPCMMRrXPJhCoLLbhqtN0DjdTJcqo52OoLCA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm nouveau fixes for 5.9 final | expand

Pull-request

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

Message

Dave Airlie Oct. 8, 2020, 3:35 a.m. UTC
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(+)

Comments

pr-tracker-bot@kernel.org Oct. 8, 2020, 7:20 p.m. UTC | #1
The pull request you sent on Thu, 8 Oct 2020 13:35:59 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d006ee42dde0b08b7b47697def6f50fd849c996

Thank you!