Re: [PATCH 0/8] x86, acpi: Move acpi_initrd_override() earlier.

From: Toshi Kani
Date: Wed Aug 21 2013 - 16:31:04 EST


Hello Tejun,

On Wed, 2013-08-21 at 15:54 -0400, Tejun Heo wrote:
> On Wed, Aug 21, 2013 at 01:31:43PM -0600, Toshi Kani wrote:
> > Well, there is reason why we have earlyprintk feature today. So, let's
> > not debate on this feature now. There was previous attempt to support
>
> Are you saying the existing earlyprintk automatically justifies
> addition of more complex mechanism? The added complex of course
> should be traded off against the benefits of gaining ACPI based early
> boot. You aren't gonna suggest implementing netconsole based
> earlyprintk, right?

Platforms vendors (which care Linux) need to support the existing Linux
features. This means that they have to implement legacy interfaces on
x86 until the kernel supports an alternative method. For instance, some
platforms are legacy-free and do not have legacy COM ports. These ACPI
tables were defined so that non-legacy COM ports can be described and
informed to the OS. Without this support, such platforms may have to
emulate the legacy COM ports for Linux, or drop Linux support.

> > this feature with ACPI tables below. As described, it had the same
> > ordering issue.
> >
> > https://lkml.org/lkml/2012/10/8/498
> >
> > There is a basic problem that when we try to use ACPI tables that
> > extends or replaces legacy interfaces (ex. SRAT extending e820), we hit
> > this ordering issue because ACPI is not available as early as the legacy
> > interfaces.
>
> Do we even want ACPI parsing and all that that early? Parsing SRAT
> early doesn't buy us much and I'm not sure whether adding ACPI
> earlyprintk would increase or decrease debuggability during earlyboot.
> It adds whole lot more code paths where things can go wrong while the
> basic execution environment is unstable. Why do that?

I think the kernel boot-up sequence should be designed in such a way
that can support legacy-free and/or NUMA platforms properly.

Thanks,
-Toshi


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/