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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CD5FC433EF for ; Fri, 4 Feb 2022 18:00:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241744AbiBDSAf (ORCPT ); Fri, 4 Feb 2022 13:00:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356110AbiBDSAd (ORCPT ); Fri, 4 Feb 2022 13:00:33 -0500 Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6F51C061714 for ; Fri, 4 Feb 2022 10:00:33 -0800 (PST) Received: by mail-io1-xd2c.google.com with SMTP id h7so8350182iof.3 for ; Fri, 04 Feb 2022 10:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=oQ3iVUBPEiq3dEjoofm8ahlbYpZKeb/5UkEVsQyFaMA=; b=XAjC8Ar6cP/RehWU5blcKBOztQqKC0OTfm8hMXcFgRp1xeC1pRgkI6xqB0d0+aaDmD dxBtBhTpCwTmRaiOzHQdK915f2zHVY/uyqKdzq9fEh06br6fIoSOkXiMFpwy0w69SE53 V+vzr7V1CQFFy4n5v5Mc9IlU7DS4pluPRIPWk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=oQ3iVUBPEiq3dEjoofm8ahlbYpZKeb/5UkEVsQyFaMA=; b=FUJWhzqSXmEE44y+9tjMDZtaRFj5CRsK8NpGNryGQ+lScL3ygaXJT4M+yPA1N3owQR a/coRqgXYjfRftDB3rUmNwqseLICghKrQGEui77t+QHrME48QZIGo3LJZd3RXVc4dVXW vmhq6AksS1Ux9SDv8rxcRG39EYseLe4pho/Rct/H0YyQoqsvtCfjSfcmeFln6BGn/2u5 RaXiWDVbp1l57npPjYEOqc70Maa6Mq4/JkG/YdULsGLjJJGPcGYuWIqxmGL/nlHx/ewS bazd9vD6n7jImW5k7lwwbSI+fsjmTf/v3Cy+iTvG4V+LH4rkJ2KJPn1CkREavfIwOPUj GJUg== X-Gm-Message-State: AOAM531F+cGW4uUtnCqB1ScctxravMbVqd4vQppAJ+kZBPXenblFXaMc rMX8YiTRQn67t+gV7MBeZ5YM2Q== X-Google-Smtp-Source: ABdhPJyMO28cCglSDCVL0Gik32FW0XJvfm40Vv+l/zs4EOgoAJNXW0hJSUfmz03tLYlCoHDzR1yTNA== X-Received: by 2002:a5d:89c9:: with SMTP id a9mr131990iot.210.1643997633168; Fri, 04 Feb 2022 10:00:33 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id h3sm1302097ilj.81.2022.02.04.10.00.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 04 Feb 2022 10:00:32 -0800 (PST) Subject: Re: [GIT PULL] cpupower update for Linux 5.17-rc4 To: "Rafael J. Wysocki" Cc: Linux PM , Linux Kernel Mailing List , Shuah Khan References: <1fbd35ba-4921-9dcc-959d-ff8f7270d3a7@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Fri, 4 Feb 2022 11:00:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/4/22 10:06 AM, Rafael J. Wysocki wrote: > On Tue, Feb 1, 2022 at 10:22 PM Shuah Khan wrote: >> >> Hi Rafael, >> >> Please pull the following cpupower update for Linux 5.17-rc4 or to be >> included in your next pull request to Linus. >> >> This cpupower update for Linux 5.17-rc4 consists of minor typo fix >> and renaming of file TODO to match the kernel naming convention. >> >> diff is attached. > > Thanks, pulled, but is there any particular reason why this needs to > go into 5.17-rc? It looks like it can wait for the 5.18 merge window > just fine. > They can wait. Nothing urgent. That's what I meant to say - "to be included in your next pull request to Linus." It wasn't very clear as I read it now :) thanks, -- Shuah