From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Aloni Subject: (unknown) Date: Tue, 19 Nov 2013 16:53:28 +0200 Message-ID: <1384872810-29492-1-git-send-email-alonid@stratoscale.com> Cc: kvm@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net, x86@kernel.org, gleb@redhat.com, pbonzini@redhat.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com To: linux-kernel@vger.kernel.org Return-path: Subject: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Hello, The following two patches address an integration issue between KVM and KGDB. The issue described in the patches can be triggered with vanilla kernels that enable KGDB and KVM together on x86 (more specifically, we bump into this with Fedora's 3.11 kernel from FC19). On a kernel enabled with KGDB, running with kvm-unit-tests should reproduce the issue. On VM hosts servers where an admin accidently left an active KGDB, and unprivilged guest might be able to bring the host down. Patches apply to linux-next and earlier kernels.