Re: [PATCH] arm64: kvm: fix gcc-10 shift warning

2020-04-29 Thread Stephen Rothwell
irt/kvm/arm/mmu.c > +++ b/virt/kvm/arm/mmu.c > @@ -507,7 +507,7 @@ static void clear_hyp_pgd_entry(pgd_t *pgd) > > static void clear_hyp_p4d_entry(p4d_t *p4d) > { > - pud_t *pud_table __maybe_unused = pud_offset(p4d, 0); > + pud_t *pud_table __maybe_unused = pud_offset(

Re: [PATCH] arm64: kvm: fix gcc-10 shift warning

2020-04-30 Thread Stephen Rothwell
p4d page tables") > > Happy to queue via arm64 for 5.8. Does that work for you, Arnd, or were you > planning to get this in sooner than that? The commit that this fixes is in Andrew's patch series in linux-next, so it should just go in there. -- Cheers, Stephen Rothwell

Re: next-20160222 build: 5 failures 9 warnings (next-20160222)

2016-02-22 Thread Stephen Rothwell
now I understand "make the resolution 100% clear" - I guess 100% > > clear isn't clear enough for me :-( > > It is not meant to be clear to you, but to whoever is actually performing the > merge: Excellent, thanks for that - hopefully I will get it right tomorrow. -- Cheers, Stephen Rothwell ___ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

Re: next-20160222 build: 5 failures 9 warnings (next-20160222)

2016-02-23 Thread Stephen Rothwell
ux-next (out in a few hours, hopefully). -- Cheers, Stephen Rothwell ___ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm