From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 2 15:28:52 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E2E9242; Fri, 2 Jan 2015 15:28:52 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12D3E66151; Fri, 2 Jan 2015 15:28:51 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id et14so24367042pad.3; Fri, 02 Jan 2015 07:28:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=rXKgW3/BrL5XSPkKlFtwU5nP5DRl2GGbXA12Am3xEr0=; b=nfIYfncDXHUb/ul1Je/HMtYTmgIr2XnEvNSRJomthVqVtV2bESvjIAnzJqdyPvHiAN wK32tqb3Zec6U36/U4iIJEAFwnGSZ7nnIFBMhcmK9luyQuHZxUlAAqZTr6ZiUqDqhUwG cMPKPQxjPWhfFhAAU58AN4tMKLENCcP/sVZH9QkLc05m7Cn4i7JBJsWdeq3yc9bwEQxt ZwauGmq/4QMYuDCRKzddT82T5Orzj6iDBGXUrqQAYAu05I1Id7sbK265P6D0ub8cFGPs BH5ULtltcgIUvjfbCbQhxVYeCaNlp8BB2EZzbIr2MyREPPGplX/LM5//PG1jZGh/nCH+ foBw== X-Received: by 10.66.249.99 with SMTP id yt3mr110987112pac.59.1420212531532; Fri, 02 Jan 2015 07:28:51 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:9169:6ee3:34aa:95ad? ([2601:8:ab80:7d6:9169:6ee3:34aa:95ad]) by mx.google.com with ESMTPSA id pv3sm46833877pbb.56.2015.01.02.07.28.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Jan 2015 07:28:50 -0800 (PST) References: <20150101192219.GA46601@voyager> <20150102072620.GB65505@gate> Mime-Version: 1.0 (1.0) In-Reply-To: <20150102072620.GB65505@gate> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <9F362787-EC79-4ADC-B414-4EDBF592B868@gmail.com> X-Mailer: iPhone Mail (12B440) From: Garrett Cooper Subject: Re: [PATCH] Fixing panic in vt_fb_blank() if fb_size is not a multiple of fb_stride Date: Fri, 2 Jan 2015 07:28:46 -0800 To: Andre Albsmeier Cc: "freebsd-hackers@freebsd.org" , Adrian Chadd , "freebsd-x11@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: Fri, 02 Jan 2015 15:28:52 -0000 > On Jan 1, 2015, at 23:26, Andre Albsmeier wrote: > >> On Thu, 01-Jan-2015 at 13:34:53 -0800, Adrian Chadd wrote: >> oh cool! >> >> Would you mind filing a PR? This is a pretty nifty find, good work! > > Thanks ;-) Given the fact that emaste@ apparently fixed that in > -head already do you think the PR is still needed (for documentation > purposes or otherwise)? The status should be changed to In-Progress and the appropriate MFC keywords should be added to the bug. Cheers!