[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Hirokazu Takahashi <taka@xxxxxxxxxxxxx>
- Date: Wed, 29 Jul 2026 16:49:19 +0000
- Accept-language: ja-JP, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=valinux.co.jp; dmarc=pass action=none header.from=valinux.co.jp; dkim=pass header.d=valinux.co.jp; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YDeX+bvw/nMCZ5sEFoNAq0XcAJqf2H2QxEemH8Q2E2c=; b=EdMeQmqr1OySF4IlCYeKnAweV9n9y6K0qb1g1h+hRXAkpUqazqTN6yN4x8PaJ7G0aCaqiggH7JSQ4te8Wc720Qq0mRfY2IXKsw5XV9HExZJo78Ce2Jih+r7PQodUZYKFNplrRCPGQCbvBkZUUuuu86pjpOF8OpNFOE/W0ECSY5DaNkAK+pvXoYCZv7Q7/6vjP8roHvw/oxVzjvkPpva63TATUUDNMExkhwlGOIdkLQUugJC7dEqWax8nLSF7AZMXK632h5s/prTWiP2RVju7s+YYBSkCzHR8WU+EjZK3xdqKlhD2mYsz6kabauv+xAl6XG0BOFwk1ZB0rN3EPqqd5Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=fv7JlwhxGrOsuSOjqzqWXTphLffIuSJ8APGvAh+KzPsCa0a8mAzLDNO4fOcAX4yesrN/ZfVI2RZT0SPWoxe8MZxJBtq1xP81+LnLvQrEpbGSh7wcgWxDVrDTxCJcGfyWHoUxkNBxlBvXNoLEYDZAoQlzek+BQxykktMl8oVBFW6fV7j1mHJN0eLnUiMMa6RWA7zfddJ0/yFLEAVM5AbttlecE2rIIEvyyKvJ+oQlynaM9fKXRRkjmw203Rh774thFCo1BH6IoHdgyF1kdOfLNwDFeh8X0DzWJeeKJDGIxLWM9UQe+AMEh4pG451cBvPDbGwPYhlbtpPkEE5aDs9xVg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=valinux.co.jp header.i="@valinux.co.jp" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:x-ms-exchange-senderadcheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=valinux.co.jp;
- Cc: "Mykyta_Poturai@xxxxxxxx" <Mykyta_Poturai@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 29 Jul 2026 16:49:36 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHdHk7kiFOoxTQzWEaKzsYc0MFEnraCkUuAgAIlOQA=
- Thread-topic: [PATCH v9 0/4] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
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.
|