aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-properly-check-debugfs-dentry-before-using-it.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:17:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-30 10:17:36 +0100
commit40c493e29885df8b9e3eaef8418af97ce8a90967 (patch)
tree027d2db67f512bc754bd315b69330af03f88be68 /kvm-properly-check-debugfs-dentry-before-using-it.patch
parentfcc8d57689005dc360ad29bc63d06a844efc11c4 (diff)
downloadpatches-40c493e29885df8b9e3eaef8418af97ce8a90967.tar.gz
new patches added
Diffstat (limited to 'kvm-properly-check-debugfs-dentry-before-using-it.patch')
-rw-r--r--kvm-properly-check-debugfs-dentry-before-using-it.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/kvm-properly-check-debugfs-dentry-before-using-it.patch b/kvm-properly-check-debugfs-dentry-before-using-it.patch
index 29a8d3c9d70cf2..419de3dd9baaab 100644
--- a/kvm-properly-check-debugfs-dentry-before-using-it.patch
+++ b/kvm-properly-check-debugfs-dentry-before-using-it.patch
@@ -15,12 +15,10 @@ gets passed to dentry_path_raw() which obviously does not like it.
Reported-by: Eric Biggers <ebiggers@kernel.org>
Reported-and-tested-by: syzbot+7857962b4d45e602b8ad@syzkaller.appspotmail.com
-Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: kvm@vger.kernel.org
+Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
-
---
virt/kvm/kvm_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)