From owner-freebsd-stable@FreeBSD.ORG Fri Mar 13 13:37:29 2015 Return-Path: Delivered-To: freebsd-stable@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 45F3B95E; Fri, 13 Mar 2015 13:37:29 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D1F69DE; Fri, 13 Mar 2015 13:37:29 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B3013B94E; Fri, 13 Mar 2015 09:37:27 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: On-going laptop brightness issues Date: Fri, 13 Mar 2015 09:37:13 -0400 Message-ID: <1677117.BW3piSn51g@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 13 Mar 2015 09:37:27 -0400 (EDT) Cc: Kevin Oberman , Adrian Chadd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 13:37:29 -0000 On Thursday, March 12, 2015 06:19:27 PM Kevin Oberman wrote: > On Thu, Mar 12, 2015 at 12:40 PM, Adrian Chadd wrote: > > > I thought jhb already mfc'ed it? > > > > > > -a > > > > > > > Adrian, > > jhb asked that I ask you to MFC. I did so and, since you declined (as is > your right and I understand that an MFC takes a fair bit of time to do > correctly), I am hoping someone who has a commit bit and some spare time > will take this one. I was going to merge it, but there is another bug report where these changes broke a different system, see the followups here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190186 Hmm, looking at the bug report about the hang itself: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193500 it seems that there is a workaround at least, but not yet a fix. However, since there is a viable workaround the gain from merging this probably outweighs the downside. -- John Baldwin