From owner-svn-src-head@freebsd.org Fri Jul 24 06:35:17 2015 Return-Path: Delivered-To: svn-src-head@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 30A4A9A9C12; Fri, 24 Jul 2015 06:35:17 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC54112A7; Fri, 24 Jul 2015 06:35:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t6O6XnW7012694; Thu, 23 Jul 2015 23:33:53 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201507240633.t6O6XnW7012694@gw.catspoiler.org> Date: Thu, 23 Jul 2015 23:33:49 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r285829 - head/sys/kern To: pluknet@FreeBSD.org cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org In-Reply-To: <201507232318.t6NNI4QG016985@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 24 Jul 2015 06:35:17 -0000 On 23 Jul, Sergey Kandaurov wrote: > Author: pluknet > Date: Thu Jul 23 23:18:03 2015 > New Revision: 285829 > URL: https://svnweb.freebsd.org/changeset/base/285829 > > Log: > Call ksem_get() with initialized 'rights'. > > ksem_get() consumes fget(), and it's mandatory there. > > Reported by: truckman > Reviewed by: mjg Thanks! Things seem to be stable now.