Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbcDUAPq (ORCPT ); Wed, 20 Apr 2016 20:15:46 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:42762 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751369AbcDUAPp (ORCPT ); Wed, 20 Apr 2016 20:15:45 -0400 From: "Rafael J. Wysocki" To: Lv Zheng Cc: "Rafael J. Wysocki" , Len Brown , Lv Zheng , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v2 0/3] ACPI / tables: Add table upgrade mechanism Date: Thu, 21 Apr 2016 02:18:36 +0200 Message-ID: <3948235.FadEB4uYLA@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 23 On Monday, April 11, 2016 10:13:07 AM Lv Zheng wrote: > This patch introduces a table upgrade mechanism based on the existing > initrd table override mechanism. > > Updated due to a build error reported against early_acpi_table_init() > stub. > > Lv Zheng (3): > ACPI / tables: Move table override mechanisms to tables.c > ACPI / x86: Cleanup initrd related code > ACPI / tables: Convert the initrd table override mechanisms to the > table upgrade mechanism > > Documentation/acpi/initrd_table_override.txt | 65 +++--- > arch/x86/kernel/setup.c | 12 +- > drivers/acpi/Kconfig | 8 +- > drivers/acpi/internal.h | 1 - > drivers/acpi/osl.c | 274 ---------------------- > drivers/acpi/tables.c | 312 +++++++++++++++++++++++++- > include/linux/acpi.h | 10 +- > 7 files changed, 365 insertions(+), 317 deletions(-) All [1-3/3] applied, thanks!