RE: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Mario.Limonciello
et>; ACPI Devel Maling List a...@vger.kernel.org>; Linux Kernel Mailing List > <linux-kernel@vger.kernel.org> > Subject: Re: [PATCH] power/hibernate: Make passing hibernate offsets more > friendly > > On Mon, Mar 26, 2018 at 9:17 AM, <mario.limoncie...@dell.com> wrote: > >&

RE: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Mario.Limonciello
ng List > > Subject: Re: [PATCH] power/hibernate: Make passing hibernate offsets more > friendly > > On Mon, Mar 26, 2018 at 9:17 AM, wrote: > >> -Original Message- > >> From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > >> Sent: Monday, Mar

Re: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Rafael J. Wysocki
c: linux-a...@vger.kernel.org; LKML <linux-kernel@vger.kernel.org> >> Subject: Re: [PATCH] power/hibernate: Make passing hibernate offsets more >> friendly >> >> On Tuesday, March 6, 2018 11:53:40 AM CET Mario Limonciello wrote: >> > Currently the only way

Re: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Rafael J. Wysocki
On Mon, Mar 26, 2018 at 9:17 AM, wrote: >> -Original Message- >> From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] >> Sent: Monday, March 19, 2018 5:11 AM >> To: Limonciello, Mario >> Cc: linux-a...@vger.kernel.org; LKML >> Subject: Re: [PATCH] pow

RE: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Mario.Limonciello
> -Original Message- > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Monday, March 19, 2018 5:11 AM > To: Limonciello, Mario <mario_limoncie...@dell.com> > Cc: linux-a...@vger.kernel.org; LKML <linux-kernel@vger.kernel.org> > Subject: Re: [PATCH]

RE: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-26 Thread Mario.Limonciello
> -Original Message- > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Monday, March 19, 2018 5:11 AM > To: Limonciello, Mario > Cc: linux-a...@vger.kernel.org; LKML > Subject: Re: [PATCH] power/hibernate: Make passing hibernate offsets more > friendly &

Re: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-19 Thread Rafael J. Wysocki
On Tuesday, March 6, 2018 11:53:40 AM CET Mario Limonciello wrote: > Currently the only way to specify a hibernate offset for a > swap file is on the kernel command line. > > Add a new /sys/power/disk_offset that lets userspace > specify the offset and disk to use when initiating a hibernate >

Re: [PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-19 Thread Rafael J. Wysocki
On Tuesday, March 6, 2018 11:53:40 AM CET Mario Limonciello wrote: > Currently the only way to specify a hibernate offset for a > swap file is on the kernel command line. > > Add a new /sys/power/disk_offset that lets userspace > specify the offset and disk to use when initiating a hibernate >

[PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-06 Thread Mario Limonciello
Currently the only way to specify a hibernate offset for a swap file is on the kernel command line. Add a new /sys/power/disk_offset that lets userspace specify the offset and disk to use when initiating a hibernate cycle. Also split up the parsing routine to re-use the same code for the

[PATCH] power/hibernate: Make passing hibernate offsets more friendly

2018-03-06 Thread Mario Limonciello
Currently the only way to specify a hibernate offset for a swap file is on the kernel command line. Add a new /sys/power/disk_offset that lets userspace specify the offset and disk to use when initiating a hibernate cycle. Also split up the parsing routine to re-use the same code for the