Message ID | 20240418135412.14730-1-Jonathan.Cameron@huawei.com |
---|---|
Headers | show |
Series | ACPI/arm64: add support for virtual cpu hotplug | expand |
On Thu, Apr 18, 2024 at 3:54 PM Jonathan Cameron <Jonathan.Cameron@huawei.com> wrote: > > Whilst it is a bit quick after v6, a couple of critical issues > were pointed out by Russell, Salil and Rafael + one build issue > had been missed, so it seems sensible to make sure those conducting > testing or further review have access to a fixed version. > > v7: > - Fix misplaced config guard that broke bisection. > - Greatly simplify the condition on which we call > acpi_processor_hotadd_init(). > - Improve teardown ordering. Thank you for the update!
On Thu, Apr 18, 2024 at 9:50 PM Rafael J. Wysocki <rafael@kernel.org> wrote: > > On Thu, Apr 18, 2024 at 3:54 PM Jonathan Cameron > <Jonathan.Cameron@huawei.com> wrote: > > > > Whilst it is a bit quick after v6, a couple of critical issues > > were pointed out by Russell, Salil and Rafael + one build issue > > had been missed, so it seems sensible to make sure those conducting > > testing or further review have access to a fixed version. > > > > v7: > > - Fix misplaced config guard that broke bisection. > > - Greatly simplify the condition on which we call > > acpi_processor_hotadd_init(). > > - Improve teardown ordering. > > Thank you for the update! > > From a quick look, patches [01-08/16] appear to be good now, but I'll > do a more detailed review on the following days. Done now, I've sent comments on patches [4-5/16]. The other patches in the first half of the series LGTM. I can't say much about the ARM64-specific part and the last patch has been already ACKed by Thomas. Thanks!