aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2016-09-15 02:35:29 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2016-09-15 12:54:04 -0700
commit1c109fabbd51863475cd12ac206bdd249aee35af (patch)
tree2b4a8204e47e27945a8ec57c4abe146ece8fe1e1 /tools/perf/scripts/python/bin/stackcollapse-report
parentMerge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
downloadlinux-1c109fabbd51863475cd12ac206bdd249aee35af.tar.gz
linux-1c109fabbd51863475cd12ac206bdd249aee35af.zip
fix minor infoleak in get_user_ex()
get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak (at most we are leaking uninitialized 64bit value off the kernel stack, and in a fairly constrained situation, at that), but the fix is trivial, so... Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> [ This sat in different branch from the uaccess fixes since mid-August ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
/td> 2024-01-17s390/vfio-ap: always filter entire AP matrixTony Krowiak1-40/+17 2024-01-17s390/net: add Thorsten Winkler as maintainerAlexandra Winter1-2/+2 2024-01-17gpiolib: revert the attempt to protect the GPIO device list with an rwsemBartosz Golaszewski4-89/+97 2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3 2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5 2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10 2024-01-16Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7 2024-01-16sched/fair: Fix frequency selection for non-invariant caseVincent Guittot1-1/+5 2024-01-15rtc: max31335: add driver supportAntoniu Miclaus4-0/+729