From owner-svn-src-head@FreeBSD.ORG Thu Oct 30 16:36:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4C608A4; Thu, 30 Oct 2014 16:36:40 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9AEA130; Thu, 30 Oct 2014 16:36:40 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id ey11so5800326pad.21 for ; Thu, 30 Oct 2014 09:36:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=a+tVQqbQJcxMyKZdkdH0Be/IXQwWqRVqBxs+FjP2j6w=; b=tO2VRPgjAHKmkeHM7VEC6LU6+WsYpB1KyhyiX7d+7jAQE1xEks3cC1ip3dLvhHRVFa JuwMSTr9YZvl1onseyryT3GEDihFIBTxoqV0kb9SNIlA/STyYvoGP0tgP9fo8ux2mxXW 3qredzPU5tKH0Co3ChKgj0Axy4n6w2lr1CJchpZZM8JWpNUuHPFmfiBdG0nFtrmEv+w7 ySFQ0f1gElVVdjyfdIJffbMjI/efKn3DQ0WL9JPTYXpujOKm/3OIuS4fixxQwvII9c3q KUYvxI1DBRXEZQZD70nGmEx6wuBd9P8B/Fs708Sad3jNkWkAkn3wptIgf/x3X1n0A3nb znqw== X-Received: by 10.66.150.164 with SMTP id uj4mr18704811pab.14.1414687000082; Thu, 30 Oct 2014 09:36:40 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:8d37:6352:ed8b:4617? ([2601:8:ab80:7d6:8d37:6352:ed8b:4617]) by mx.google.com with ESMTPSA id c8sm7597409pds.48.2014.10.30.09.36.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 Oct 2014 09:36:39 -0700 (PDT) References: <201410301626.s9UGQIJS014234@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201410301626.s9UGQIJS014234@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <5EDC9AC8-D9DE-4C78-86CB-3A64E558633B@gmail.com> X-Mailer: iPhone Mail (12B411) From: Garrett Cooper Subject: Re: svn commit: r273866 - head/sys/sys Date: Thu, 30 Oct 2014 09:36:39 -0700 To: Josh Paetzel Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 16:36:41 -0000 > On Oct 30, 2014, at 09:26, Josh Paetzel wrote: > > Author: jpaetzel > Date: Thu Oct 30 16:26:17 2014 > New Revision: 273866 > URL: https://svnweb.freebsd.org/changeset/base/273866 > > Log: > Plug memory ordering holes in buf_ring_enqueue. For at least some > users this patch eliminates the races previously discussed on the > mailing list. Hi Josh! Do you have a link to the discussion thread you can provide? Thank you!