aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jobserver-exec
diff options
context:
space:
mode:
authorJinrong Liang <cloudliang@tencent.com>2022-01-25 17:58:56 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2022-02-10 13:47:11 -0500
commit98242dcafe5ec185014f59feb44c70189319841f (patch)
tree903f409baf7a8b1a8d19b9541f40006d888f3949 /scripts/jobserver-exec
parentKVM: x86/mmu_audit: Remove unused "level" of audit_spte_after_sync() (diff)
KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
The "struct kvm_vcpu *vcpu" parameter of svm_check_exit_valid() is not used, so remove it. No functional change intended. Signed-off-by: Jinrong Liang <cloudliang@tencent.com> Message-Id: <20220125095909.38122-7-cloudliang@tencent.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/jobserver-exec')
0 files changed, 0 insertions, 0 deletions
class='inline' src='https://seccdn.libravatar.org/avatar/b1fecf6b03fc62f894bef52b49551915?s=13&d=retro' />Al Viro1-0/+5 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1 2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2 2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2 2017-05-23mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman1-1/+1 2017-05-23mnt: In umount propagation reparent in a separate passEric W. Biederman1-0/+1 2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-1/+1 2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-1/+1 2017-02-04mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman1-1/+0 2016-12-03vfs: add path_is_mountpoint() helperIan Kent1-0/+6 2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+2 2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman1-0/+1 2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud1-3/+0 2015-05-11new helper: __legitimize_mnt()Al Viro1-0/+1 2015-01-25switch the IO-triggering parts of umount to fs_pinAl Viro1-1/+3 2014-12-04common object embedded into various struct ....nsAl Viro1-1/+2 2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman1-0/+9 2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman1-0/+2 2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman1-0/+9 2014-10-09delayed mntputAl Viro1-1/+4 2014-08-07death to mnt_pinnedAl Viro1-1/+0 2014-08-07acct: get rid of acct_listAl Viro1-0/+1 2014-04-01reduce m_start() cost...Al Viro1-1/+4 2014-03-30switch mnt_hash to hlistAl Viro1-1/+1 2014-03-30resizable namespace.c hashesAl Viro1-1/+1 2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman1-1/+1 2013-11-09RCU'd vfsmountsAl Viro1-4/+6 2013-10-24split __lookup_mnt() in two functionsAl Viro1-1/+2 2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro1-0/+13 2013-10-24namespace.c: get rid of mnt_ghostsAl Viro1-1/+1