lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <21bd6b76-5a3e-96c1-4184-49e96ea5f594@samsung.com>
Date:   Wed, 25 Mar 2020 08:54:21 +0900
From:   Chanwoo Choi <cw00.choi@...sung.com>
To:     "Rafael J. Wysocki <rjw@...ysocki.net>" <rjw@...ysocki.net>
Cc:     "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "Chanwoo Choi (samsung.com)" <cw00.choi@...sung.com>,
        "Chanwoo Choi (samsung.com)" <chanwoo@...nel.org>,
        함명주 <myungjoo.ham@...sung.com>,
        Kyungmin Park <kyungmin.park@...sung.com>
Subject: [GIT PULL] devfreq next for v5.7

Dear Rafael,

This is devfreq-next pull request for v5.7-rc1. I add detailed description of
this pull request on the following tag. Please pull devfreq with following updates.
- tag name : devfreq-next-for-5.7

Best Regards,
Chanwoo Choi

The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:

  Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-5.7

for you to fetch changes up to 7a51320ecd394202d80131ad7837a72ca2213e64:

  PM / devfreq: Get rid of some doc warnings (2020-03-25 08:35:03 +0900)

----------------------------------------------------------------

Detailed description for this pull request:
1. Update devfreq code with minor issue:
- Remove unneeded extern keyword from devfreq header file.

- Change to DEVFREQ_GOV_UPDATE_INTERNAL event name because
  old DEVFREQ_GOV_INTERNAL name doesn't specify exactly what to do.

- Fix handling code of return value of dev_pm_qos_remove_request().

- Use constant name for userspace governor with DEVFREQ_GOV_USERSPACE.

- Get rid of doc warnings and  fix typo.

----------------------------------------------------------------

Chanwoo Choi (2):
      PM / devfreq: Remove unneeded extern keyword
      PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event name

Christophe JAILLET (1):
      PM / devfreq: Fix a typo in a comment

Leonard Crestez (1):
      PM / devfreq: Fix handling dev_pm_qos_remove_request result

Mauro Carvalho Chehab (1):
      PM / devfreq: Get rid of some doc warnings

pierre Kuo (1):
      PM / devfreq: Use constant name of userspace governor

 drivers/devfreq/devfreq.c                 |  14 ++--
 drivers/devfreq/governor.h                |  21 +++---
 drivers/devfreq/governor_simpleondemand.c |   4 +-
 drivers/devfreq/governor_userspace.c      |   2 +-
 drivers/devfreq/tegra30-devfreq.c         |   4 +-
 include/linux/devfreq.h                   | 106 +++++++++++++++---------------
 6 files changed, 74 insertions(+), 77 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ