From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbdHFKFY (ORCPT ); Sun, 6 Aug 2017 06:05:24 -0400 Received: from mout.web.de ([217.72.192.78]:59732 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbdHFKFX (ORCPT ); Sun, 6 Aug 2017 06:05:23 -0400 Subject: Re: [PATCH 00/30] ACPI-processor: Fine-tuning for several function implementations From: SF Markus Elfring To: linux-acpi@vger.kernel.org, Len Brown , "Rafael J. Wysocki" Cc: LKML , kernel-janitors@vger.kernel.org References: Message-ID: Date: Sun, 6 Aug 2017 12:05:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:sdN5rAzeNCUmIXjnPrtFU6X00qjWa2toYBcU9cKnSG3yf1lWhH8 VZ7EKAltv10kfsoJR5rK2igrXuQ/FUZ0rwx7LnM7aC6Lp1bhqDTDflWln7dKCzGsmn1wuwh DtWrEvCt+ikkONbmLQ6dKBfGP7Ys6autS7NiwYKDBJzp3uqzgCIHTsLwRWNPCTFzYMsPq29 D0PZcvCtjGkxbqPeGS3bA== X-UI-Out-Filterresults: notjunk:1;V01:K0:eNyNRj+Awn4=:saekj0LAPEsv1G5AuTActK ZyQrNk+f6gqpirR3ngGTSc/7C6do2i7ANX4sU0hCQn7ZHcCFrC9lbw8zS0XvFEuE+sGbflHkr Uu4i+7vVO0Hy1YbobgzJvsI10jw5DbOiUdPNFx0DM4mVqLzgDoV6m64pKQHY5NcgsJ1dyL7sa 6SttONqW582Sdo4OY3zYHifds4LlwZXxRVnCnQHksgPdGh8YqlAqs/oKHJt7k9srPn+/vzWfb 7gqK9IxIQFnQI8rdxcd10RIcnqWD9MowaPIyyUR6ZR8QqAYmBd15XH7Pnu6JaiLJwtqysEd3e Y6o0hGJ6OfNcVas+sej/DuJ+k9ZyDtuLR3BbYmZ6Bmqs3CTvkMrghOQNp8oomz70PUmkWxJCU GhnVsL6HSEXgLWzm9cazUjqtQBXOILN0GFJS1nwbUUwN6ihekFD5RotuFmoKXKtWefXNdWFoq DeaHBpOs4QaEKrXkG3Dhg9H37FT0XVSCFwm6tXKjdly5oIhsNjNcFUR0CKRgnyB2ti1oBULns UJtJ3n9SeNqDoye1F89zMEXsVv+/f2zRrmtuT9FNN2JBfVb8by5AJs+vjL0IVTU/Pgwo9A4z3 gfA6LAXPQld3+q/C9tEUSMx1k9VvS5nDMo0I5HazvFNB7DSg9urDv62OjMbQwp0erhSBc17b8 k9Xbp3KMCUi9GNaOwUNQwLbwvcwbr+Ql1lkdijfiJbaP2PDgdwoqN0BT0YK4stjBzio7ZzpqJ 1f7k47GZZfhhALBwZaGz/pBDWAnHC+F3oksQ1rhJENl/qL9zieOGkC3EdRpcq3F7vuWDa/xBn ilAeD06+uSVusjjP4SVxNMIaF/hQwKBTvD4fGiA0s1hTC0YL3o= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Date: Tue, 9 Sep 2016 20:15:05 +0200 > > Several update suggestions were taken into account > from static source code analysis. > > Markus Elfring (30): > Use kmalloc_array() in acpi_processor_get_performance_states() > Improve two size determinations in acpi_processor_get_performance_states() > Rename jump labels in acpi_processor_get_performance_states() > Delete two unnecessary initialisations in acpi_processor_get_performance_states() > Rename jump labels in acpi_processor_preregister_performance() > Move a success indication in acpi_processor_preregister_performance() > Rename jump labels in acpi_processor_get_psd() > Delete two unnecessary initialisations in acpi_processor_get_psd() > Improve a size determination in acpi_processor_get_psd() > Rename jump labels in acpi_processor_get_performance_control() > Delete two unnecessary initialisations in acpi_processor_get_performance_control() > Rename jump labels in acpi_processor_ppc_notifier() > Delete an unnecessary initialisation in acpi_processor_ppc_notifier() > Delete an unnecessary initialisation in acpi_processor_get_performance_info() > Delete an unnecessary initialisation in acpi_processor_get_platform_limit() > Use kmalloc_array() in acpi_processor_get_throttling_states() > Improve another size determination in acpi_processor_get_throttling_states() > Rename jump labels in acpi_processor_get_throttling_states() > Delete two unnecessary initialisations in acpi_processor_get_throttling_states() > Fix jump targets in acpi_processor_get_throttling_info() > Rename jump labels in acpi_processor_get_tsd() > Delete two unnecessary initialisations in acpi_processor_get_tsd() > Improve a size determination in acpi_processor_get_tsd() > Rename jump labels in acpi_processor_get_throttling_control() > Delete two unnecessary initialisations in acpi_processor_get_throttling_control() > Fix jump targets in acpi_processor_reevaluate_tstate() > Delete an unnecessary initialisation in acpi_processor_reevaluate_tstate() > Rename a jump label in acpi_processor_get_platform_limit() > Delete an unnecessary initialisation in acpi_processor_get_platform_limit() > Improve jump targets in acpi_processor_update_tsd_coord() > > drivers/acpi/processor_perflib.c | 87 +++++++++++++-------------- > drivers/acpi/processor_throttling.c | 116 ++++++++++++++++-------------------- > 2 files changed, 93 insertions(+), 110 deletions(-) How do you think about to take another look at change possibilities for these source files? Regards, Markus