From: Dean Nelson <dcn@sgi.com>
To: akpm@linux-foundation.org
Cc: clameter@sgi.com, holt@sgi.com, tony.luck@intel.com,
linux-mm@kvack.org, dcn@sgi.com
Subject: Re: slab allocators: Remove multiple alignment specifications.
Date: Thu, 26 Apr 2007 15:00:49 -0500 [thread overview]
Message-ID: <20070426200049.GA1566@sgi.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0704230849110.10624@schroedinger.engr.sgi.com>
On Mon, Apr 23, 2007 at 08:53:09AM -0700, Christoph Lameter wrote:
> On Mon, 23 Apr 2007, Robin Holt wrote:
>
> > On Fri, Apr 20, 2007 at 11:32:48PM -0700, Christoph Lameter wrote:
> > > Well xpmem is broke and readahead is failing all over the place. Some
> > > patches missing?
> >
> > Which xpmem are you compiling? Did you let Dean Nelson know about this?
> > Has anything been submitted to the community yet?
>
> I think this was just a an artifact of an inconsistent ia64 mix of
> patches in a temporary tree by Andrew.
>
> Here is the hack that I used to compile more of the temp tree.
>
>
> Index: linux-2.6.21-rc7/arch/ia64/sn/kernel/xpc_main.c
> ===================================================================
> --- linux-2.6.21-rc7.orig/arch/ia64/sn/kernel/xpc_main.c 2007-04-20 23:23:31.000000000 -0700
> +++ linux-2.6.21-rc7/arch/ia64/sn/kernel/xpc_main.c 2007-04-20 23:25:32.000000000 -0700
> @@ -811,6 +811,8 @@ xpc_create_kthreads(struct xpc_channel *
> pid_t pid;
> u64 args = XPC_PACK_ARGS(ch->partid, ch->number);
> struct xpc_partition *part = &xpc_partitions[ch->partid];
> + struct task_struct *task;
> +
>
>
> while (needed-- > 0) {
> @@ -839,7 +841,7 @@ xpc_create_kthreads(struct xpc_channel *
> xpc_msgqueue_ref(ch);
>
> task = kthread_run(xpc_daemonize_kthread, args,
> - "xpc%02dc%d", partid, ch_number);
> + "xpc%02dc%d", ch->partid, ch->number);
> if (IS_ERR(task)) {
> /* the fork failed */
>
Acked-by: Dean Nelson <dcn@sgi.com>
Andrew, this patch is a proper fix for a couple of compiler errors introduced
by a patch entitled ia64-sn-xpc-convert-to-use-kthread-api. You called the
following patch ia64-sn-xpc-convert-to-use-kthread-api-fix.
Thanks,
Dean
--
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:"dont@kvack.org"> email@kvack.org </a>
prev parent reply other threads:[~2007-04-26 20:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-21 5:12 Christoph Lameter
2007-04-21 5:37 ` Andrew Morton
2007-04-21 5:44 ` Christoph Lameter
2007-04-21 6:11 ` Andrew Morton
2007-04-21 6:32 ` Christoph Lameter
2007-04-21 6:35 ` Christoph Lameter
2007-04-21 6:38 ` Christoph Lameter
2007-04-21 6:51 ` Andrew Morton
2007-04-21 6:45 ` Andrew Morton
2007-04-21 15:49 ` Christoph Lameter
2007-04-23 15:44 ` Robin Holt
2007-04-23 15:53 ` Christoph Lameter
2007-04-23 15:56 ` Robin Holt
2007-04-26 20:00 ` Dean Nelson [this message]
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=20070426200049.GA1566@sgi.com \
--to=dcn@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=clameter@sgi.com \
--cc=holt@sgi.com \
--cc=linux-mm@kvack.org \
--cc=tony.luck@intel.com \
/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