[Qemu-devel] [PULL 0/1] ppc-for-2.11 queue 20171205

David Gibson posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171205052501.13414-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
target/ppc/excp_helper.c |  7 +++----
target/ppc/helper_regs.h | 17 +++++++++++++++--
2 files changed, 18 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/1] ppc-for-2.11 queue 20171205
Posted by David Gibson 6 years, 4 months ago
The following changes since commit 2a4c7e839101a52f7bf9ba4dd64e466518565352:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-12-04 17:19:04 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171205

for you to fetch changes up to 044897ef4a22af89aecb8df509477beba0a2e0ce:

  target/ppc: Fix system lockups caused by interrupt_request state corruption (2017-12-05 12:28:42 +1100)

----------------------------------------------------------------
ppc patch queue 2017-12-05

Alas, this is yet another fix for ppc that I think it's worth
squeezing into 2.11.  It's a really ugly fix for some pretty ugly
code, but it does seem to address a real problem.  It's also a problem
that's appeared relatively recently, since it was either created by,
or made much easier to trigger by, by the merge of MTTCG.

----------------------------------------------------------------
Richard Purdie (1):
      target/ppc: Fix system lockups caused by interrupt_request state corruption

 target/ppc/excp_helper.c |  7 +++----
 target/ppc/helper_regs.h | 17 +++++++++++++++--
 2 files changed, 18 insertions(+), 6 deletions(-)

Re: [Qemu-devel] [PULL 0/1] ppc-for-2.11 queue 20171205
Posted by Peter Maydell 6 years, 4 months ago
On 5 December 2017 at 05:25, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 2a4c7e839101a52f7bf9ba4dd64e466518565352:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-12-04 17:19:04 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171205
>
> for you to fetch changes up to 044897ef4a22af89aecb8df509477beba0a2e0ce:
>
>   target/ppc: Fix system lockups caused by interrupt_request state corruption (2017-12-05 12:28:42 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-12-05
>
> Alas, this is yet another fix for ppc that I think it's worth
> squeezing into 2.11.  It's a really ugly fix for some pretty ugly
> code, but it does seem to address a real problem.  It's also a problem
> that's appeared relatively recently, since it was either created by,
> or made much easier to trigger by, by the merge of MTTCG.
>
> ----------------------------------------------------------------
> Richard Purdie (1):
>       target/ppc: Fix system lockups caused by interrupt_request state corruption
>
>  target/ppc/excp_helper.c |  7 +++----
>  target/ppc/helper_regs.h | 17 +++++++++++++++--
>  2 files changed, 18 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM