Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757374AbYH2QM5 (ORCPT ); Fri, 29 Aug 2008 12:12:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754367AbYH2QMd (ORCPT ); Fri, 29 Aug 2008 12:12:33 -0400 Received: from mail-gx0-f16.google.com ([209.85.217.16]:61466 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbYH2QMc (ORCPT ); Fri, 29 Aug 2008 12:12:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type; b=O7Zy6J7uieCMubctEpDyzmICzRz5ha090sH+66OZHqacVhMWyQI7toNzNNY98mfmwB fjcxFEbRTb9L6FfOkpAwkKhJm0ehUVqYr/riwHE+1N/oG6wuTW+wXg0s1mt6ua49XFnv rI89h+YesipyT1r++DZr1S4Dmh3V54BdZjWO4= Message-ID: <48B81F60.3080409@gmail.com> Date: Fri, 29 Aug 2008 12:10:08 -0400 From: Gregory Haskins User-Agent: Thunderbird 2.0.0.16 (X11/20080720) MIME-Version: 1.0 To: Andi Kleen CC: Gregory Haskins , mingo@elte.hu, rostedt@goodmis.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Subject: Re: [PATCH] seqlock: serialize against writers References: <20080829154237.1196.66825.stgit@dev.haskins.net> <87abevpzv7.fsf@basil.nowhere.org> In-Reply-To: <87abevpzv7.fsf@basil.nowhere.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=CBD79AA1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7A6370587E8DC5E9411ED3A7" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1787 Lines: 58 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7A6370587E8DC5E9411ED3A7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Andi Kleen wrote: > Gregory Haskins writes: > > =20 >> *Patch submitted for inclusion in PREEMPT_RT 26-rt4. Applies to 2.6.2= 6.3-rt3* >> >> Hi Ingo, Steven, Thomas, >> Please consider for -rt4. This fixes a nasty deadlock on my systems= under >> heavy load. >> =20 > > Does this even work under x86-64? x86-64 uses seqlocks in user space > in its vsyscalls. And read_lock() definitely doesn't work there because= =20 > it writes. > > You would need at least to disable vsyscall gettimeofday(), making > it much much slower. > > Perhaps you tested on one of the systems where the vsyscalls need > to fallback for other reasons? (e.g. one using pmtimer for timing). > > -Andi > =20 Im running it on a x86_64 box as we speak. How can I tell if there is a certain mode that is permitting this? -Greg --------------enig7A6370587E8DC5E9411ED3A7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAki4H2AACgkQP5K2CMvXmqFBQgCePglzOP7J5+EKmwAQimHviHjh jpIAnimyoSV8C7qYlXvDR5Wh0YqU4DD0 =Nz7b -----END PGP SIGNATURE----- --------------enig7A6370587E8DC5E9411ED3A7-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/