aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--virt/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 585845203db8..076bc38963bf 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -4044,7 +4044,7 @@ static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm)
}
add_uevent_var(env, "PID=%d", kvm->userspace_pid);
- if (kvm->debugfs_dentry) {
+ if (!IS_ERR_OR_NULL(kvm->debugfs_dentry)) {
char *tmp, *p = kmalloc(PATH_MAX, GFP_KERNEL);
if (p) {
756b9541b33aa3bcd30f464df2879209&follow=1'>i2c: k1: check for transfer errorAlex Elder1-1/+1 2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2 2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1 2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1 2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12 2025-06-21cifs: Fix prepare_write to negotiate wsize if neededDavid Howells1-2/+6 2025-06-21smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher1-2/+3 2025-06-21smb: client: fix first command failure during re-negotiationzhangjian1-0/+1 2025-06-20perf test: add test for BPF metadata collectionBlake Jones3-1/+95 2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones7-3/+56 2025-06-20perf record: collect BPF metadata from new programsBlake Jones7-1/+84 2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones3-0/+362 2025-06-20perf build: detect support for libbpf's emit_strings optionBlake Jones6-0/+25 2025-06-20perf header: remove unecessary core id testAnubhav Shelat1-16/+0