From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2619C4363A for ; Tue, 27 Oct 2020 06:17:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B734207C3 for ; Tue, 27 Oct 2020 06:17:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603779464; bh=NRidSICLnHs7tejvNJMYga1yT7UjRJOjUsl/hMHZeN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=giB2TRQZ2blXJQbWYX/f6Lrk/D1cu102S3aVOUexRI+BUqcEgNBcLq7iDqFtfLohm ojhy7MT487mJMApMGhXZNdqO+SuaEfe42nSDGrsPO3RMuCx+NKDoIA0Ya335IaFFWh wBAQxTTAvDt3Y2QnXIjlHvCG/X5RvdJ6iehBZ/MI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2506388AbgJ0GRn (ORCPT ); Tue, 27 Oct 2020 02:17:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:54654 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2506369AbgJ0GQh (ORCPT ); Tue, 27 Oct 2020 02:16:37 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 91EC720874; Tue, 27 Oct 2020 06:16:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603779397; bh=NRidSICLnHs7tejvNJMYga1yT7UjRJOjUsl/hMHZeN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DMWnzY3KfudYicTM8jwRQWcszKikkCDT3M25oWTO2qQ+2VCRvwUf9f3akxJ5oejz2 6+fZ1ExQrPDx5e7KydpILjvlOCOySdQbcDHcJBFrWzrhN+qjU/gbefrt/hL/jr5+u7 0tQVreYSk//svWWH/AFAwqwoUeO+9JfkrT2oBw3c= Date: Tue, 27 Oct 2020 07:16:33 +0100 From: Greg Kroah-Hartman To: Peiyong Lin Cc: Steven Rostedt , Amit Kucheria , android-kernel@google.com, linux-kernel@vger.kernel.org, Ingo Molnar , Paul Walmsley , Pavel Machek , Prahlad Kilambi , "Rafael J. Wysocki" , Ulf Hansson , Masahiro Yamada , zzyiwei@android.com, Sidath Senanayake Subject: Re: [PATCH v4] Add power/gpu_frequency tracepoint. Message-ID: <20201027061633.GB206502@kroah.com> References: <20200820162738.33053904@oasis.local.home> <20201022173434.910879-1-lpy@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 26, 2020 at 03:25:22PM -0700, Peiyong Lin wrote: > Hi there, > > May I ask for a review please? Please do not top-post, and you just sent this a few days ago, in the middle of the merge window when we could not do anything. Give maintainers time to catch up, and they will get to it... greg k-h