Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758234Ab3GXAoT (ORCPT ); Tue, 23 Jul 2013 20:44:19 -0400 Received: from mga03.intel.com ([143.182.124.21]:9206 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758200Ab3GXAoR convert rfc822-to-8bit (ORCPT ); Tue, 23 Jul 2013 20:44:17 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,731,1367996400"; d="scan'208";a="272326587" From: "Zheng, Lv" To: Greg KH CC: "Wysocki, Rafael J" , "Brown, Len" , Corey Minyard , "Zhao, Yakui" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "openipmi-developer@lists.sourceforge.net" Subject: RE: [PATCH 01/13] ACPI/IPMI: Fix potential response buffer overflow Thread-Topic: [PATCH 01/13] ACPI/IPMI: Fix potential response buffer overflow Thread-Index: AQHOh3wLKhdEYIiVUE2C0IUCYAmbI5lx0/CAgAEj1aCAAASEUA== Date: Wed, 24 Jul 2013 00:44:05 +0000 Message-ID: <1AE640813FDE7649BE1B193DEA596E8802435128@SHSMSX101.ccr.corp.intel.com> References: <20130723145419.GA12065@kroah.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2465 Lines: 60 > From: Zheng, Lv > Sent: Wednesday, July 24, 2013 8:22 AM > > > From: linux-acpi-owner@vger.kernel.org > > [mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Greg KH > > Sent: Tuesday, July 23, 2013 10:54 PM > > > > On Tue, Jul 23, 2013 at 04:08:59PM +0800, Lv Zheng wrote: > > > This patch enhances sanity checks on message size to avoid potential > > > buffer overflow. > > > > > > The kernel IPMI message size is IPMI_MAX_MSG_LENGTH(272 bytes) while > > > the ACPI specification defined IPMI message size is 64 bytes. The > > > difference is not handled by the original codes. This may cause > > > crash in the response handling codes. > > > This patch fixes this gap and also combines rx_data/tx_data to use > > > single data/len pair since they need not be seperated. > > > > > > Signed-off-by: Lv Zheng > > > Reviewed-by: Huang Ying > > > --- > > > drivers/acpi/acpi_ipmi.c | 100 > > > ++++++++++++++++++++++++++++------------------ > > > 1 file changed, 61 insertions(+), 39 deletions(-) > > > > > > > > This is not the correct way to submit patches for inclusion in the > > stable kernel tree. Please read Documentation/stable_kernel_rules.txt > > for how to do this properly. > > > > > > > > Same goes for the other patches you sent in this thread... > > OK, I'll add prerequisites for each that want to be accepted by the stable queue > and re-send them (PATCH 01-06). Maybe I shouldn't. I looks it is not possible to add commit ID prerequisites for patch series that has not been accepted by the mainline. As the patches haven't been merged by the mainline, it is likely that the commit IDs in this series will be changed. Please ignore [PATCH 01-06] that have been sent to the stable mailing list. I'll just let ACPI maintainers know which patches I think that can go for stable tree and let they make the decision after the mainline acceptance. Thanks and best regards -Lv > > Thanks and best regards > -Lv > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-acpi" > > in the body of a message to majordomo@vger.kernel.org More majordomo > > info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/