RE: [PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT

Hirokazu Takahashi posted 4 patches 2 weeks, 4 days ago
Only 0 patches received!
There is a newer version of this series
RE: [PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
Posted by Hirokazu Takahashi 2 weeks, 4 days ago
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.