[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120122131310.191470@gmx.net>
Date: Sun, 22 Jan 2012 14:13:10 +0100
From: "Lars Callenbach" <lars.callenbach@....de>
To: linux-kernel@...r.kernel.org
Subject: PROBLEM: nouveau & ttm module crashes
Hello,
I have had some problems with nouveau on my box. Loading the module
crashes Linux 3.2.1 (modprobe hangs with kernel trace). The following two
code fragments are relevant and should be changed:
1) drivers/gpu/drm/ttm/ttm_bo.c - line 1529
you should comment BUG_ON; this validation will be done two lines later
in drm_mm_takedown more gracefully. On my box this line is triggered
and results in a hang of modprobe.
2) drivers/gpu/drm/nouveau/nouveau_hw.c - line 1024
dev!=NULL but dev->vblank_enabled == NULL (is not catched and results in
Null pointer reference)
With both changes it is possible to load nouveau without kernel crashes on
my box.
Regards,
Lars
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
--
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