lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 06 Feb 2007 10:57:06 -0600
From:	"Chris Friesen" <cfriesen@...tel.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: legal to call tasklet_schedule() from within schedule()?


I'm noodling around with some way to print out error messages from 
within the scheduler itself.  One way that I'm considering is to copy 
messages to a static memory buffer and then trigger a tasklet to do the 
actual printing.  The question I had was whether it's actually legal to 
call tasklet_schedule() from within the schedule() function, or whether 
that could lead to bad things.  Can anyone give me a definitive 
statement on this?

Does anyone have any other suggestions on the best way to do this?

Thanks,

Chris
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ