public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* noveau: emergency shutdown handling is overcomplex and broken
@ 2016-10-25 10:50 Pavel Machek
  2016-10-25 11:09 ` [Nouveau] " Karol Herbst
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2016-10-25 10:50 UTC (permalink / raw)
  To: bskeggs, airlied, dri-devel, nouveau, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]


diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c b/drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c
index b9703c0..adb1deb 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c
@@ -120,6 +120,11 @@ nvkm_therm_sensor_event(struct nvkm_therm *therm, enum nvkm_therm_thrs thrs,
 			struct work_struct *work;
 
 			work = kmalloc(sizeof(*work), GFP_ATOMIC);
+			/* FIXME:
+			   1) this is total overkill, orderly_poweroff() already
+			   uses schedule_work internally
+			   2) it would  be good to at least printk what is going on
+			*/
 			if (work) {
 				INIT_WORK(work, nv_poweroff_work);
 				schedule_work(work);

GFP_ATOMIC is not reliable. Plus, see the fixme.

Best regards,
									Pavel
									
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-25 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 10:50 noveau: emergency shutdown handling is overcomplex and broken Pavel Machek
2016-10-25 11:09 ` [Nouveau] " Karol Herbst
2016-10-25 11:13   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox