Re: [PATCH v2 1/2] hibernate: create "nohibernate" boot parameter

2014-06-13 Thread Josh Boyer
On Thu, Jun 12, 2014 at 5:00 PM, Kees Cook wrote: > To support using kernel features that are not compatible with hibernation, > this creates the "nohibernate" kernel boot parameter to disable both > hibernation and resume. This allows hibernation support to be a boot-time > choice instead of

Re: [PATCH v2 1/2] hibernate: create "nohibernate" boot parameter

2014-06-13 Thread Pavel Machek
On Thu 2014-06-12 14:00:32, Kees Cook wrote: > To support using kernel features that are not compatible with hibernation, > this creates the "nohibernate" kernel boot parameter to disable both > hibernation and resume. This allows hibernation support to be a boot-time > choice instead of only a

Re: [PATCH v2 1/2] hibernate: create nohibernate boot parameter

2014-06-13 Thread Pavel Machek
On Thu 2014-06-12 14:00:32, Kees Cook wrote: To support using kernel features that are not compatible with hibernation, this creates the nohibernate kernel boot parameter to disable both hibernation and resume. This allows hibernation support to be a boot-time choice instead of only a

Re: [PATCH v2 1/2] hibernate: create nohibernate boot parameter

2014-06-13 Thread Josh Boyer
On Thu, Jun 12, 2014 at 5:00 PM, Kees Cook keesc...@chromium.org wrote: To support using kernel features that are not compatible with hibernation, this creates the nohibernate kernel boot parameter to disable both hibernation and resume. This allows hibernation support to be a boot-time choice

[PATCH v2 1/2] hibernate: create "nohibernate" boot parameter

2014-06-12 Thread Kees Cook
To support using kernel features that are not compatible with hibernation, this creates the "nohibernate" kernel boot parameter to disable both hibernation and resume. This allows hibernation support to be a boot-time choice instead of only a compile-time choice. Signed-off-by: Kees Cook ---

[PATCH v2 1/2] hibernate: create nohibernate boot parameter

2014-06-12 Thread Kees Cook
To support using kernel features that are not compatible with hibernation, this creates the nohibernate kernel boot parameter to disable both hibernation and resume. This allows hibernation support to be a boot-time choice instead of only a compile-time choice. Signed-off-by: Kees Cook