public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Kimball Murray <kimball.murray@gmail.com>
Cc: linux-kernel@vger.kernel.org, akpm@digeo.com
Subject: Re: [Feature] x86_64 page tracking for Stratus servers
Date: Tue, 5 Sep 2006 20:16:37 +0200	[thread overview]
Message-ID: <200609052016.37497.ak@suse.de> (raw)
In-Reply-To: <20060905173229.14149.60535.sendpatchset@dhcp83-86.boston.redhat.com>

On Tuesday 05 September 2006 19:34, Kimball Murray wrote:
> Attached is a git patch that implements a feature that is used by Stratus
> fault-tolerant servers running on Intel x86_64 platforms.  It provides the
> kernel mechanism that allows a loadable module to be able to keep track of
> recently dirtied pages for the purpose of copying live, currently active
> memory, to a spare memory module.

As other people commented we normally don't merge hook only patches.

The reason for this is that with Linux being so popular
and so many people want hooks for their various addons that if there
wasn't a fairly strict policy about it then at some point the core kernel
code might contain more hooks than actual code doing something.

But I see no reason why mainline shouldn't support Stratus
systems, so if you merge the whole thing in a clean way it 
might be possible. It must be already GPL since the exports are _GPL.

Bonus points if the dirty tracking is done in a generic enough way that it 
might be useful for other kernel things too (is that possible? I know Xen etc
use it at the Hypervisor level for various stuff) 

-Andi


  parent reply	other threads:[~2006-09-05 18:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-05 17:34 [Feature] x86_64 page tracking for Stratus servers Kimball Murray
2006-09-05 17:40 ` Arjan van de Ven
2006-09-05 18:38   ` Kimball Murray
2006-09-05 20:48     ` Andi Kleen
2006-09-05 17:56 ` Dave Hansen
2006-09-05 18:50   ` Kimball Murray
2006-09-05 18:16 ` Andi Kleen [this message]
2006-09-06  6:38 ` Nick Piggin
2006-09-06  7:36   ` Andi Kleen
2006-09-06  9:36     ` Nick Piggin
2006-09-06 15:10     ` Kimball Murray
2006-09-06 14:10   ` Kimball Murray

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200609052016.37497.ak@suse.de \
    --to=ak@suse.de \
    --cc=akpm@digeo.com \
    --cc=kimball.murray@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox