From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933215Ab0JFVnW (ORCPT ); Wed, 6 Oct 2010 17:43:22 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:26804 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933179Ab0JFVnV (ORCPT ); Wed, 6 Oct 2010 17:43:21 -0400 Message-ID: <4CACED3F.30005@kernel.org> Date: Wed, 06 Oct 2010 14:42:23 -0700 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: Greg KH CC: Greg KH , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2.6.32.y] ipmi: Fix hard-code path ipmi exit path panic References: <4C9CDEEF.4030304@kernel.org> <20101006210120.GB6184@kroah.com> <4CACE41F.1020905@kernel.org> <20101006212120.GB16320@kroah.com> In-Reply-To: <20101006212120.GB16320@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/06/2010 02:21 PM, Greg KH wrote: > On Wed, Oct 06, 2010 at 02:03:27PM -0700, Yinghai Lu wrote: >> On 10/06/2010 02:01 PM, Greg KH wrote: >>> On Fri, Sep 24, 2010 at 10:25:03AM -0700, Yinghai Lu wrote: >>>> >>>> Wing found panic on X4800, after he installed Sun own special version of ipmitool. >>> >>> Is this an issue on 2.6.35? If so, please lt the ipmi maintainer know >>> about it so this patch can get into Linus's tree and then backported to >>> the stable releases. >> >> only for 2.6.32.y > > Why? What happened between then to keep this from happening in .35? that looks some backporting before missed that check. > If you find the patch that fixes it, that is what we need to apply to > the .32-stable tree. 2.6.35 may need another one. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=561f8182dbf24b1be9207038aa5f82e34be4bad1 Yinghai