summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 12:24:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 12:24:47 -0700
commit4c205c84e249e0a91dcfabe461d77667ec9b2d05 (patch)
tree211606956d526d055ccce3f7f5cdc514d3be05fb /tools/perf/scripts/python/bin/stackcollapse-record
parentea9448b254e253e4d95afaab071b341d86c11795 (diff)
parent4f0882491a148059a52480e753b7f07fc550e188 (diff)
downloadkernel-4c205c84e249e0a91dcfabe461d77667ec9b2d05.tar.gz
Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull keyrings fixes from David Howells: "Here's a couple of patches that fix a circular dependency between holding key->sem and mm->mmap_sem when reading data from a key. One potential issue is that a filesystem looking to use a key inside, say, ->readpages() could deadlock if the key being read is the key that's required and the buffer the key is being read into is on a page that needs to be fetched. The case actually detected is a bit more involved - with a filesystem calling request_key() and locking the target keyring for write - which could be being read" * tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: KEYS: Avoid false positive ENOMEM error on key read KEYS: Don't write out to userspace while holding key semaphore
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
-06-03 16:49:00 -0400'>2018-06-03drm/msm/dsi: use correct enum in dsi_get_cmd_fmtStefan Agner 2018-06-03drm/msm/dsi: check video mode engine status before waitingAbhinav Kumar 2018-06-03drm/msm/dsi: check return value for video done waitsAbhinav Kumar 2018-03-19drm/msm/dsi: fix direct caller of msm_gem_free_object()Rob Clark 2018-02-20drm/msm/dsi: Get byte_intf_clk only for versions that need itArchit Taneja 2018-02-20drm/msm/dsi: Add byte_intf_clkArchit Taneja 2018-02-20drm/msm/dsi: Use msm_clk_get in dsi_get_configArchit Taneja 2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie 2017-10-28drm/msm/dsi: convert to msm_clk_get()Rob Clark 2017-10-12drm/msm/dsi: Use correct pm_runtime_put variant during host_initArchit Taneja 2017-08-02drm/msm/dsi: Implement RPM suspend/resume callbacksArchit Taneja 2017-08-02drm/msm/dsi: Set up runtime PM for DSIArchit Taneja 2017-08-01drm/msm/dsi: Calculate link clock rates with updated dsi->lanesArchit Taneja 2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra 2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark 2017-06-16drm/msm/mdp4+5: move aspace/id to base classRob Clark 2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring