public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Nigel Cunningham <ncunningham@linuxmail.org>,
	herbert@gondor.apana.org.au, pavel@suse.cz,
	mochel@digitalimplant.org, linux-kernel@vger.kernel.org
Subject: Re: Fix memory leak in swsusp
Date: Sat, 12 Jun 2004 12:10:16 +0100	[thread overview]
Message-ID: <20040612111016.GA23441@redhat.com> (raw)
In-Reply-To: <20040611210059.2522e02d.akpm@osdl.org>

On Fri, Jun 11, 2004 at 09:00:59PM -0700, Andrew Morton wrote:
 > Nigel Cunningham <ncunningham@linuxmail.org> wrote:
 > >
 > >  We were avoiding the use of memcpy because it messes up the preempt count with 3DNow, and 
 > >  potentially as other unseen side effects. The preempt could possibly simply be reset at resume time, 
 > >  but the point remains.
 > 
 > eh?  memcpy just copies memory.  Maybe your meant copy_*_user()?

See arch/i386/lib/memcpy.c  The 3dnow routine does kernel_fpu_begin()/..end()
which futzes with preempt count.  What I'm missing though is that the count
afterwards should be the same as it was before the memcpy. Why is this
a problem for the suspend folks?

		Dave

  reply	other threads:[~2004-06-12 11:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-09 13:04 Fix memory leak in swsusp Pavel Machek
2004-06-10 10:50 ` Herbert Xu
2004-06-10 10:56   ` Herbert Xu
2004-06-10 20:08     ` Pavel Machek
2004-06-10 21:24     ` Pavel Machek
2004-06-10 23:37       ` Herbert Xu
2004-06-11  9:48         ` Pavel Machek
2004-06-11 10:16           ` Herbert Xu
2004-06-11 10:23             ` Pavel Machek
2004-06-11 11:03               ` Herbert Xu
2004-06-12  3:17                 ` Nigel Cunningham
2004-06-12  4:00                   ` Andrew Morton
2004-06-12 11:10                     ` Dave Jones [this message]
2004-06-13 15:59                       ` Pavel Machek
2004-06-12 22:07                     ` Nigel Cunningham
2004-06-12 23:32                       ` Jeff Sipek
2004-06-13 15:57                         ` Pavel Machek
2004-06-13  8:15                       ` Herbert Xu
2004-06-12  6:45                   ` Herbert Xu
  -- strict thread matches above, loose matches on Subject: below --
2004-06-12 10:45 pavel
2004-06-12 22:09 ` Nigel Cunningham

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=20040612111016.GA23441@redhat.com \
    --to=davej@redhat.com \
    --cc=akpm@osdl.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mochel@digitalimplant.org \
    --cc=ncunningham@linuxmail.org \
    --cc=pavel@suse.cz \
    /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