summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSam Bobroff <sam.bobroff@au1.ibm.com>2014-09-19 09:40:41 +1000
committerPaolo Bonzini <pbonzini@redhat.com>2014-09-22 13:21:29 +0200
commit27fbe64bfa63cfb9da025975b59d96568caa2d53 (patch)
treea7cc2aac710c41561e5eed5dd296eda2a777820b /tools/perf/scripts/python
parent85c8555ff07ef09261bd50d603cd4290cff5a8cc (diff)
downloadkernel-27fbe64bfa63cfb9da025975b59d96568caa2d53.tar.gz
KVM: correct null pid check in kvm_vcpu_yield_to()
Correct a simple mistake of checking the wrong variable before a dereference, resulting in the dereference not being properly protected by rcu_dereference(). Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ortViresh Kumar 2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2020-10-14vfs: move generic_remap_checks out of mmDarrick J. Wong 2020-10-05fs/kernel_read_file: Split into separate source fileKees Cook 2020-09-22fs: remove compat_sys_mountChristoph Hellwig 2020-07-31init: add an init_mount helperChristoph Hellwig 2020-03-05exfat: add Kconfig and MakefileNamjae Jeon 2020-02-09Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds 2020-02-09Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede 2020-02-07fs: New zonefs file systemDamien Le Moal 2020-01-03compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann 2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe 2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds 2019-08-24erofs: move erofs out of stagingGao Xiang 2019-07-28fs-verity: add Kconfig and the helper functions for hashingEric Biggers 2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong 2019-07-15iomap: start moving code to fs/iomap/Darrick J. Wong