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-next>] [day] [month] [year] [list]
Date:	Wed, 25 Aug 2010 18:05:41 +0530
From:	Lal <learner.kernel@...il.com>
To:	netdev@...r.kernel.org
Subject: RPS patch questions

I am evaluating RPS patch from Tom Herbert. I have some questions
regarding this patch.

1. Can __smp_call_function_single be called from bottom half handler?
I presume, yes.

2. I am working on 2.6.21 kernel which have neither
__smp_call_function_single nor smp_call_function_single. I used
smp_call_function_single from some other kernel version but this too
can not be called from bottom half handler (just like
smp_call_function). Did somebody try to write such function for 2.6.21
(or older kernel) which can be called from bottom halves?

3. One option I've is to upgrade to 2.6.27 kernel which has
__smp_call_function_single. I see a comment that this function must
not be called with interrupt disabled. Does it mean it can be called
from bottom half handler?

Thanks
Lal
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ