Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753216Ab3ILE6g (ORCPT ); Thu, 12 Sep 2013 00:58:36 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:31366 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752491Ab3ILE6e (ORCPT ); Thu, 12 Sep 2013 00:58:34 -0400 X-IronPort-AV: E=Sophos;i="4.90,888,1371052800"; d="scan'208";a="8500358" Message-ID: <52314A89.2060809@cn.fujitsu.com> Date: Thu, 12 Sep 2013 13:00:57 +0800 From: Tang Chen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: "Rafael J. Wysocki" , Toshi Kani CC: "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" Subject: [Bug report] Warning when hot-add an ACPI0004 device. X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/09/12 12:56:09, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/09/12 12:56:09, Serialize complete at 2013/09/12 12:56:09 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1471 Lines: 43 Hi Rafael, Toshi, When we hot-add an ACPI0004 device, we got the following warning: acpi ACPI0004:01: Attempt to re-insert The ACPI0004 device is a System Board in Fujitsu server, which has two numa nodes (processors and memory). It seems that we reserved the ACPI_NOTIFY_DEVICE_CHECK event twice in acpi_hotplug_notify_cb(). According to bisect, this happens after the following commit: From 68a67f6c78b80525d9b3c6672e7782de95e56a83 Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Sun, 3 Mar 2013 23:05:55 +0100 Subject: [PATCH 1/1] ACPI / container: Use common hotplug code Switch the ACPI container driver to using common device hotplug code introduced previously. This reduces the driver down to a trivial definition and registration of a struct acpi_scan_handler object. Signed-off-by: Rafael J. Wysocki Acked-by: Toshi Kani Tested-by: Toshi Kani --- drivers/acpi/container.c | 146 ++++------------------------------------------- 1 file changed, 10 insertions(+), 136 deletions(-) I'm now investigating this problem. If you have any idea about why this happens, please let me know. Thanks. :) -- 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/