From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Cc: nfont@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v4 0/3] powerpc/pseries: fix issues in suspend/resume code
Date: Mon, 24 Feb 2014 12:53:11 +1100 [thread overview]
Message-ID: <1393206791.6771.157.camel@pasglop> (raw)
In-Reply-To: <1392843415-17153-1-git-send-email-tyreld@linux.vnet.ibm.com>
On Wed, 2014-02-19 at 12:56 -0800, Tyrel Datwyler wrote:
> This patchset fixes a couple of issues encountered in the suspend/resume code
> base. First when using the kernel device tree update code update-nodes is
> unnecessarily called more than once. Second the cpu cache lists are not
> updated after a suspend/resume which under certain conditions may cause a
> panic. Finally, since the cache list fix utilzes in kernel device tree update
> code a means for telling drmgr that updating the device tree from userspace
> is unnecessary.
This series breaks the !SMP build.
Cheers,
Ben.
> Changes from v3:
> - Updated patch descriptions to better reflect the behavior/interface changes
> and why they are acceptable per Ben's concerns.
>
> Changes from v2:
> - Moved dynamic configuration update code into pseries specific routine
> per Nathan's suggestion.
>
> Changes from v1:
> - Fixed several commit message typos
> - Fixed authorship of first two patches
>
> Haren Myneni (2):
> powerpc/pseries: Device tree should only be updated once after
> suspend/migrate
> powerpc/pseries: Update dynamic cache nodes for suspend/resume
> operation
>
> Tyrel Datwyler (1):
> powerpc/pseries: Report in kernel device tree update to drmgr
>
> arch/powerpc/include/asm/rtas.h | 1 +
> arch/powerpc/platforms/pseries/mobility.c | 26 +++++++-----------
> arch/powerpc/platforms/pseries/suspend.c | 44 ++++++++++++++++++++++++++++++-
> 3 files changed, 54 insertions(+), 17 deletions(-)
>
next prev parent reply other threads:[~2014-02-24 1:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 20:56 [PATCH v4 0/3] powerpc/pseries: fix issues in suspend/resume code Tyrel Datwyler
2014-02-19 20:56 ` [PATCH v4 1/3] powerpc/pseries: Device tree should only be updated once after suspend/migrate Tyrel Datwyler
2014-02-19 20:56 ` [PATCH v4 2/3] powerpc/pseries: Update dynamic cache nodes for suspend/resume operation Tyrel Datwyler
2014-02-26 4:02 ` [prefix=PATCH v5 " Tyrel Datwyler
2014-02-19 20:56 ` [PATCH v4 3/3] powerpc/pseries: Expose in kernel device tree update to drmgr Tyrel Datwyler
2014-02-19 20:56 ` [PATCH v3 3/3] powerpc/pseries: Report " Tyrel Datwyler
2014-02-19 22:07 ` Tyrel Datwyler
2014-02-24 1:53 ` Benjamin Herrenschmidt [this message]
2014-02-26 4:06 ` [PATCH v4 0/3] powerpc/pseries: fix issues in suspend/resume code Tyrel Datwyler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393206791.6771.157.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=nfont@linux.vnet.ibm.com \
--cc=tyreld@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.