Files
android_kernel_xiaomi_sm8450/arch/x86/kernel/cpu
Rusty Russell 394122ab14 [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c
Impact: don't play with current's cpumask

It's generally a very bad idea to mug some process's cpumask: it could
legitimately and reasonably be changed by root, which could break us
(if done before our code) or them (if we restore the wrong value).

We use smp_call_function_single: this had the advantage of being more
efficient, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
To: cpufreq@vger.kernel.org
Cc: Dominik Brodowski <linux@brodo.de>
Signed-off-by: Dave Jones <davej@redhat.com>
2009-06-15 11:49:43 -04:00
..
2009-06-11 23:31:52 +02:00
2008-06-03 14:43:00 -07:00
2008-07-31 23:56:27 +02:00
2009-03-23 02:06:51 +05:30
2008-11-23 11:02:36 +01:00