Re: [PATCH]x86_64: build and use GDT on copied compressed kernel

From: Eric W. Biederman
Date: Sun May 13 2007 - 02:11:04 EST


"Yinghai Lu" <yhlu.kernel@xxxxxxxxx> writes:

> please check the patch.
>
> YH
>
> [PATCH]x86_64: build and use GDT on copied compressed kernel
>
> Build and use GDT on copied compressed kernel postion, instead of using GDT
> in data segment of loaded compressed kernel. Otherwise decompressing
> compressed kernel image later in 64bit longmode, will overwrite GDT.

Overwriting the GDT should be fine because we don't reload the segments,
after we overwrite it. GDT entries are only read when we load segments.
Interrupts are disabled so that should not cause a problem.

Why do you think the current behaviour is a problem?

Eric
-
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/