From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756715AbXKZQUb (ORCPT ); Mon, 26 Nov 2007 11:20:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752118AbXKZQUW (ORCPT ); Mon, 26 Nov 2007 11:20:22 -0500 Received: from ftp.linux-mips.org ([194.74.144.162]:50837 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753560AbXKZQUV (ORCPT ); Mon, 26 Nov 2007 11:20:21 -0500 Date: Mon, 26 Nov 2007 16:19:31 +0000 From: Ralf Baechle To: Thomas Bogendoerfer Cc: linux-mips@linux-mips.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [UPDATED PATCH] IP22ZILOG: fix lockup and sysrq Message-ID: <20071126161931.GA22879@linux-mips.org> References: <20071126160538.507EAC2B22@solo.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071126160538.507EAC2B22@solo.franken.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 26, 2007 at 04:58:03PM +0100, Thomas Bogendoerfer wrote: > - fix lockup when switching from early console to real console > - make sysrq reliable > - fix panic, if sysrq is issued before console is opened > > Signed-off-by: Thomas Bogendoerfer Acked-by: Ralf Baechle Several Indy users have reported the issues fixed by this patch so it's 2.6.24 material. Ralf