[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTine644Jk5DmEozAZqKgEGTTYRe6Jg@mail.gmail.com>
Date: Mon, 6 Jun 2011 16:11:08 -0700
From: Tony Luck <tony.luck@...el.com>
To: Matthew Garrett <mjg@...hat.com>
Cc: linux-kernel@...r.kernel.org, Matt_Domsch@...l.com
Subject: Re: [PATCH 3/3] efi: Add support for using efivars as a pstore backend
On Mon, Jun 6, 2011 at 12:38 PM, Matthew Garrett <mjg@...hat.com> wrote:
> EFI provides an area of nonvolatile storage managed by the firmware. We
> can use this as a pstore backend to maintain copies of oopses, aiding
> diagnosis.
Most of the new lines you add to efivars.c should be inside
#ifdef CONFIG_PSTORE
...
#endif
so that they don't bloat the kernel if PSTORE isn't configured.
I may have made a poor decision having drivers/acpi/apei/Kconfig
do a "select PSTORE" for the ACPI_APEI option.
It should probably be a normal "def_bool n" sort of thing.
-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists