From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 13 17:55:44 2015 Return-Path: Delivered-To: freebsd-hackers@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 C4341663; Tue, 13 Jan 2015 17:55:44 +0000 (UTC) Received: from mail.myota.org (mail.myota.org [85.10.206.105]) by mx1.freebsd.org (Postfix) with ESMTP id 4766A1DD; Tue, 13 Jan 2015 17:55:43 +0000 (UTC) Received: from e181126138.adsl.alicedsl.de (e181126138.adsl.alicedsl.de [85.181.126.138]) (authenticated bits=128) by mail.myota.org (8.14.9/8.14.9) with ESMTP id t0DHsvpl024759; Tue, 13 Jan 2015 18:55:03 +0100 (CET) (envelope-from andre@albsmeier.net) Received: from stationary.client ([192.168.128.2]) by gate.local (8.14.9/8.14.9) with ESMTP id t0DHsu8Z035667; Tue, 13 Jan 2015 18:54:56 +0100 (CET) (envelope-from andre@gate.home.albsmeier.net) Received: from submit.client ([127.0.0.1]) by voyager.local (8.14.9/8.14.9) with ESMTP id t0DHsuLJ007307; Tue, 13 Jan 2015 18:54:56 +0100 (CET) (envelope-from andre@voyager.home.albsmeier.net) Received: (from user@localhost) by voyager.local (8.14.9/8.14.9/Submit) id t0DHsuKr007306; Tue, 13 Jan 2015 18:54:56 +0100 (CET) (envelope-from andre@voyager.home.albsmeier.net) Date: Tue, 13 Jan 2015 18:54:56 +0100 From: Andre Albsmeier To: Ed Maste Subject: Re: [PATCH] Fixing panic in vt_fb_blank() if fb_size is not a multiple of fb_stride Message-ID: <20150113175456.GA7271@voyager> References: <20150101192219.GA46601@voyager> <20150102072620.GB65505@gate> <9F362787-EC79-4ADC-B414-4EDBF592B868@gmail.com> <20150105135856.GA65607@gate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Echelon: F-15, plutonium, Blowfish, 737, assault X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Not delayed on 85.10.206.105, ACL: AUTH(59), Origin: DE, OS: FreeBSD 9.x X-Greylist: Not delayed on 192.168.128.1, ACL: RFC_Nets(54), Origin: , OS: unknown X-Virus-Scanned: clamav-milter 0.98.5 at colo X-Virus-Status: Clean X-Mailman-Approved-At: Tue, 13 Jan 2015 18:05:52 +0000 Cc: Andre Albsmeier , Adrian Chadd , "freebsd-x11@freebsd.org" , Garrett Cooper , "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 17:55:44 -0000 On Mon, 12-Jan-2015 at 15:51:08 -0500, Ed Maste wrote: > On 5 January 2015 at 08:58, Andre Albsmeier wrote: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196510 > > Thanks, this should now be fixed in stable/9 with r277083. Confirmed to be fixed, thanks!