From owner-svn-src-head@freebsd.org Fri Dec 18 16:05:18 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 88C19A4B454; Fri, 18 Dec 2015 16:05:18 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp002.me.com (mr11p00im-asmtp002.me.com [17.110.69.253]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7665217A4; Fri, 18 Dec 2015 16:05:18 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from [192.168.1.4] (c-24-6-178-251.hsd1.ca.comcast.net [24.6.178.251]) by mr11p00im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0NZK006H4A0N3O10@mr11p00im-asmtp002.me.com>; Fri, 18 Dec 2015 16:05:12 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-12-18_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1512180286 User-Agent: Microsoft-MacOutlook/0.0.0.151105 Date: Fri, 18 Dec 2015 08:05:11 -0800 Subject: Re: svn commit: r292436 - head/sys/geom/sched From: Ravi Pokala Sender: "Pokala, Ravi" To: Shawn Webb , Warner Losh Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: <8C1C369D-9E9C-4212-895C-5F5A37334C8D@panasas.com> Thread-topic: svn commit: r292436 - head/sys/geom/sched References: <201512181410.tBIEA0FD099700@repo.freebsd.org> <20151218144708.GA27589@mutt-hardenedbsd> In-reply-to: <20151218144708.GA27589@mutt-hardenedbsd> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit 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, 18 Dec 2015 16:05:18 -0000 -----Original Message----- From: on behalf of Shawn Webb Date: 2015-12-18, Friday at 06:47 To: Warner Losh Cc: , , Subject: Re: svn commit: r292436 - head/sys/geom/sched >Additionally, this fixed a potential NULL dereference bug. That's actually what I noticed and mentioned to Warner; he determined that sleeping is okay, so rather than checking for NULL, he made it impossible to get NULL in the first place. :-) -Ravi >Thanks, > >-- >Shawn Webb >HardenedBSD > >GPG Key ID: 0x6A84658F52456EEE >GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE