Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Damato
Date: Monday, October 27, 2008 - 2:15 pm

Ingo Molnar wrote:

Thanks for your very useful comments and feedback. I've included a few 
questions/comments below.


Ah, sorry about that. Should be easy enough to fix with git.


Out of curiosity what exactly do you mean when you say "fragile"? Sorry 
for my ignorance here...


That sounds reasonable, I will play around, write a few, and probably 
resubmit in a few days.


OK, I'll try to use more descriptive names. As hpa pointed out in his 
email, 'p' is the name of the field in the intel x86 documentation. 
That's why I chose that, but I agree it isn't particularly clear.


I will probably continue to play around with it and try to resubmit 
something in a few days that incorporates your feedback. I've done some 
x86 stuff before (never with linux, though) and I enjoy crawling though 
the intel docs and pushing bits around =].


Thanks again for the feedback,
Joe
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs , Joe Damato, (Fri Oct 24, 8:15 pm)
[PATCH 02/12] x86: Use new gate_struct for gate_desc, Joe Damato, (Fri Oct 24, 8:15 pm)
[PATCH 04/12] x86: Add macros for gate_desc, Joe Damato, (Fri Oct 24, 8:15 pm)
[PATCH 05/12] x86: Refactor pack_gate for gate_desc, Joe Damato, (Fri Oct 24, 8:15 pm)
[PATCH 06/12] x86: Refactor pack_descriptor, Joe Damato, (Fri Oct 24, 8:15 pm)
[PATCH 07/12] x86: Add a static initializer for IDTs, Joe Damato, (Fri Oct 24, 8:15 pm)
Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs, Willy Tarreau, (Fri Oct 24, 10:40 pm)
Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs, walter harms, (Sat Oct 25, 2:39 am)
Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs, H. Peter Anvin, (Mon Oct 27, 7:34 am)
Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs, Joe Damato, (Mon Oct 27, 2:15 pm)
Re: [PATCH 00/12] x86: Cleanup idt, gdt/ldt/tss structs, Jeremy Fitzhardinge, (Mon Oct 27, 4:02 pm)
Re: [PATCH 03/12] x86: Cleanup usage of struct desc_struct, Jeremy Fitzhardinge, (Wed Oct 29, 5:52 am)
Re: [PATCH 02/12] x86: Use new gate_struct for gate_desc, Jeremy Fitzhardinge, (Wed Oct 29, 5:53 am)
Re: [PATCH 04/12] x86: Add macros for gate_desc, Jeremy Fitzhardinge, (Wed Oct 29, 5:54 am)
Re: [PATCH 12/12] x86: Use struct fields instead of bitmasks, Jeremy Fitzhardinge, (Wed Oct 29, 5:56 am)
Re: [PATCH 09/12] x86: Add static initiazlier for descriptors, Jeremy Fitzhardinge, (Wed Oct 29, 5:58 am)