From owner-svn-src-all@freebsd.org Thu Sep 17 16:16:59 2015 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 858B99CE366; Thu, 17 Sep 2015 16:16:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2A418AC; Thu, 17 Sep 2015 16:16:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 666061D3C; Thu, 17 Sep 2015 16:16:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 15F35BF74; Thu, 17 Sep 2015 16:16:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id JfcJC6EOpRoH; Thu, 17 Sep 2015 16:16:56 +0000 (UTC) Subject: Re: svn commit: r287886 - head/sys/sys DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9B0F9BF6A To: Alexey Dokuchaev , Steven Hartland References: <201509170003.t8H03uSf070155@repo.freebsd.org> <20150917081541.GA65088@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <55FAE777.4010709@FreeBSD.org> Date: Thu, 17 Sep 2015 09:16:55 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150917081541.GA65088@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: Thu, 17 Sep 2015 16:16:59 -0000 On 9/17/15 1:15 AM, Alexey Dokuchaev wrote: > On Thu, Sep 17, 2015 at 12:03:56AM +0000, Steven Hartland wrote: >> New Revision: 287886 >> URL: https://svnweb.freebsd.org/changeset/base/287886 >> >> Log: >> Fix kqueue write events for files > 2GB >> >> Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST) >> macros, kqueue write events for files greater 2GB where never fired. >> >> This caused tail -f on a file greater 2GB to never see updates. > > Oh that's an embarrassing bug. > Please try to get an EN for this :) -- Regards, Bryan Drewery