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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat,  3 Aug 2013 17:19:18 +0530
From:	Viresh Kumar <viresh.kumar@...aro.org>
To:	rjw@...k.pl
Cc:	linaro-kernel@...ts.linaro.org, patches@...aro.org,
	cpufreq@...r.kernel.org, linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org, srivatsa.bhat@...ux.vnet.ibm.com,
	l.majewski@...sung.com, Viresh Kumar <viresh.kumar@...aro.org>
Subject: [PATCH 00/10] CPUFreq: Fixes & Cleanups for 3.12

Hi Rafael,

This patchset tries to fix & cleanup many existing cpufreq core issues. First
four patches tries to cleanup basic problems in cpufreq core. Its first patch
was earlier sent separately but now is part of this series.

Fifth patch was also sent earlier as reply to your patches and was reviewed by
Srivatsa. Sixth patch was picked from Lukasz's patchset on introducing software
"boost" feature in core. It will be used by this patchset.

And last four are the most significant part of this set. They try to make many
things simple and robust.

This is rebased of your bleeding-edge branch + two patches from you:
18a6b03 cpufreq: Avoid double kobject_put() for the same kobject in error code path
d0cde63 cpufreq: Do not hold driver module references for additional policy CPUs
abe513f Merge branch 'acpi-sleep-next' into linux-next

They are also pushed in my cpufreq-next branch

--
viresh

Lukasz Majewski (1):
  cpufreq: Store cpufreq policies in a list

Viresh Kumar (9):
  cpufreq: Cleanup header files included in core
  cpufreq: Re-arrange declarations in cpufreq.h
  cpufreq: Give consistent names for struct cpufreq_policy *
  cpufreq: Use sizeof(*ptr) form for finding size of a struct
  cpufreq: Pass policy to cpufreq_add_policy_cpu()
  cpufreq: Use cpufreq_policy_list for iterating over policies
  cpufreq: Fix broken usage of governor->owner's refcount
  cpufreq: Don't use cpufreq_driver->owner's refcount to protect
    critical sections
  cpufreq: Remove struct cpufreq_driver's owner field

 Documentation/cpu-freq/cpu-drivers.txt |   2 -
 drivers/cpufreq/acpi-cpufreq.c         |   5 +-
 drivers/cpufreq/at32ap-cpufreq.c       |   1 -
 drivers/cpufreq/blackfin-cpufreq.c     |   1 -
 drivers/cpufreq/cpufreq-nforce2.c      |   1 -
 drivers/cpufreq/cpufreq.c              | 389 +++++++++++++++------------------
 drivers/cpufreq/cpufreq_conservative.c |  14 +-
 drivers/cpufreq/cpufreq_governor.c     |   6 -
 drivers/cpufreq/cpufreq_governor.h     |   7 +-
 drivers/cpufreq/cpufreq_ondemand.c     |  24 +-
 drivers/cpufreq/cpufreq_performance.c  |   3 +-
 drivers/cpufreq/cpufreq_powersave.c    |   3 +-
 drivers/cpufreq/cpufreq_stats.c        |  25 +--
 drivers/cpufreq/cris-artpec3-cpufreq.c |   1 -
 drivers/cpufreq/cris-etraxfs-cpufreq.c |   1 -
 drivers/cpufreq/e_powersaver.c         |   5 +-
 drivers/cpufreq/elanfreq.c             |   1 -
 drivers/cpufreq/exynos-cpufreq.c       |   2 +-
 drivers/cpufreq/freq_table.c           |   4 +-
 drivers/cpufreq/gx-suspmod.c           |   3 +-
 drivers/cpufreq/ia64-acpi-cpufreq.c    |   5 +-
 drivers/cpufreq/intel_pstate.c         |   1 -
 drivers/cpufreq/kirkwood-cpufreq.c     |   1 -
 drivers/cpufreq/longhaul.c             |   1 -
 drivers/cpufreq/longrun.c              |   1 -
 drivers/cpufreq/loongson2_cpufreq.c    |   1 -
 drivers/cpufreq/maple-cpufreq.c        |   1 -
 drivers/cpufreq/p4-clockmod.c          |   1 -
 drivers/cpufreq/pasemi-cpufreq.c       |   1 -
 drivers/cpufreq/pcc-cpufreq.c          |   1 -
 drivers/cpufreq/pmac32-cpufreq.c       |   1 -
 drivers/cpufreq/pmac64-cpufreq.c       |   6 +-
 drivers/cpufreq/powernow-k6.c          |   1 -
 drivers/cpufreq/powernow-k7.c          |  14 +-
 drivers/cpufreq/powernow-k8.c          |   7 +-
 drivers/cpufreq/ppc-corenet-cpufreq.c  |   1 -
 drivers/cpufreq/ppc_cbe_cpufreq.c      |   1 -
 drivers/cpufreq/s3c2416-cpufreq.c      |   1 -
 drivers/cpufreq/s3c24xx-cpufreq.c      |   6 +-
 drivers/cpufreq/s3c64xx-cpufreq.c      |   1 -
 drivers/cpufreq/sc520_freq.c           |   1 -
 drivers/cpufreq/sh-cpufreq.c           |   1 -
 drivers/cpufreq/sparc-us2e-cpufreq.c   |   6 +-
 drivers/cpufreq/sparc-us3-cpufreq.c    |   6 +-
 drivers/cpufreq/speedstep-centrino.c   |   1 -
 drivers/cpufreq/speedstep-ich.c        |   1 -
 drivers/cpufreq/speedstep-smi.c        |   1 -
 include/linux/cpufreq.h                | 383 +++++++++++++++-----------------
 48 files changed, 409 insertions(+), 542 deletions(-)

-- 
1.7.12.rc2.18.g61b472e

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ