All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Andrew Morton <akpm@digeo.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.5.69-mm8
Date: Thu, 22 May 2003 07:55:31 -0700	[thread overview]
Message-ID: <20030522145531.GR8978@holomorphy.com> (raw)
In-Reply-To: <20030522021652.6601ed2b.akpm@digeo.com>

On Thu, May 22, 2003 at 02:16:52AM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.69/2.5.69-mm8/
> . One anticipatory scheduler patch, but it's a big one.  I have not stress
>   tested it a lot.  If it explodes please report it and then boot with
>   elevator=deadline.
> . The slab magazine layer code is in its hopefully-final state.
> . Some VFS locking scalability work - stress testing of this would be
>   useful.


Looks like this bit fell out from mainline; required for CONFIG_NUMA
to compile and identical to mainline.

-- wli

diff -prauN mm8-2.5.69-1/kernel/sched.c mm8-2.5.69-2/kernel/sched.c
--- mm8-2.5.69-1/kernel/sched.c	2003-05-22 04:54:59.000000000 -0700
+++ mm8-2.5.69-2/kernel/sched.c	2003-05-22 07:35:01.000000000 -0700
@@ -1084,6 +1084,9 @@ static void balance_node(runqueue_t *thi
 
 static void rebalance_tick(runqueue_t *this_rq, int idle)
 {
+#ifdef CONFIG_NUMA
+	int this_cpu = smp_processor_id();
+#endif
 	unsigned long j = jiffies;
 
 	/*

WARNING: multiple messages have this Message-ID (diff)
From: William Lee Irwin III <wli@holomorphy.com>
To: Andrew Morton <akpm@digeo.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.5.69-mm8
Date: Thu, 22 May 2003 07:55:31 -0700	[thread overview]
Message-ID: <20030522145531.GR8978@holomorphy.com> (raw)
In-Reply-To: <20030522021652.6601ed2b.akpm@digeo.com>

On Thu, May 22, 2003 at 02:16:52AM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.69/2.5.69-mm8/
> . One anticipatory scheduler patch, but it's a big one.  I have not stress
>   tested it a lot.  If it explodes please report it and then boot with
>   elevator=deadline.
> . The slab magazine layer code is in its hopefully-final state.
> . Some VFS locking scalability work - stress testing of this would be
>   useful.


Looks like this bit fell out from mainline; required for CONFIG_NUMA
to compile and identical to mainline.

-- wli

diff -prauN mm8-2.5.69-1/kernel/sched.c mm8-2.5.69-2/kernel/sched.c
--- mm8-2.5.69-1/kernel/sched.c	2003-05-22 04:54:59.000000000 -0700
+++ mm8-2.5.69-2/kernel/sched.c	2003-05-22 07:35:01.000000000 -0700
@@ -1084,6 +1084,9 @@ static void balance_node(runqueue_t *thi
 
 static void rebalance_tick(runqueue_t *this_rq, int idle)
 {
+#ifdef CONFIG_NUMA
+	int this_cpu = smp_processor_id();
+#endif
 	unsigned long j = jiffies;
 
 	/*
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

  parent reply	other threads:[~2003-05-22 14:42 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-22  9:16 2.5.69-mm8 Andrew Morton
2003-05-22  9:16 ` 2.5.69-mm8 Andrew Morton
2003-05-22 12:05 ` 2.5.69-mm8 Philippe Gramoullé
2003-05-22 12:05   ` 2.5.69-mm8 Philippe Gramoullé
2003-05-22 12:07 ` 2.5.69-mm8 Helge Hafting
2003-05-22 12:07   ` 2.5.69-mm8 Helge Hafting
2003-05-22 21:21   ` 2.5.69-mm8 Rudmer van Dijk
2003-05-22 21:21     ` 2.5.69-mm8 Rudmer van Dijk
2003-05-22 14:55 ` William Lee Irwin III [this message]
2003-05-22 14:55   ` 2.5.69-mm8 William Lee Irwin III
2003-05-22 17:13 ` 2.5.69-mm8 Alexander Hoogerhuis
2003-05-22 17:13   ` 2.5.69-mm8 Alexander Hoogerhuis
2003-05-22 18:53 ` 2.5.69-mm8 Felipe Alfaro Solana
2003-05-22 18:53   ` 2.5.69-mm8 Felipe Alfaro Solana
2003-05-22 19:30   ` 2.5.69-mm8 Paul Larson
2003-05-22 19:39     ` 2.5.69-mm8 Martin J. Bligh
2003-05-22 19:39       ` 2.5.69-mm8 Martin J. Bligh
2003-05-22 19:49       ` 2.5.69-mm8 Paul Larson
2003-05-22 21:03       ` 2.5.69-mm8 Dave Hansen
2003-05-22 21:03         ` 2.5.69-mm8 Dave Hansen
2003-05-22 20:14     ` 2.5.69-mm8 Andrew Morton
2003-05-22 20:14       ` 2.5.69-mm8 Andrew Morton
2003-05-22 21:19       ` 2.5.69-mm8 Paul Larson
2003-05-23  6:18 ` 2.5.69-mm8 Martin J. Bligh
2003-05-23  6:18   ` 2.5.69-mm8 Martin J. Bligh
2003-05-23  7:03   ` 2.5.69-mm8 Dave Hansen
2003-05-23  7:03     ` 2.5.69-mm8 Dave Hansen
2003-05-23 14:32     ` 2.5.69-mm8 Martin J. Bligh
2003-05-23 14:32       ` 2.5.69-mm8 Martin J. Bligh
2003-05-23 15:02       ` 2.5.69-mm8 William Lee Irwin III
2003-05-23 15:02         ` 2.5.69-mm8 William Lee Irwin III
2003-05-23 15:31   ` 2.5.69-mm8 Martin J. Bligh
2003-05-23 15:31     ` 2.5.69-mm8 Martin J. Bligh
2003-05-23 17:23 ` 2.5.69-mm8 Arador

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=20030522145531.GR8978@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.