summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-05-12 02:10:54 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-28 01:37:49 +0200
commit6438a694b670cd188c2fd2f75e0cd6b0ae21bea9 (patch)
treedd53c02d505042d8ff6cedbd48f7f84a49d8878f /tools/perf/scripts/python/net_dropmonitor.py
parent0aeee5d4f6aa9bd28373907727937b7935d0434c (diff)
downloadkernel-6438a694b670cd188c2fd2f75e0cd6b0ae21bea9.tar.gz
mfd: pcf50633-adc: Fix potential race in pcf50633_adc_sync_read
Currently it's not guaranteed that request struct is not already freed when reading from it. Fix this by moving synced request related fields from the pcf50633_adc_request struct to its own struct and store it on the functions stack. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/kernel/pid.c?h=linux-6.6.y&id=63f818f46af9f8b3f17b9695501e8d08959feb60'>proc: Use a dedicated lock in struct pidEric W. Biederman 2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2020-03-25pidfd: Use new infrastructure to fix deadlocks in execveBernd Edlinger 2020-03-09pid: make ENOMEM return value more obviousChristian Brauner 2020-03-08pid: Fix error return value in some casesCorey Minyard 2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman 2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman 2020-01-13pid: Implement pidfd_getfd syscallSargun Dhillon 2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber 2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner 2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner 2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google) 2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2019-06-28pid: add pidfd_open()Christian Brauner 2019-06-28pidfd: add polling supportJoel Fernandes (Google) 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li 2018-12-28Fix failure path in alloc_pid()Matthew Wilcox 2018-10-31mm: remove include/linux/bootmem.hMike Rapoport