[TuxOnIce-devel] [SCM] TuxOnIce, tracking HEAD. branch, combined, updated. TuxOnIce-3.0.99.44-3-g30100a8
Nigel Cunningham
nigelc at hera.kernel.org
Thu Dec 24 01:49:46 UTC 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "TuxOnIce, tracking HEAD.".
The branch, combined has been updated
via 30100a8e0bc96caea8e4a75d1149776ecd5d9728 (commit)
via a815af3019e1a144497507b7a05927deeaa585f4 (commit)
from fe14a12afbae1bd7ba3eded2317c776a515c33ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 30100a8e0bc96caea8e4a75d1149776ecd5d9728
Author: Nigel Cunningham <nigel at tuxonice.net>
Date: Thu Dec 24 12:42:15 2009 +1100
Fix display of compression stats.
While testing, I noticed that compression stats displayed were only
values for pageset2, not the whole image. The data wasn't being
stored in the image header, but not transferred to the resumed
kernel via the boot kernel data structure. This patch addresses
that oversight, by implementing a generic method for putting
information into the structure pre-atommic-restore and using that
and the existing post-restore hook to get the data from the boot
kernel to the resume kernel, which can then display stats for the
complete image.
Signed-off-by: Nigel Cunningham <nigel at tuxonice.net>
commit a815af3019e1a144497507b7a05927deeaa585f4
Author: Nigel Cunningham <nigel at tuxonice.net>
Date: Thu Dec 24 12:13:58 2009 +1100
Handle dynamically alloc'd swap info structs.
After 2.6.32, swap info structs are allocated as needed. Modify our
use of them to handle this, and include the patch in previous versions
to make application of later patches less problematic.
Signed-off-by: Nigel Cunningham <nigel at tuxonice.net>
-----------------------------------------------------------------------
Summary of changes:
kernel/power/tuxonice.h | 4 +++-
kernel/power/tuxonice_atomic_copy.c | 2 ++
kernel/power/tuxonice_compress.c | 15 +++++++++++++++
kernel/power/tuxonice_modules.c | 15 +++++++++++++++
kernel/power/tuxonice_modules.h | 2 ++
kernel/power/tuxonice_swap.c | 23 +++++++++++------------
6 files changed, 48 insertions(+), 13 deletions(-)
hooks/post-receive
--
TuxOnIce, tracking HEAD.
More information about the TuxOnIce-devel
mailing list