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>] [day] [month] [year] [list]
Date:	Thu, 4 Jan 2007 22:56:02 +0200
From:	"Raz Ben-Jehuda(caro)" <raziebe@...il.com>
To:	"Linux Kernel" <linux-kernel@...r.kernel.org>
Subject: A Correct Design of a multi cpu/core rt application

Hello

I am trying to implement a (soft) real time kthread on a dual cpu
machine. Basic design is very simple, the kthread  binds
to cpu 1 sets itself to a high real time priority and never releases this
cpu. Whenever it needs to wait a little I use the assembler pause command.
The operating system should be running on cpu 0.

Yet I have 3 problems:

1. Rcu never unlocks ( dentry starvation ).

2. I cannot ssh to the machine when this kthread is runing. This has to
   do some how with events workqueue.

3. What about all other kthreads,workqueue,tasklets in the system ? aio,md,
   can I simply un-invoke them ?

Is there an easy way to do it ?
Is there a framework to do it ?

thank you
raz


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