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 3E17CC61DA4 for ; Tue, 14 Feb 2023 14:41:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233296AbjBNOlz (ORCPT ); Tue, 14 Feb 2023 09:41:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232729AbjBNOlw (ORCPT ); Tue, 14 Feb 2023 09:41:52 -0500 Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96B2B21945; Tue, 14 Feb 2023 06:41:51 -0800 (PST) Received: by mail-ed1-f46.google.com with SMTP id u21so17742400edv.3; Tue, 14 Feb 2023 06:41:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=CaFJsZLG1yaHAOaVj94M7dknjPMkfjabuH7GLPdGLtw=; b=PiPtjrsWhBpJC66XxDNpvGlHGIaRNjKlV1YUQ74GGkvC4v2xC62dxAsxJKw6TgG+Ye QPxZZfwRKc4E/lzo/xWWe5QNZsTgsFMmdF6HMF4Fy5inUk8Pk//EKgD6Cz3kK14cF795 wFGyyShCwbLQlCaJg2w4q9wwxwYBEROcCIriYhfSylJfGYm4hW+rd5c+L8OrRdZ1/550 /HTUBwUyEowuyI9AIvHGjKmlwmL+cqzBtj0ezddcwH+HH/nOw9OrJvuzeqyPtu6Luhvf oKx3diUSzZoESipMkynd3EM0bo+Sp03nVlsZ8SBb3rbe87BwPo0ZE71LQQHoBFgUDprl mWlw== X-Gm-Message-State: AO0yUKU1DyNNnk0OCcIJ2IcSAkSy0f9trpZyfvEcw9TcFVWhTHyGM2kC WNeqa+lFrIGitweGsJRETySaO+dfCEiCNCqDQ47vFj5V X-Google-Smtp-Source: AK7set+liXYYxCabxOryUIc0a0OhOY7VfNtiGWaBEsWMbD2EsukiQxyVWjNBt4a4RunDes+A4nJpYgoYb27/Y8sn7Nk= X-Received: by 2002:a50:f691:0:b0:4ac:50e4:1eee with SMTP id d17-20020a50f691000000b004ac50e41eeemr1291725edn.3.1676385710090; Tue, 14 Feb 2023 06:41:50 -0800 (PST) MIME-Version: 1.0 References: <12138067.O9o76ZdvQC@kreacher> <12124970.O9o76ZdvQC@kreacher> <0f74e16d2a1c5005c342d800445c046b8fe248cb.camel@linux.intel.com> In-Reply-To: From: "Rafael J. Wysocki" Date: Tue, 14 Feb 2023 15:41:38 +0100 Message-ID: Subject: Re: [PATCH v2 1/3] ACPI: processor: perflib: Use the "no limit" frequency QoS To: srinivas pandruvada Cc: "Rafael J. Wysocki" , Pratyush Yadav , "Rafael J. Wysocki" , Linux PM , LKML , Linux ACPI Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2023 at 3:25 PM srinivas pandruvada wrote: > > On Tue, 2023-02-14 at 14:57 +0100, Rafael J. Wysocki wrote: > > On Tue, Feb 14, 2023 at 2:40 PM srinivas pandruvada > > wrote: > > > > > > On Mon, 2023-01-30 at 15:58 +0100, Rafael J. Wysocki wrote: > > > > On Mon, Jan 30, 2023 at 3:18 PM Pratyush Yadav > > > > > > > > wrote: > > > > > > > > > > > > > > > > [...] > > > > > > > > [0] > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/ > > > > > > > > It's already in the mainline: > > > > > > > > e8a0e30b742f cpufreq: intel_pstate: Drop ACPI _PSS states table > > > > patching > > > > 99387b016022 ACPI: processor: perflib: Avoid updating frequency > > > > QoS > > > > unnecessarily > > > > c02d5feb6e2f ACPI: processor: perflib: Use the "no limit" > > > > frequency > > > > QoS > > > > > > I am checking 6.2-rc8. > > > I don't see these commits. > > > > You are right, they are in linux-next only, sorry for the confusion. > > > > I'm going to push them for 6.3-rc1 this week, though. > I don't think they are marked for stable. Can we add that? I'd rather not rebase them for that. It is still possible to send an inclusion request to -stable when then get into the mainline.