From owner-freebsd-current@freebsd.org Thu Jul 30 19:53:25 2015 Return-Path: Delivered-To: freebsd-current@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 89A239AC8C2 for ; Thu, 30 Jul 2015 19:53:25 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 2075E1CB0 for ; Thu, 30 Jul 2015 19:53:25 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by wibxm9 with SMTP id xm9so5618089wib.1 for ; Thu, 30 Jul 2015 12:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=PLYr+9h85dJxtFE5V9/G2yx8ffDC0WeQVDkwTtNQ6ik=; b=cCISikUKquS37hzYq63T4RNVba2uxoNuXNMLRChymwGYz5YbdmvDUZcVO65nIVcF8E wl9+kXcgE1PyaXqVEtpITTNzDSD+DuDR3DnYocMsEr1B8K109dHF05xEqSmjsVhxMqqK Nr7mSIC5K18XL5UvMPSGbmRSEqetQtYyPh1VbktzLbIBorkmklfG1Olt1HoSyCyI2FJR GKijfeRDsuWxZNTGBuDdZwo0pLFgRFBcBtaZD+qr1ieb7bceDmk5HVzd1JmMR/Ijtrit 9ny8scPxlFLW9gRYiQC3ukJC6s08L5rmONBglX7anBVI3llCi2432m5zBY6ZeaSRRHXn R6Dg== X-Received: by 10.194.24.196 with SMTP id w4mr90296888wjf.137.1438286003678; Thu, 30 Jul 2015 12:53:23 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by smtp.gmail.com with ESMTPSA id v20sm3429444wjw.17.2015.07.30.12.53.22 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Jul 2015 12:53:22 -0700 (PDT) Date: Thu, 30 Jul 2015 21:53:20 +0200 From: Mateusz Guzik To: Ivan Klymenko Cc: Navdeep Parhar , Current Subject: Re: panic in sysctl code in recent head Message-ID: <20150730195320.GA24826@dft-labs.eu> Mail-Followup-To: Mateusz Guzik , Ivan Klymenko , Navdeep Parhar , Current References: <20150730221710.393160ff@nonamehost.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150730221710.393160ff@nonamehost.local> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 19:53:25 -0000 On Thu, Jul 30, 2015 at 10:17:10PM +0300, Ivan Klymenko wrote: > Thu, 30 Jul 2015 12:11:22 -0700 > Navdeep Parhar написав: > > > Does anyone else see this too? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201992 This bz is unrelated. Problematic change was reverted in r286094. -- Mateusz Guzik