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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 01 Feb 2008 13:18:33 -0500
From:	Chris Snook <csnook@...hat.com>
To:	veerasena reddy <veerasena_b@...oo.co.in>
CC:	"linux-kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: how to get chance for user space process even when the kernel
 is utilizing 100% CPU.

veerasena reddy wrote:
> I have a requirement where i need to execute a user process even when
> the kernel is utilizing 100% of CPU time.

In the realtime kernel, hardware interrupt handlers are prioritized 
threads, so you can give the userspace process a higher realtime priority.

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