All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Fwd: Re: Hibernation on i386 failure...
       [not found]     ` <cf0cf715-a8bb-9bc9-e308-223712498f31@gmail.com>
@ 2018-03-03 21:06       ` Pavel Machek
  2018-03-04  0:03         ` Woody Suwalski
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2018-03-03 21:06 UTC (permalink / raw)
  To: Woody Suwalski, Rafael J. Wysocki, Linux-pm mailing list, kernel list

[-- Attachment #1: Type: text/plain, Size: 789 bytes --]

Hi!

> >On Tue 2018-01-09 16:54:51, Woody Suwalski wrote:
> >>Hey Pavel, so you have found that issue earlier... Do you have a patch to
> >>try?
> >Did I? I do not remember clearly.
> >
> >Anyway, here are my hibernation-related patches... Absolutely no
> >guarantees.

> Pavel, here is my attempt to convert your patch to 4.15 git, it builds
> cleanly, and it does not work. If you have a moment to spare - could you
> check if it is a classic case "everything is good, just does not
> work"?

Sorry for the delay.

I've tested today's linux-next, and hibernation works for me, no
patches needed.

Best regards,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: Hibernation on i386 failure...
  2018-03-03 21:06       ` Fwd: Re: Hibernation on i386 failure Pavel Machek
@ 2018-03-04  0:03         ` Woody Suwalski
  2018-03-04  8:25           ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Woody Suwalski @ 2018-03-04  0:03 UTC (permalink / raw)
  To: Pavel Machek, Rafael J. Wysocki, Linux-pm mailing list, kernel list

Pavel Machek wrote:
> Hi!
>
>>> On Tue 2018-01-09 16:54:51, Woody Suwalski wrote:
>>>> Hey Pavel, so you have found that issue earlier... Do you have a patch to
>>>> try?
>>> Did I? I do not remember clearly.
>>>
>>> Anyway, here are my hibernation-related patches... Absolutely no
>>> guarantees.
>> Pavel, here is my attempt to convert your patch to 4.15 git, it builds
>> cleanly, and it does not work. If you have a moment to spare - could you
>> check if it is a classic case "everything is good, just does not
>> work"?
> Sorry for the delay.
>
> I've tested today's linux-next, and hibernation works for me, no
> patches needed.
>
> Best regards,
> 									Pavel
My January tests have showed that hibernation does work if I turn off 
the CONFIG_RELOCATABLE option.
So can you confirm that you have it enabled and it works again? I will 
try it on 4.16-rc4 tomorrow...

Thanks, Woody

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: Hibernation on i386 failure...
  2018-03-04  0:03         ` Woody Suwalski
@ 2018-03-04  8:25           ` Pavel Machek
  2018-03-04 11:09             ` Woody Suwalski
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2018-03-04  8:25 UTC (permalink / raw)
  To: Woody Suwalski; +Cc: Rafael J. Wysocki, Linux-pm mailing list, kernel list

[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]

On Sat 2018-03-03 19:03:48, Woody Suwalski wrote:
> Pavel Machek wrote:
> >Hi!
> >
> >>>On Tue 2018-01-09 16:54:51, Woody Suwalski wrote:
> >>>>Hey Pavel, so you have found that issue earlier... Do you have a patch to
> >>>>try?
> >>>Did I? I do not remember clearly.
> >>>
> >>>Anyway, here are my hibernation-related patches... Absolutely no
> >>>guarantees.
> >>Pavel, here is my attempt to convert your patch to 4.15 git, it builds
> >>cleanly, and it does not work. If you have a moment to spare - could you
> >>check if it is a classic case "everything is good, just does not
> >>work"?
> >Sorry for the delay.
> >
> >I've tested today's linux-next, and hibernation works for me, no
> >patches needed.
> >
> >Best regards,
> >									Pavel
> My January tests have showed that hibernation does work if I turn off the
> CONFIG_RELOCATABLE option.
> So can you confirm that you have it enabled and it works again? I will try
> it on 4.16-rc4 tomorrow...

I was actually testing with linux-next:

commit 80253003d5da3b82d6bebfb755a04c24011e90e2
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date:   Fri Mar 2 14:17:11 2018 +1100

    Add linux-next specific files for 20180302

# git clone
  git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
  # git fetch linux-next
  # git fetch --tags linux-next
  git remote update
  # then: git checkout next-20170201

And yes, I do have CONFIG_RELOCATABLE on:

CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_X86_NEED_RELOCS=y

Best regards,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: Re: Hibernation on i386 failure...
  2018-03-04  8:25           ` Pavel Machek
@ 2018-03-04 11:09             ` Woody Suwalski
  0 siblings, 0 replies; 4+ messages in thread
From: Woody Suwalski @ 2018-03-04 11:09 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Rafael J. Wysocki, Linux-pm mailing list, kernel list

Pavel Machek wrote:
> On Sat 2018-03-03 19:03:48, Woody Suwalski wrote:
>> Pavel Machek wrote:
>>> Hi!
>>>
>>>>> On Tue 2018-01-09 16:54:51, Woody Suwalski wrote:
>>>>>> Hey Pavel, so you have found that issue earlier... Do you have a patch to
>>>>>> try?
>>>>> Did I? I do not remember clearly.
>>>>>
>>>>> Anyway, here are my hibernation-related patches... Absolutely no
>>>>> guarantees.
>>>> Pavel, here is my attempt to convert your patch to 4.15 git, it builds
>>>> cleanly, and it does not work. If you have a moment to spare - could you
>>>> check if it is a classic case "everything is good, just does not
>>>> work"?
>>> Sorry for the delay.
>>>
>>> I've tested today's linux-next, and hibernation works for me, no
>>> patches needed.
>>>
>>> Best regards,
>>> 									Pavel
>> My January tests have showed that hibernation does work if I turn off the
>> CONFIG_RELOCATABLE option.
>> So can you confirm that you have it enabled and it works again? I will try
>> it on 4.16-rc4 tomorrow...
> I was actually testing with linux-next:
>
> commit 80253003d5da3b82d6bebfb755a04c24011e90e2
> Author: Stephen Rothwell <sfr@canb.auug.org.au>
> Date:   Fri Mar 2 14:17:11 2018 +1100
>
>      Add linux-next specific files for 20180302
>
> # git clone
>    git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>    # git fetch linux-next
>    # git fetch --tags linux-next
>    git remote update
>    # then: git checkout next-20170201
>
> And yes, I do have CONFIG_RELOCATABLE on:
>
> CONFIG_RELOCATABLE=y
> # CONFIG_RANDOMIZE_BASE is not set
> CONFIG_X86_NEED_RELOCS=y
>
> Best regards,
> 									Pavel
Almost there. Yes I have noticed the linux-next, but I wanted to see 
first if the same does not work in the mainline - then it would have 
pointed to the difference between the branches.

However the important part is your "CONFIG_RANDOMIZE_BASE is not set". 
Try to turn it on and check hibernation. I have used the 
CONFIG_RELOCATABLE entry, because it turns off the randomized 
automatically, and on its own it I had no use for it. BTW. turning the 
relocatable field on by default also brings randomization on, so you 
must have specifically disable it. Why?

So the real issue is: can the 32-bit kernel use randomization, _and_ 
hibernate on linux-next???

Thanks, Woody

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-04 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1cd7fdbb-3b3e-02b5-743b-2cc8c4d755b5@intel.com>
     [not found] ` <92900026-5110-bde7-fba2-89d545bca29a@gmail.com>
     [not found]   ` <20180109223047.GA26431@amd>
     [not found]     ` <cf0cf715-a8bb-9bc9-e308-223712498f31@gmail.com>
2018-03-03 21:06       ` Fwd: Re: Hibernation on i386 failure Pavel Machek
2018-03-04  0:03         ` Woody Suwalski
2018-03-04  8:25           ` Pavel Machek
2018-03-04 11:09             ` Woody Suwalski

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.