From: Christian Borntraeger <borntraeger@linux.ibm.com> To: dwmw2@infradead.org Cc: butterflyhuangxx@gmail.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, pbonzini@redhat.com, seanjc@google.com, Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Janosch Frank <frankja@linux.ibm.com>, David Hildenbrand <david@redhat.com>, linux-s390 <linux-s390@vger.kernel.org>, Thomas Huth <thuth@redhat.com>, Claudio Imbrenda <imbrenda@linux.ibm.com> Subject: Re: KVM: Warn if mark_page_dirty() is called without an active vCPU Date: Thu, 13 Jan 2022 13:06:09 +0100 [thread overview] Message-ID: <20220113120609.736701-1-borntraeger@linux.ibm.com> (raw) In-Reply-To: <e8f40b8765f2feefb653d8a67e487818f66581aa.camel@infradead.org> From: Christian Borntraeger <borntraeger@de.ibm.com> Quick heads-up. The new warnon triggers on s390. Here we write to the guest from an irqfd worker. Since we do not use dirty_ring yet this might be an over-indication. Still have to look into that. [ 1801.980777] WARNING: CPU: 12 PID: 117600 at arch/s390/kvm/../../../virt/kvm/kvm_main.c:3166 mark_page_dirty_in_slot+0xa0/0xb0 [kvm] [ 1801.980839] Modules linked in: xt_CHECKSUM(E) xt_MASQUERADE(E) xt_conntrack(E) ipt_REJECT(E) xt_tcpudp(E) nft_compat(E) nf_nat_tftp(E) nft_objref(E) vhost_vsock(E) vmw_vsock_virtio_transport_common(E) vsock(E) vhost(E) vhost_iotlb(E) nf_conntrack_tftp(E) crc32_generic(E) algif_hash(E) af_alg(E) paes_s390(E) dm_crypt(E) encrypted_keys(E) loop(E) lcs(E) ctcm(E) fsm(E) kvm(E) nft_fib_inet(E) nft_fib_ipv4(E) nft_fib_ipv6(E) nft_fib(E) nft_reject_inet(E) nf_reject_ipv4(E) nf_reject_ipv6(E) nft_reject(E) nft_ct(E) nft_chain_nat(E) nf_nat(E) nf_conntrack(E) nf_defrag_ipv6(E) nf_defrag_ipv4(E) ip_set(E) nf_tables(E) nfnetlink(E) sunrpc(E) dm_service_time(E) dm_multipath(E) scsi_dh_rdac(E) scsi_dh_emc(E) scsi_dh_alua(E) zfcp(E) scsi_transport_fc(E) ism(E) smc(E) ib_core(E) eadm_sch(E) vfio_ccw(E) mdev(E) vfio_iommu_type1(E) vfio(E) sch_fq_codel(E) configfs(E) ip_tables(E) x_tables(E) ghash_s39 [...truncated...] [ 1801.980915] sha1_s390(E) sha_common(E) pkey(E) zcrypt(E) rng_core(E) autofs4(E) [last unloaded: vfio_ap] [ 1801.980931] CPU: 12 PID: 117600 Comm: kworker/12:0 Tainted: G E 5.17.0-20220113.rc0.git0.32ce2abb03cf.300.fc35.s390x+next #1 [ 1801.980935] Hardware name: IBM 2964 NC9 712 (LPAR) [ 1801.980938] Workqueue: events irqfd_inject [kvm] [ 1801.980959] Krnl PSW : 0704e00180000000 000003ff805f0f5c (mark_page_dirty_in_slot+0xa4/0xb0 [kvm]) [ 1801.980981] R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:2 PM:0 RI:0 EA:3 [ 1801.980985] Krnl GPRS: 000003ff298e9040 000000017754a660 0000000000000000 0000000000000000 [ 1801.980988] 000000003fefcc36 ffffffffffffff68 0000000000000000 0000000177871500 [ 1801.980990] 00000001d1918000 000000003fefcc36 00000001d1918000 0000000000000000 [ 1801.980993] 00000001375b0000 00000001d191a838 000003ff805f0ee6 0000038000babb48 [ 1801.981003] Krnl Code: 000003ff805f0f4c: eb9ff0a00004 lmg %r9,%r15,160(%r15) 000003ff805f0f52: c0f400018c61 brcl 15,000003ff80622814 #000003ff805f0f58: af000000 mc 0,0 >000003ff805f0f5c: eb9ff0a00004 lmg %r9,%r15,160(%r15) 000003ff805f0f62: c0f400018c59 brcl 15,000003ff80622814 000003ff805f0f68: c004ffe37b10 brcl 0,000003ff80260588 000003ff805f0f6e: ec360033007c cgij %r3,0,6,000003ff805f0fd4 000003ff805f0f74: e31020100012 lt %r1,16(%r2) [ 1801.981057] Call Trace: [ 1801.981060] [<000003ff805f0f5c>] mark_page_dirty_in_slot+0xa4/0xb0 [kvm] [ 1801.981083] [<000003ff8060e9fe>] adapter_indicators_set+0xde/0x268 [kvm] [ 1801.981104] [<000003ff80613c24>] set_adapter_int+0x64/0xd8 [kvm] [ 1801.981124] [<000003ff805fb9aa>] kvm_set_irq+0xc2/0x130 [kvm] [ 1801.981144] [<000003ff805f8d86>] irqfd_inject+0x76/0xa0 [kvm] [ 1801.981164] [<0000000175e56906>] process_one_work+0x1fe/0x470 [ 1801.981173] [<0000000175e570a4>] worker_thread+0x64/0x498 [ 1801.981176] [<0000000175e5ef2c>] kthread+0x10c/0x110 [ 1801.981180] [<0000000175de73c8>] __ret_from_fork+0x40/0x58 [ 1801.981185] [<000000017698440a>] ret_from_fork+0xa/0x40
next prev parent reply other threads:[~2022-01-13 12:06 UTC|newest] Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-18 17:14 There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c butt3rflyh4ck 2021-10-21 20:08 ` Paolo Bonzini 2021-10-28 7:42 ` butt3rflyh4ck 2021-11-08 5:11 ` butt3rflyh4ck 2021-11-16 15:41 ` butt3rflyh4ck 2021-11-16 16:22 ` [EXTERNAL] " David Woodhouse 2021-11-16 17:07 ` David Woodhouse 2021-11-17 9:46 ` Woodhouse, David 2021-11-17 16:49 ` Paolo Bonzini 2021-11-17 18:10 ` Woodhouse, David 2021-11-20 10:16 ` KVM: Warn if mark_page_dirty() is called without an active vCPU David Woodhouse 2021-11-22 17:01 ` Sean Christopherson 2021-11-22 17:52 ` David Woodhouse 2021-11-22 18:49 ` Sean Christopherson 2022-01-13 12:06 ` Christian Borntraeger [this message] 2022-01-13 12:14 ` Paolo Bonzini 2022-01-13 12:29 ` [PATCH] KVM: avoid warning on s390 in mark_page_dirty Christian Borntraeger 2022-01-13 12:31 ` David Woodhouse 2022-01-18 8:37 ` Christian Borntraeger 2022-01-18 8:44 ` Paolo Bonzini 2022-01-18 8:53 ` Christian Borntraeger 2022-01-18 11:44 ` Paolo Bonzini 2022-01-13 12:30 ` KVM: Warn if mark_page_dirty() is called without an active vCPU David Woodhouse 2022-01-13 12:51 ` Christian Borntraeger 2022-01-13 13:22 ` David Woodhouse 2022-01-13 15:09 ` Christian Borntraeger 2022-01-13 14:36 ` Paolo Bonzini
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220113120609.736701-1-borntraeger@linux.ibm.com \ --to=borntraeger@linux.ibm.com \ --cc=butterflyhuangxx@gmail.com \ --cc=cohuck@redhat.com \ --cc=david@redhat.com \ --cc=dwmw2@infradead.org \ --cc=frankja@linux.ibm.com \ --cc=imbrenda@linux.ibm.com \ --cc=kvm@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-s390@vger.kernel.org \ --cc=pbonzini@redhat.com \ --cc=seanjc@google.com \ --cc=thuth@redhat.com \ --subject='Re: KVM: Warn if mark_page_dirty() is called without an active vCPU' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).