From owner-svn-src-head@freebsd.org Tue Jul 21 16:50:11 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 3C60A9A7D3B; Tue, 21 Jul 2015 16:50:11 +0000 (UTC) (envelope-from adrian.chadd@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 C7DA91BFA; Tue, 21 Jul 2015 16:50:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by wicmv11 with SMTP id mv11so47478690wic.0; Tue, 21 Jul 2015 09:50:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jFzxUZMFzIYFYCps/lJSzdxJ3NBo4PBd3tpTjs93p3I=; b=zhld78ADa/w0fxj2ftUIsrDXxbux7TP/2iQTQ55GBVYUr0cP8UEh14srFBYMBRhux4 OGY5JLRVABnWwYCylahoyEg31A81zAqPVU2upJ+YTsjResjA3V6TIu3FqkP+4iXNl6+0 n31NB77KCrF843JxTMZUV0KMKILBI1gtvdWwQUIjbd8+w4juiaP3gWF1ublDzHpVcwh8 4qqgge9rmD0VD1bAdpniAx2QA8HRTeJ7XmCOitHyGywbRpcOwjYYiwrsNgIMNwIp2Ffj WXrDdmpm8pgtkHR5WxJEYCGnMwAPC1CMszXv6D/j9bEKAQ4PrmizqaB7pv/2Ym2SlJ52 jzqg== MIME-Version: 1.0 X-Received: by 10.180.90.81 with SMTP id bu17mr33477701wib.35.1437497409032; Tue, 21 Jul 2015 09:50:09 -0700 (PDT) Received: by 10.180.88.194 with HTTP; Tue, 21 Jul 2015 09:50:08 -0700 (PDT) In-Reply-To: <20150721083922.GB6736@dft-labs.eu> References: <201507040654.t646sGO7044196@repo.freebsd.org> <20150721083922.GB6736@dft-labs.eu> Date: Tue, 21 Jul 2015 09:50:08 -0700 Message-ID: Subject: Re: svn commit: r285125 - in head/sys: kern sys From: Adrian Chadd To: Mateusz Guzik Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" , John Baldwin Content-Type: text/plain; charset=UTF-8 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: Tue, 21 Jul 2015 16:50:11 -0000 Heh, well, the sysctl tree changes for me multiple times an hour. How about we revert this for now and then play around with the better longer term solution outside of -HEAD? I'm worried that this'll trip up other developers who load/unload drivers. Note suspend will also delete sysctl nodes as devices get detached. It's not just kldunload. -adrian