summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAdamski, Krzysztof (Nokia - PL/Wroclaw) <krzysztof.adamski@nokia.com>2019-05-29 14:33:52 +0000
committerGuenter Roeck <linux@roeck-us.net>2019-06-05 18:36:27 -0700
commit38463721ec3c39acdabed3a89016ce6bb32a7543 (patch)
tree4154a311c4aee5f43ada5b80fc0e148bec4c5b58 /tools/perf/scripts/python/syscall-counts.py
parentc41dd48e21fae3e55b3670ccf2eb562fc1f6a67d (diff)
downloadkernel-38463721ec3c39acdabed3a89016ce6bb32a7543.tar.gz
hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples
update_lock is a mutex intended to protect write operations. It was not taken, however, when _pmbus_write_word_data is called from pmbus_set_samples() function which may cause problems especially when some PMBUS_VIRT_* operation is implemented as a read-modify-write cycle. This patch makes sure the lock is held during the operation. Fixes: 49c4455dccf2 ("hwmon: (pmbus) Introduce PMBUS_VIRT_*_SAMPLES registers") Signed-off-by: Krzysztof Adamski <krzysztof.adamski@nokia.com> Reviewed-by: Alexander Sverdlin <alexander.sverdlin@nokia.com> [groeck: Declared and initialized missing 'data' variable] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
4'>sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song 2018-10-29sched/rt: Update comment in pick_next_task_rt()Muchun Song 2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar 2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu 2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot 2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot 2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre 2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso 2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso 2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra 2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar 2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar 2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar 2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker 2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang 2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang 2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware) 2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware) 2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar 2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt 2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney 2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds 2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat) 2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo 2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar 2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre 2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp 2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park 2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware) 2017-03-02sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar 2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar