On Sat, May 06, 2017 at 05:22:13PM +0200, Paolo Bonzini wrote: > > > On 06/05/2017 12:02, Paul Mackerras wrote: > > On Sat, Apr 29, 2017 at 02:39:11PM +0200, Paolo Bonzini wrote: > >> > >> > >> On 29/04/2017 02:25, Paul Mackerras wrote: > >>> > >>> I would like this to go into 4.12. I know this pull request is > >>> somewhat late, but that is mostly because I had 3 weeks vacation this > >>> month. I have tested this on POWER9 and also tested that it doesn't > >>> break other platforms such as POWER8. > >> > >> No problem, I'm a bit late too and this is linux-next anyway. I'll pull > >> it next Tuesday because I have a public holiday. > > > > I haven't seen it go into kvm/next yet. Is there a problem with it, > > or have you just not got up to it yet, or did you do it and I missed > > it? > > It was in kvm/queue only, now it's there. I'm still not seeing it. Did you forget to push it out or something? I don't know if you saw the email exchange between Michael Ellerman and Linus. Michael put into his tree a commit that moves the declaration of powerpc_debugfs_root from asm/debug.h to asm/debugfs.h, and that commit is now in Linus' tree. Since my tree adds a use of powerpc_debugfs_root, it is necessary when merging my tree into Linus' to add #include <asm/debugfs.h> to arch/powerpc/kvm/book3s_xive.c. I can't do that in my tree because asm/debugfs.h doesn't exist there. Thanks, Paul.