Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752069Ab3J2Tb4 (ORCPT ); Tue, 29 Oct 2013 15:31:56 -0400 Received: from mga02.intel.com ([134.134.136.20]:15631 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751949Ab3J2Tbz (ORCPT ); Tue, 29 Oct 2013 15:31:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="426649040" From: "Luck, Tony" To: Ingo Molnar Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Move drivers/acpi/apei/cper.c to drivers/firmware/efi/ Date: Tue, 29 Oct 2013 12:31:53 -0700 Message-Id: <52700d2920076a466d@agluck-desk.sc.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 34 The following changes since commit 56507694de3453076d73e0e9813349586ee67e59: EDAC, GHES: Update ghes error record info (2013-10-23 10:11:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/please-pull-move-cper for you to fetch changes up to c57a801195153e111bcd712680a718cf101b6d1f: Move cper.c from drivers/acpi/apei to drivers/firmware/efi (2013-10-29 09:23:38 -0700) ---------------------------------------------------------------- cper.c implements UEFI Appendix N "Common Platform Error Record" handling. Move it to drivers/firmware/efi/cper.c to reflect this heritage. ---------------------------------------------------------------- Tony Luck (1): Move cper.c from drivers/acpi/apei to drivers/firmware/efi drivers/acpi/Kconfig | 4 +++- drivers/acpi/apei/Kconfig | 2 ++ drivers/acpi/apei/Makefile | 2 +- drivers/firmware/efi/Kconfig | 3 +++ drivers/firmware/efi/Makefile | 1 + drivers/{acpi/apei => firmware/efi}/cper.c | 0 6 files changed, 10 insertions(+), 2 deletions(-) rename drivers/{acpi/apei => firmware/efi}/cper.c (100%) -- 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/