x86, bts: fix wrmsr and spinlock over kmalloc
authorMarkus Metzger <markus.t.metzger@intel.com>
Tue, 25 Nov 2008 07:52:56 +0000 (08:52 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 25 Nov 2008 16:29:02 +0000 (17:29 +0100)
Impact: fix sleeping-with-spinlock-held bugs/crashes

- Turn a wrmsr to write the DS_AREA MSR into a wrmsrl.
- Use irqsave variants of spinlocks.
- Do not allocate memory while holding spinlocks.

Reported-by: Stephane Eranian <eranian@googlemail.com>
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found