2006-11-25 01:30:21

by Lu, Yinghai

[permalink] [raw]
Subject: [PATCH 1/2] x86-64: calling clear_bss before set_intr_gate with early_idt_handler

Please check the patch.


Attachments:
(No filename) (24.00 B)
head64.patch (717.00 B)
Download all attachments

2006-11-25 06:57:11

by Eric W. Biederman

[permalink] [raw]
Subject: Re: [PATCH 1/2] x86-64: calling clear_bss before set_intr_gate with early_idt_handler

"Yinghai Lu" <[email protected]> writes:

> Please check the patch.
>
> [PATCH] x86_64: clear_bss before set_intr_gate with early_idt_handler
> idt_table is in the .bss section, so clear_bss need to called at first
>
> Signed-off-by: Yinghai Lu <[email protected]>

Acked-by: Eric Biederman <[email protected]>

The only problem I have might be the description would read more
clearly as:
[PATCH] x86_64: call clear_bss before set_intr_gate with early_idt_handler

idt_table is in the .bss section, so clear_bss need to called first

Eric