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>] [day] [month] [year] [list]
Date:	Thu, 17 Jun 2010 14:55:36 -0600
From:	Jeffrey Merkey <jeffmerkey@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [ANNOUNCE] MDB Merkey Debugger for Linux 2.6.34-06-17-2010 (CR3 
	Fixes)

http://merkeydebugger.googlecode.com/files/mdb-2.6.34-06-17-2010.patch

FIXES

Add

mov cr3,%eax
mov %eax,cr3

to main callback from notify_die() function.  Linux in various
functions will alter page tables in batches without issuing a TLB
flush command.  Daemonize() is one such function where the .mm is
deleted and no TLB flush in executed.  Such cases
require that the debugger always reload CR3 on breakpoint exceptions
to avoid double and triple faulting, and in this case
will hand the system in the page fault handler if CR3 is not reloaded
every exception to make certain the processor has a
valid view of the TLB and page tables.

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