login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
22
Re: [RFC][PATCH -mm 3/4] Hibernation: Pass CR3 in the image header on x86_64
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: [RFC][PATCH -mm 3/4] Hibernation: Pass CR3 in the image header on x86_64
Date: Wednesday, August 22, 2007 - 9:17 am
On Wednesday, 22 August 2007 10:28, Pavel Machek wrote:
quoted text
> Hi! > > > From: Rafael J. Wysocki <rjw@sisk.pl> > > > > Since we already pass the address of restore_registers() in the image header, > > we can also pass the value of the CR3 register from before the hibernation in > > the same way. This will allow us to avoid using init_level4_pgt page tables > > during the restore. > > > > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> > > > @@ -253,10 +262,13 @@ int arch_hibernation_header_save(void *a > > { > > struct restore_data_record *rdr = addr; > > > > - if (max_size < sizeof(struct restore_data_record)) > > + if (max_size < sizeof(*rdr)) > > return -EOVERFLOW; > > rdr->jump_address = restore_jump_address; > > - rdr->control = (restore_jump_address ^ RESTORE_MAGIC); > > + rdr->cr3 = restore_cr3; > > + rdr->magic = RESTORE_MAGIC; > > + rdr->crc = 0; > > + rdr->crc = crc32_le(0, addr, sizeof(*rdr)); > > return 0; > > } > > No, I do not think I like that. I believe both -> control and -> crc > is just useless paranoia. Bitflip in this area is not going to be any > worse than bitflip anywhere else, we should not pretend this is > somehow "more important". > > -> control should really be "protocol version"... probably should > contain some field that is easy to increment.
OK Perhaps I'll just remove the crc field. What do you think? Rafael -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC][PATCH -mm 0/4] Hibernation: Arbitrary boot kernel su ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:15 am)
[RFC][PATCH -mm 1/4] Hibernation: Arbitrary boot kernel su ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:17 am)
[RFC][PATCH -mm 2/4] Hibernation: Arbitrary boot kernel su ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:19 am)
[RFC][PATCH -mm 3/4] Hibernation: Pass CR3 in the image he ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:20 am)
[RFC][PATCH -mm 4/4] Hibernation: Use temporary page table ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:21 am)
Re: [RFC][PATCH -mm 1/4] Hibernation: Arbitrary boot kerne ...
, Pavel Machek
, (Wed Aug 22, 1:25 am)
Re: [RFC][PATCH -mm 2/4] Hibernation: Arbitrary boot kerne ...
, Pavel Machek
, (Wed Aug 22, 1:26 am)
Re: [RFC][PATCH -mm 3/4] Hibernation: Pass CR3 in the imag ...
, Pavel Machek
, (Wed Aug 22, 1:28 am)
Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page t ...
, Pavel Machek
, (Wed Aug 22, 1:29 am)
Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page t ...
, Rafael J. Wysocki
, (Wed Aug 22, 9:16 am)
Re: [RFC][PATCH -mm 3/4] Hibernation: Pass CR3 in the imag ...
, Rafael J. Wysocki
, (Wed Aug 22, 9:17 am)
Re: [linux-pm] Re: [RFC][PATCH -mm 3/4] Hibernation: Pass ...
, Rafael J. Wysocki
, (Wed Aug 22, 1:49 pm)
Re: [RFC][PATCH -mm 4/4] Hibernation: Use temporary page t ...
, Pavel Machek
, (Fri Aug 24, 1:31 am)
Re: [linux-pm] Re: [RFC][PATCH -mm 3/4] Hibernation: Pass ...
, Pavel Machek
, (Fri Aug 24, 2:02 am)
Re: [linux-pm] Re: [RFC][PATCH -mm 3/4] Hibernation: Pass ...
, Rafael J. Wysocki
, (Fri Aug 24, 2:24 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate