All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dean Nelson <dcn@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: Silent data corruption caused by XPC V2.
Date: Tue, 08 Aug 2006 19:14:47 +0000	[thread overview]
Message-ID: <20060808191447.GB30496@sgi.com> (raw)
In-Reply-To: <20060807174933.GB24663@lnx-holt.americas.sgi.com>

On Tue, Aug 08, 2006 at 11:52:41AM -0700, Yu, Fenghua wrote:
> 
> Seems the following part is missed in your patch:
> 
> --- arch/ia64/sn/kernel/xpc_main.c      2006-02-13 12:35:03.000000000
> -0800
> +++ arch/ia64/sn/kernel/xpc_main.c.new   2006-08-08 11:47:03.000000000
> -0700
> @@ -1374,6 +1374,7 @@ xpc_init(void)
>                 complete(&xpc_discovery_exited);
> 
>                 xpc_do_exit(xpcUnloading);
> +               kfree(xpc_remote_copy_buffer_base);
>                 return -EBUSY;
>         }


Actually, the very last line of xpc_do_exit() is the following:

        kfree(xpc_remote_copy_buffer_base);
}

I realize it's perhaps not the most straight-forward arrangement, but it
does have something to do with the various avenues through which our exit
processing can get invoked (not just by rmmod's call to xpc_exit()). 

I really do appreciate your feedback. Thanks.

Dean


  parent reply	other threads:[~2006-08-08 19:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 17:49 Silent data corruption caused by XPC V2 Robin Holt
2006-08-08  1:02 ` Keith Owens
2006-08-08 17:22 ` Dean Nelson
2006-08-08 17:44 ` Luck, Tony
2006-08-08 18:52 ` Yu, Fenghua
2006-08-08 19:14 ` Dean Nelson [this message]
2006-08-08 20:03 ` Dean Nelson

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=20060808191447.GB30496@sgi.com \
    --to=dcn@sgi.com \
    --cc=linux-ia64@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 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.