From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezRIb-0006IC-TV for qemu-devel@nongnu.org; Fri, 23 Mar 2018 14:20:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezRIY-0006u9-PO for qemu-devel@nongnu.org; Fri, 23 Mar 2018 14:20:21 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:59414 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ezRIY-0006rt-Ko for qemu-devel@nongnu.org; Fri, 23 Mar 2018 14:20:18 -0400 References: <1521193892-15552-1-git-send-email-thuth@redhat.com> <1ef42117-6b16-b22f-29fe-f4910361aa2a@redhat.com> From: John Snow Message-ID: Date: Fri, 23 Mar 2018 14:20:08 -0400 MIME-Version: 1.0 In-Reply-To: <1ef42117-6b16-b22f-29fe-f4910361aa2a@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.12 0/4] Fix crashes with CAN bus and ISA DMA devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Thomas Huth , qemu-devel@nongnu.org Cc: Eduardo Habkost , Alexey Kardashevskiy , Jason Wang , Gerd Hoffmann , Pavel Pisa On 03/16/2018 06:15 AM, Paolo Bonzini wrote: > On 16/03/2018 10:51, Thomas Huth wrote: >> The new CAN bus devices and some older ISA devices that use DMA can be >> used to crash QEMU. These patches introduce some proper checks so that >> the users get a proper error message instead. >> >> Alexey Kardashevskiy (1): >> fdc: Exit if ISA controller does not support DMA >> >> Thomas Huth (3): >> hw/net/can: Fix segfaults when using the devices without bus >> hw/audio: Fix crashes when devices are used on ISA bus without DMA >> scripts/device-crash-test: Remove fixed isapc-with-iommu entry >> >> hw/audio/cs4231a.c | 8 +++++++- >> hw/audio/gus.c | 7 ++++++- >> hw/audio/sb16.c | 9 +++++++-- >> hw/block/fdc.c | 5 ++++- >> hw/net/can/can_sja1000.c | 4 ++++ >> scripts/device-crash-test | 8 -------- >> 6 files changed, 28 insertions(+), 13 deletions(-) >> > > Queued, thanks. > > Paolo > Did you not actually send a PR for this?