From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beth Kon Subject: Re: Subject:[PATCH 1/2] Clean up MADT Table Creation Date: Fri, 15 May 2009 23:16:34 -0400 Message-ID: <4A0E3012.8060907@us.ibm.com> References: <1242442059-20371-1-git-send-email-eak@us.ibm.com> <1242442059-20371-2-git-send-email-eak@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mtosatti@redhat.com, vincent@vincent-minet.net, gleb@redhat.com, anthony@codemonkey.ws To: avi@redhat.com Return-path: Received: from e33.co.us.ibm.com ([32.97.110.151]:41004 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755396AbZEPDPc (ORCPT ); Fri, 15 May 2009 23:15:32 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e33.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4G3Dima000982 for ; Fri, 15 May 2009 21:13:44 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4G3FXI1226626 for ; Fri, 15 May 2009 21:15:33 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4G3FWET019760 for ; Fri, 15 May 2009 21:15:32 -0600 In-Reply-To: <1242442059-20371-2-git-send-email-eak@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Beth Kon wrote: > This patch is also based on the patch by Vincent Minet. It corrects the size > calculation of the RSDT, and checks for overflow of MAX_RSDT_ENTRIES, > assuming that the external table entry count is contained within > MAX_RSDT_ENTRIES. > > Signed-off-by: Beth Kon > > This should have been patch 2/2. I think git-send-email didn't like that I didn't have a space after Subject: . Let me try to resend with the space added.