From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754291AbYIWA5y (ORCPT ); Mon, 22 Sep 2008 20:57:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753464AbYIWA5q (ORCPT ); Mon, 22 Sep 2008 20:57:46 -0400 Received: from mga01.intel.com ([192.55.52.88]:7601 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753427AbYIWA5q (ORCPT ); Mon, 22 Sep 2008 20:57:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.32,449,1217833200"; d="scan'208";a="619196241" Date: Mon, 22 Sep 2008 17:57:38 -0700 From: Suresh Siddha To: Cyrill Gorcunov Cc: Ingo Molnar , "Siddha, Suresh B" , LKML , "Maciej W. Rozycki" Subject: Re: [PATCH -tip/master] x86: io-apic - interrupt remapping fix Message-ID: <20080923005737.GA25045@linux-os.sc.intel.com> References: <20080919123320.GF7222@lenovo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080919123320.GF7222@lenovo> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 19, 2008 at 05:33:20AM -0700, Cyrill Gorcunov wrote: > Interrupt remapping could lead to NULL dereference in case of > kzalloc failed and memory leak in other way. So fix the > both cases. > > Signed-off-by: Cyrill Gorcunov > --- > > Ingo, the patch is on top of applied one. > > If I remember correctly Suresh was involved in > this - so I think he could take a look and review > the patch (please). > Acked-by: Suresh Siddha