From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] macfb: Do not overflow fb_fix_screeninfo.id Date: Mon, 27 Oct 2008 22:09:57 -0700 Message-ID: <20081027220957.42cac1db.akpm@linux-foundation.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Geert Uytterhoeven Cc: Linux Frame Buffer Device Development , Linux/m68k , Finn Thain , stable@kernel.org On Mon, 27 Oct 2008 08:23:43 +0100 (CET) Geert Uytterhoeven wrote: > From: Finn Thain > > Don't overflow the 16-character fb_fix_screeninfo id string (fixes some > console erasing and blanking artifacts). Have the ID default to "Unknown" > on machines with no built-in video and no nubus devices. Check for > fb_alloc_cmap failure. The patch applies OK to 2.6.27, 2.6.26 and 2.6.25 (at least). Should we backport it and if so, how far? Thanks.