From: Frederic Weisbecker Date: Mon, 16 Mar 2009 00:45:03 +0000 (+0100) Subject: tracing/core: fix early free of cpumasks X-Git-Tag: v2.6.30-rc1~2^2~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc1dfbe17e7705c55b7a99da995fa565e26f151;p=pandora-kernel.git tracing/core: fix early free of cpumasks Impact: fix crashes when tracing cpumasks While ring-buffer allocation, the cpumasks are allocated too, including the tracing cpumask and the per-cpu file mask handler. But these cpumasks are freed accidentally just after. Fix it. Reported-by: Ingo Molnar Signed-off-by: Frederic Weisbecker LKML-Reference: <1237164303-11476-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed