RE: [PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
Hirokazu Takahashi <[email protected]> Wed, 29 Jul 2026 16:49:19 +0000
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <OS9P286MB7222D972AE41E4298AB214CE82CA2@OS9P286MB7222.JPNP286.PROD.OUTLOOK.COM> |
Hi Jan,
> > Changes in v9:
> > - Add bounds checking for the number of private resources in the PPTT
> > processor table.
> > - Verify the validity of entries when indexing into the map_cpu_acpiid table.
> > - Coding style adjustments (following Xen standards):
> > * Place logical operators ('||', '&&') at the end of lines when splitting
> > multi-line conditions.
> > * Place arithmetic operators ('+', '-') at the end of lines when wrapping
> > long assignment statements.
> > * Enclose bitwise operations in parentheses within conditional expressions
> > that combine logical operators.
> > * Combine variable declaration and initialization where applicable.
>
> May I ask that you slow down your re-submission rate? Iirc Arm people haven't
> really looked at the series so far, yet without them doing so none of this can
> go in anyway. You may therefore rather want to ping for their feedback.
Thank you for the advice. I will hold off sending new versions for now and
ping the Arm maintainers for their feedback.
Thank you,
Hirokazu Takahashi.