public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* holy grail
@ 2002-12-27  0:51 Anomalous Force
  2002-12-27  4:03 ` Werner Almesberger
  0 siblings, 1 reply; 20+ messages in thread
From: Anomalous Force @ 2002-12-27  0:51 UTC (permalink / raw)
  To: ebiederm; +Cc: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1303 bytes --]

a hot swap kernel would be something like the holy grail of kernel
hacking. it would logically go something like this:

void kexec_hot_swap()
{
        void *kern = load_kernel_into_mem();
        syscall_queue(ENABLE); /* queue all sys calls */
        irq_queue(ENABLE); /* queue all irqs */
        /* bring new kernel's state inline with current one's.
           this includes all data structures, module hooks, etc.
           this needs to be very fast as irqs will be pending... */
        synch_kernel(kern);
        kernel_start(kern); /* fire in the hole... */
}

at this point the new kernel would know it is being started as a
hot swap throught a flag or something, and dequeue the irq's
that are pending, followed by the sys calls that are waiting.
if this goes how i think it should, a user running on the system
wont even know the kernel was swapped.

what do you think? is it do-able?

=====
Main Entry: anom·a·lous 
1 : inconsistent with or deviating from what is usual, normal, or expected: IRREGULAR, UNUSUAL
2 (a) : of uncertain nature or classification (b) : marked by incongruity or contradiction : PARADOXICAL
synonym see IRREGULAR

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: holy grail
@ 2002-12-30  5:00 Anomalous Force
  2002-12-30  6:46 ` Ed Sweetman
  0 siblings, 1 reply; 20+ messages in thread
From: Anomalous Force @ 2002-12-30  5:00 UTC (permalink / raw)
  To: david.lang, jdike; +Cc: wa, alan, riel, ebiederm, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 778 bytes --]


--- Anomalous Force <anomalous_force@yahoo.com> wrote:

> lets talk clusters... the teragrid system being built out of 2024
> redhat 7.2 installs (ncsa alone, not counting the 3 other cluster
> sites).

i stand corrected, 512 installs (2024 total itanium procs) at ncsa.
96 more in in argonne illinois, 192 at the san diego supercomputing
center, and another 96 in pasadena.


=====
Main Entry: anom·a·lous 
1 : inconsistent with or deviating from what is usual, normal, or expected: IRREGULAR, UNUSUAL
2 (a) : of uncertain nature or classification (b) : marked by incongruity or contradiction : PARADOXICAL
synonym see IRREGULAR

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2002-12-30 17:49 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-27  0:51 holy grail Anomalous Force
2002-12-27  4:03 ` Werner Almesberger
2002-12-27  7:21   ` Anomalous Force
2002-12-27  7:37     ` Ingo Oeser
2002-12-27 11:30     ` Werner Almesberger
2002-12-28 16:35       ` Anomalous Force
2002-12-28 20:43         ` Rik van Riel
2002-12-29 15:56           ` Anomalous Force
2002-12-29 16:44             ` John Bradford
2002-12-30  1:05           ` Alan Cox
2002-12-30  1:32             ` Werner Almesberger
2002-12-30  2:45               ` Jeff Dike
2002-12-30  3:55                 ` David Lang
2002-12-30  4:39                   ` Anomalous Force
2002-12-30 17:57                     ` Eric W. Biederman
2002-12-30 13:30               ` Alan Cox
2002-12-29 23:53         ` Werner Almesberger
2002-12-27 13:24     ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2002-12-30  5:00 Anomalous Force
2002-12-30  6:46 ` Ed Sweetman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox