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
| ||
|
Message-ID: <p73sl3wnzty.fsf@bingen.suse.de> Date: Sat, 27 Oct 2007 21:04:57 +0200 From: Andi Kleen <andi@...stfloor.org> To: Mathieu Desnoyers <compudj@...stal.dyndns.org> Cc: linux-kernel@...r.kernel.org Subject: Re: [PATCH] Fix x86_64 TIF_SYSCALL_TRACE race in entry.S Mathieu Desnoyers <compudj@...stal.dyndns.org> writes: > We make sure that the thread flag read is coherent between our new test and the ALLWORK_MASK test by first saving it in a register used for both comparisons. > That doesn't make sense. If someone is setting those asynchronously you can always race. You should really just stop the process like ptrace does before changing such things. -Andi - 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/