All of lore.kernel.org
 help / color / mirror / Atom feed
From: shuah <shuah@kernel.org>
To: Thomas Renninger <trenn@suse.de>
Cc: Abhishek Goel <huntbag@linux.vnet.ibm.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	linux-pm@vger.kernel.org, shuah <shuah@kernel.org>
Subject: Re: [PATCH v3] cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e
Date: Fri, 17 Jan 2020 15:30:33 -0700	[thread overview]
Message-ID: <ea49dbb2-6c57-08fc-472d-46055166de30@kernel.org> (raw)
In-Reply-To: <1835520.PWyA4J24ZB@skinner.arch.suse.de>

On 1/17/20 12:55 AM, Thomas Renninger wrote:
> Commit ae2917093fb60bdc1ed3e modified the library function:
>      
> struct cpufreq_available_frequencies
> *cpufreq_get_available_frequencies(unsigned int cpu)
> 
> to
> struct cpufreq_frequencies
> *cpufreq_get_frequencies(const char *type, unsigned int cpu)
> 
> This patch recovers the old API and implements the new functionality
> in a newly introduce method:
> struct cpufreq_boost_frequencies
> *cpufreq_get_available_frequencies(unsigned int cpu)
> 
> 
> This one should get merged into stable kernels back to 5.0 when
> commit ae2917093fb60bdc1ed3e had been introduced.
> 
> Fixes: ae2917093fb6 ("tools/power/cpupower: Display boost frequency
> separately")
> 
> Cc: stable@vger.kernel.org
> 
> Signed-off-by: Thomas Renninger <trenn@suse.de>
> 
> v3: - Add Signed-off tag
> v2: - Add fixes: tag
>      - Add [PATCH] and cpupower in title
> 

Applied to

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git cpupower

for 5.6-rc1 pull request to Rafael.

I fixed up the changelog to get around the following checkpatch
errors.

ERROR: Please use git commit description style 'commit <12+ chars of 
sha1> ("<title line>")' - ie: 'Commit ae2917093fb6 
("tools/power/cpupower: Display boost frequency separately")'
#44:


ERROR: Please use git commit description style 'commit <12+ chars of 
sha1> ("<title line>")' - ie: 'commit ae2917093fb6 
("tools/power/cpupower: Display boost frequency separately")'
#60:
commit ae2917093fb6 had been introduced.

thanks,
-- Shuah

      reply	other threads:[~2020-01-17 22:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17  7:55 [PATCH v3] cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e Thomas Renninger
2020-01-17 22:30 ` shuah [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea49dbb2-6c57-08fc-472d-46055166de30@kernel.org \
    --to=shuah@kernel.org \
    --cc=huntbag@linux.vnet.ibm.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=trenn@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.