public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* send_sig_info() in __switch_to() Ok or not?
@ 2003-08-24 20:40 Mikael Pettersson
  0 siblings, 0 replies; 3+ messages in thread
From: Mikael Pettersson @ 2003-08-24 20:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

I have a kernel extension (the x86 perfctr driver) that needs,
in a specific but unlikely case(*), to send a SIGILL to current
(next) in __switch_to(). Is this permitted or not?

I suspect it might not be because send_sig_info() eventually does
wake_up_process_kick(), and there's this warning in __switch_to()
not to call printk() since it calls wake_up()...

If I can't call send_sig_info() in __switch_to(), is there
another way to post a SIGILL to current from __switch_to()?

/Mikael

(*) A process on a HT P4 is using perfctrs and has an appropriate
cpus_allowed mask. Some other process changes our cpus_allowed,
and the scheduler migrates us to a non-0 thread. I detect this
in __switch_to()'s resume path and kill the counters, but I also
need to notify current somehow.

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

end of thread, other threads:[~2003-09-08 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <o9Yo.6Zf.7@gated-at.bofh.it>
2003-08-24 21:57 ` send_sig_info() in __switch_to() Ok or not? Andi Kleen
2003-09-08 19:40   ` Mikael Pettersson
2003-08-24 20:40 Mikael Pettersson

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