Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp111106img; Thu, 21 Mar 2019 15:23:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyS9oe6iaOS14GxZP1jEp3b1YMIuokoL2L6KQQUUjgDa7WiJdiTKYNvNqS7GLNdlRfBEGWR X-Received: by 2002:a62:ea0f:: with SMTP id t15mr5859601pfh.124.1553207018786; Thu, 21 Mar 2019 15:23:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553207018; cv=none; d=google.com; s=arc-20160816; b=AsiK7jsuRgBBn1L6Q3p5aPZ0eQcCyXqZ/RwKkmc9g7pse4TUnLz+SqzrOUJy6HsQ8V wWA0EASVv8MuXulc52fLHy+n0Zb031aEgkNaS0qoHTAq8L9puYtQ15+jTmoAlFlnxk7B aHR0VUM1FGr9c18amDkbjcUFd6/jtH1FFQczaWulSn2FEjQTayxelkEM58Kt66jB+44u PcdYRmFRhLobXAJOAczMbToceSyrwtj73kipVKWM4AFj/xPIxEnaTCwmF23luClFasH+ Ecnn8l2mqiinQtVxVafd3X7/qbm9SrN6p1jKTEOUqJueG1OLhkOj7A2OMx0gL+/FVMMm vQkQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=83uV+ftvMHbMXPqG55vemEy6wh2ep+WZ+VShXcGuo3w=; b=Y9EsV1XB8xHFupJgliBkM1ugtVB32uIoY1IORcwpox12U5WMi9J0CEFeGt6xO3gfBO DyYjrn/bhLxzBEBmQO9TqhJJrn1H5gMK9neU20+vebXW0DQ3iUfgOp5DpsZ3sXHkuPAI 4ZvRyZ5rb9XzikXoOWevK8A8mTPc5qqzcNEAhhTwHYy1LIGZzvPqEsGUJh0mo7jq24+L B0Bz6qw9vA7pXC8fuuxdNvNq55IrRfhKOQnpVGeM+jorhzaUhkt0tv2TRP2l7Jer0KlF FKbkiTbx7ISCAh2IOFXjfjhRxQjLncl8vJA/rCJDXlB16t4a3wWRp1XZVJTy/oPj3Gnr 7tCw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n25si4947679pff.132.2019.03.21.15.23.20; Thu, 21 Mar 2019 15:23:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727087AbfCUWWf (ORCPT + 99 others); Thu, 21 Mar 2019 18:22:35 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:49296 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725999AbfCUWWd (ORCPT ); Thu, 21 Mar 2019 18:22:33 -0400 Received: from 79.184.255.210.ipv4.supernova.orange.pl (79.184.255.210) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id ed532b4373550590; Thu, 21 Mar 2019 23:22:31 +0100 From: "Rafael J. Wysocki" To: x86 Cc: LKML , Len Brown , Linux PM , Srinivas Pandruvada , Laura Abbott , Thomas Gleixner , Peter Zijlstra , Ingo Molnar , Simon Schricker , Borislav Petkov , Hannes Reinecke Subject: [PATCH 0/2] PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS handling fixes and sysfs i/f Date: Thu, 21 Mar 2019 23:12:53 +0100 Message-ID: <1637073.gl2OfxWTjI@aspire.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, This is a resend of https://patchwork.kernel.org/patch/10862699/ (with minor modifications) plus additional patch to add a sysfs attribute for accessing the EPB (as requested by Boris). Thanks, Rafael