mbox series

[0/6] target/ppc: Various clean-up and fixes for radix64

Message ID 158887239173.1564424.16721638327458334129.stgit@bahia.lan
Headers show
Series target/ppc: Various clean-up and fixes for radix64 | expand

Message

Greg Kurz May 7, 2020, 5:26 p.m. UTC
First three patches of this series are simple cleanups. The other
ones fix some regressions introduced by Cedric's recent addition
of partition-scoped translation.

--
Greg

---

Greg Kurz (6):
      target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()
      target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()
      target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
      target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()
      target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
      target/ppc: Don't update radix PTE R/C bits with gdbstub


 target/ppc/mmu-radix64.c |   46 +++++++++++++++++++++++++++++++---------------
 target/ppc/mmu-radix64.h |    4 ++--
 2 files changed, 33 insertions(+), 17 deletions(-)

Comments

David Gibson May 11, 2020, 1:44 a.m. UTC | #1
On Thu, May 07, 2020 at 07:26:32PM +0200, Greg Kurz wrote:
> First three patches of this series are simple cleanups. The other
> ones fix some regressions introduced by Cedric's recent addition
> of partition-scoped translation.

1-5/6 applied to ppc-for-5.1.  I have some comments on 6/6.
Greg Kurz May 11, 2020, 4:55 p.m. UTC | #2
On Mon, 11 May 2020 11:44:26 +1000
David Gibson <david@gibson.dropbear.id.au> wrote:

> On Thu, May 07, 2020 at 07:26:32PM +0200, Greg Kurz wrote:
> > First three patches of this series are simple cleanups. The other
> > ones fix some regressions introduced by Cedric's recent addition
> > of partition-scoped translation.
> 
> 1-5/6 applied to ppc-for-5.1.  I have some comments on 6/6.
> 

As said in another mail, since patch 3 breaks build with gcc-9.3.1, I
intend to send a v2 for the whole series later this week. I suggest
you simply drop the patches you've applied for now.
David Gibson May 12, 2020, midnight UTC | #3
On Mon, May 11, 2020 at 06:55:21PM +0200, Greg Kurz wrote:
> On Mon, 11 May 2020 11:44:26 +1000
> David Gibson <david@gibson.dropbear.id.au> wrote:
> 
> > On Thu, May 07, 2020 at 07:26:32PM +0200, Greg Kurz wrote:
> > > First three patches of this series are simple cleanups. The other
> > > ones fix some regressions introduced by Cedric's recent addition
> > > of partition-scoped translation.
> > 
> > 1-5/6 applied to ppc-for-5.1.  I have some comments on 6/6.
> > 
> 
> As said in another mail, since patch 3 breaks build with gcc-9.3.1, I
> intend to send a v2 for the whole series later this week. I suggest
> you simply drop the patches you've applied for now.

Ok, done.