From owner-svn-src-all@freebsd.org Tue Jan 12 09:32:47 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F084A6D2B1; Tue, 12 Jan 2016 09:32:47 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D07B81CD5; Tue, 12 Jan 2016 09:32:46 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id f206so309805183wmf.0; Tue, 12 Jan 2016 01:32:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=tznwp1U3vrDfhGaEfSwexiEP0/k7bwemA7Vm6KqFDF8=; b=dHHwP7hBTtwhD+sSMaR0mqxGPSIEu51oM9RnusnuOjOhW8xPwUsytf0luzUEqIpW1v /i3jcLPaIZaHhpDrwCNzd+mlhbG7L871usIvJilWWTr8P2AXKQIPLoU1Seiz6rK9Acte WYi7CqjDTy7uEKTJHWT4ChwK7mIK4YS9sL2c1nghiUbqPXCJBwfJk9uGz9fVwLsaXDht DrYWT+e2OAdRtWhO3Ors0owyfN/kzmHDqjeRfy7f0lnceP91bH+VcAHN68BJbklSd9yv yE7kGhnnXq2FFcffHf503iKSRdBGSDuTu0z+VHwmW1A9DEn4Kdq7kISTAHhDywO33F5X Efbg== X-Received: by 10.28.171.135 with SMTP id u129mr17262472wme.99.1452591165290; Tue, 12 Jan 2016 01:32:45 -0800 (PST) Received: from [172.16.1.30] (178.Red-79-152-19.dynamicIP.rima-tde.net. [79.152.19.178]) by smtp.gmail.com with ESMTPSA id s129sm16580842wmf.18.2016.01.12.01.32.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Jan 2016 01:32:44 -0800 (PST) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Subject: Re: svn commit: r291716 - in head: share/man/man4 sys/cam sys/cam/ata sys/cam/scsi sys/dev/md sys/geom sys/kern sys/pc98/include sys/sys usr.sbin usr.sbin/camdd To: Colin Percival , "Kenneth D. Merry" References: <201512032054.tB3KsuUw037541@repo.freebsd.org> <5693E672.7080100@FreeBSD.org> <20160111195231.GA57278@mithlond.kdm.org> <5694134F.6070201@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, gibbs@freebsd.org From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Message-ID: <5694C83A.1040609@FreeBSD.org> Date: Tue, 12 Jan 2016 10:32:42 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <5694134F.6070201@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 09:32:47 -0000 El 11/01/16 a les 21.40, Colin Percival ha escrit: > On 01/11/16 11:52, Kenneth D. Merry wrote: >> On Mon, Jan 11, 2016 at 18:29:22 +0100, Roger Pau Monn?? wrote: >>> The following patch solves the problem AFAICT, and I would like to >>> commit it ASAP: >> >> I think this should be fine. > > In light of the "ASAP" and the hour in Roger's part of the world (and the > fact that this was obstructing other work I want to do today) I committed > this fix as r293698 after experimental confirmation that it fixes what I > was seeing. > > Thank you both for the quick investigation! Thanks both for the fast response, let's hope that this doesn't introduce any other regressions :). Roger.