All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] How is the progress for removing flush_scheduled_work() callers?
@ 2022-11-06 10:28 ` Tetsuo Handa
  0 siblings, 0 replies; 8+ messages in thread
From: Tetsuo Handa @ 2022-11-06 10:28 UTC (permalink / raw)
  To: MPT-FusionLinux.pdl, dm-devel, DRI, Intel Graphics Development,
	linux-scsi, LKML

Like commit c4f135d643823a86 ("workqueue: Wrap flush_workqueue() using a
macro") says, flush_scheduled_work() is dangerous and will be forbidden.
We are on the way for removing all flush_scheduled_work() callers from
the kernel, and there are only 4 callers remaining as of linux-20221104.

  drivers/gpu/drm/i915/display/intel_display.c:8997:      flush_scheduled_work();
  drivers/gpu/drm/i915/gt/selftest_execlists.c:88:        flush_scheduled_work();
  drivers/md/dm.c:234:    flush_scheduled_work();
  drivers/message/fusion/mptscsih.c:1234: flush_scheduled_work();

I'm planning to start emitting runtime messages in linux-next.git tree.

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2023-02-23  2:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-06 10:28 [dm-devel] How is the progress for removing flush_scheduled_work() callers? Tetsuo Handa
2022-11-06 10:28 ` Tetsuo Handa
2022-11-06 10:28 ` [Intel-gfx] " Tetsuo Handa
2022-11-16 10:08 ` Jani Nikula
2022-11-16 13:06   ` Ville Syrjälä
2022-11-16 13:06     ` Ville Syrjälä
2023-02-23  1:51     ` Tetsuo Handa
2023-02-23  1:51       ` Tetsuo Handa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.