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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Sep 2009 09:32:53 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Peter Zijlstra <peterz@...radead.org>,
	Cyrill Gorcunov <gorcunov@...il.com>
Cc:	Frederic Weisbecker <fweisbec@...il.com>,
	Chris Malley <mail@...ismalley.co.uk>,
	linux-kernel@...r.kernel.org, Steven Rostedt <rostedt@...dmis.org>
Subject: Re: perf sched record hangs machine


* Peter Zijlstra <peterz@...radead.org> wrote:

>         .size   default_send_IPI_self, .-default_send_IPI_self
> 
> Which seems to suggest that cmove is in __prepare_ICR, but I'm not 
> sure how that can cause a page-fault, as that function is rather 
> pointer-less.
> 
> Did it maybe delay evaluating apic->dest_logical that late, it appear 
> to be the first usage of that argument?
> 
> Ingo, any ideas?

Yeah, the problem is:

[    0.042445] Local APIC not detected. Using dummy APIC emulation.

we shouldnt be trying to program the lapic in that case - all ops should 
be a NOP, including send-ipi-self. Cyrill?

	Ingo
--
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