From: Andrew Morton <akpm@linux-foundation.org>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
"Rafael J. Wysocki" <rjw@sisk.pl>, Pavel Machek <pavel@ucw.cz>
Subject: Re: mm snapshot broken-out-2007-04-07-03-27.tar.gz uploaded
Date: Sat, 7 Apr 2007 13:10:00 -0700 [thread overview]
Message-ID: <20070407131000.e3007eac.akpm@linux-foundation.org> (raw)
In-Reply-To: <4617F455.2050401@googlemail.com>
On Sat, 07 Apr 2007 21:43:17 +0200 Michal Piotrowski <michal.k.k.piotrowski@gmail.com> wrote:
> akpm@linux-foundation.org napisał(a):
> > The mm snapshot broken-out-2007-04-07-03-27.tar.gz has been uploaded to
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-04-07-03-27.tar.gz
> >
> > It contains the following patches against 2.6.21-rc6:
>
> suspend-to-disk doesn't work when pktgen module is loaded.
>
> Stopping kernel threads timed out after 20 seconds (2 tasks refusing to freeze):
> kpktgend_0
> kpktgend_1
> Restarting tasks ... done.
> swsusp: Basic memory bitmaps freed
This?
--- a/net/core/pktgen.c~pktgen-add-try_to_freeze
+++ a/net/core/pktgen.c
@@ -128,6 +128,7 @@
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/capability.h>
+#include <linux/freezer.h>
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/list.h>
@@ -3325,6 +3326,8 @@ static int pktgen_thread_worker(void *ar
t->control &= ~(T_REMDEV);
}
+ try_to_freeze();
+
set_current_state(TASK_INTERRUPTIBLE);
}
_
> http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/broken-out-2007-04-07-03-27/mm-serialconsole2.log
>
> Anyway, this kernel is pretty stable :)
Is appreciated, thanks.
next prev parent reply other threads:[~2007-04-07 20:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-07 10:29 mm snapshot broken-out-2007-04-07-03-27.tar.gz uploaded akpm
2007-04-07 12:30 ` Michal Piotrowski
2007-04-07 17:53 ` Andrew Morton
2007-04-07 18:09 ` Michal Piotrowski
2007-04-07 18:38 ` Andrew Morton
2007-04-07 18:48 ` Michal Piotrowski
2007-04-07 20:13 ` Andrew Morton
2007-04-07 20:19 ` Michal Piotrowski
2007-04-07 21:22 ` Michal Piotrowski
2007-04-07 19:43 ` Michal Piotrowski
2007-04-07 20:10 ` Andrew Morton [this message]
2007-04-08 12:42 ` Pavel Machek
2007-04-08 13:26 ` Michal Piotrowski
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=20070407131000.e3007eac.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rjw@sisk.pl \
/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.