From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755699AbcIJJz4 (ORCPT ); Sat, 10 Sep 2016 05:55:56 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:38510 "EHLO mx5-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755205AbcIJJzu (ORCPT ); Sat, 10 Sep 2016 05:55:50 -0400 Date: Sat, 10 Sep 2016 05:55:37 -0400 (EDT) From: Paolo Bonzini To: SF Markus Elfring Cc: linux-acpi@vger.kernel.org, Len Brown , "Rafael J. Wysocki" , LKML , kernel-janitors@vger.kernel.org Message-ID: <1722139165.10015670.1473501337309.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: [PATCH 00/30] ACPI-processor: Fine-tuning for several function implementations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.4.164.1, 10.5.101.130] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF48 (Linux)/8.0.6_GA_5922) Thread-Topic: ACPI-processor: Fine-tuning for several function implementations Thread-Index: e5luFr+Seeu/aKmZSziqL/pqNTVsJQ== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I have nothing to do with ACPI. Please stop spamming me, or you'll end up on a kill file... Paolo ----- Original Message ----- > From: "SF Markus Elfring" > To: linux-acpi@vger.kernel.org, "Len Brown" , "Rafael J. Wysocki" > Cc: "LKML" , kernel-janitors@vger.kernel.org, "Julia Lawall" , > "Paolo Bonzini" > Sent: Saturday, September 10, 2016 11:30:08 AM > Subject: [PATCH 00/30] ACPI-processor: Fine-tuning for several function implementations > > From: Markus Elfring > 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(-) > > -- > 2.10.0 > >