Message ID | ZVyz/Ve5pPu8AWoA@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | Initial cleanups for vCPU hotplug | expand |
On Tue, Nov 21 2023 at 13:43, Russell King wrote: > The majority of the other patches come from the vCPU hotplug RFC v3 > series I posted earlier, rebased on Linus' current tip, but with some > new patches adding arch_cpu_is_hotpluggable() as the remaining > arch_register_cpu() functions only differ in the setting of the > hotpluggable member of the CPU device - so let's get generic code > doing that and provide a way for an architecture to specify whether a > CPU is hotpluggable. > > This patch series has been updated as best I can from the comments on > its previous 22-patch posting, but there are some things that I have > been unable to address (some of which go back to James' posting of > RFC v2 of the vcpu hotplug series) due to lack of co-operation from > either reviewers responding to my questions, or from the patch author > providing information. I have now come to the conclusion that this > information is never going to come, but there is still benefit to > moving forward with this patch set. I don't expect that anyone will > even bother to read this far down the email, so blah blah blah blah > blah blah blah blah blah. I bet no one reads this so I don't know why > I bother writing crud like this. You lost your bet. I always read cover letters completely because they tell a lot. There is correlation between the amount of blah and the quality of the series :) Thanks, tglx
Russell! On Tue, Nov 21 2023 at 13:43, Russell King wrote: > This series aims to switch most architectures over to using generic CPU > devices rather than arch specific implementations, which I think is > worthwhile doing even if the vCPU hotplug series needs further work. I went through the whole series and I can't find anything objectionable. Vs. merging: It does not make sense to split this up and route individual patches. So I can pick the whole pile up and route it through tip smp/core unless Rafael or Greg prefer to take it through one of their trees. For the latter case: Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Greg, Rafael? Thanks, tglx
On Fri, Dec 01, 2023 at 12:25:54PM +0100, Thomas Gleixner wrote: > Russell! > > On Tue, Nov 21 2023 at 13:43, Russell King wrote: > > This series aims to switch most architectures over to using generic CPU > > devices rather than arch specific implementations, which I think is > > worthwhile doing even if the vCPU hotplug series needs further work. > > I went through the whole series and I can't find anything > objectionable. > > Vs. merging: It does not make sense to split this up and route > individual patches. > > So I can pick the whole pile up and route it through tip smp/core unless > Rafael or Greg prefer to take it through one of their trees. For the > latter case: > > Reviewed-by: Thomas Gleixner <tglx@linutronix.de> > > Greg, Rafael? I can take them, will do so this weekend when I catch up on patches on a 14+ hour flight... greg k-h
On Fri, Dec 01 2023 at 12:28, Greg Kroah-Hartman wrote: > I can take them, will do so this weekend when I catch up on patches on a > 14+ hour flight... Thanks a lot!