From owner-svn-src-all@FreeBSD.ORG Fri Nov 14 05:18:36 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83B25D2A; Fri, 14 Nov 2014 05:18:36 +0000 (UTC) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 42844DA7; Fri, 14 Nov 2014 05:18:35 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 030B1A1E0; Fri, 14 Nov 2014 05:18:35 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id 52B8018EA; Fri, 14 Nov 2014 06:18:31 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Craig Rodrigues Subject: Re: svn commit: r274491 - head/sys/kern References: <201411132351.sADNpEZ0058958@svn.freebsd.org> Date: Fri, 14 Nov 2014 06:18:31 +0100 In-Reply-To: (Craig Rodrigues's message of "Thu, 13 Nov 2014 16:39:30 -0800") Message-ID: <86a93ue4wo.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, "freebsd-testing@freebsd.org" , svn-src-all@freebsd.org, src-committers@freebsd.org, Jung-uk Kim X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 14 Nov 2014 05:18:36 -0000 Craig Rodrigues writes: > After these commits: > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1834/ > these unit tests started failing: > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/241/ > Do you think your commit fixes it? Yes. It fixes a bug that was introduced by the change listed as no 2 for that build, which broke chown for relative paths. The tests that fail call chown("the-file", geteuid(), getegid()). DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no