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:	Fri, 23 Oct 2009 16:35:14 -0700
From:	T D <td.lkml@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: scheduling tasklets on remote cpu

Hello!

[This is my first post to LKML. If this isn't the right list for my
questions, can someone pl. point me to an appropriate list? Thanks.]

I've couple of questions wrt tasklets on an SMP system and the 2.6.30
kernel and would appreciate some clarifications.

1. When a top half schedules a tasklet to take care of deferred
processing, is it possible to schedule the tasklet to run on a
different cpu (than the one that handled the top half)? I looked up
softirq.c and don't see any such api for tasklets, although there is
one for softirq's.

2. Also, would there be any issues with a simple api that took the
specified tasklet from one CPU's tasklet queue/vector and moved it to
another CPU's queue?

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