From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asP5g-00057X-C8 for qemu-devel@nongnu.org; Tue, 19 Apr 2016 02:24:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asP5c-0006Ff-7V for qemu-devel@nongnu.org; Tue, 19 Apr 2016 02:24:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asP5c-0006FV-1g for qemu-devel@nongnu.org; Tue, 19 Apr 2016 02:24:48 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 950B08110E for ; Tue, 19 Apr 2016 06:24:47 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 19 Apr 2016 08:24:42 +0200 Message-Id: <1461047084-17810-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.6 0/2] ehci: fix (s)iTD looping issue (CVE-2015-8558) in a different way. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, CVE-2015-8558 fix turned out to break FreeBSD and being incomplete -- go for a different approach to fix things. please pull, Gerd The following changes since commit c6c598ca5fba68fbd6612f3330c4015142f2f8= 6a: Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20160415' into= staging (2016-04-18 09:55:16 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160419-1 for you to fetch changes up to a49923d2837d20510d645d3758f1ad87c32d0730: Revert "ehci: make idt processing more robust" (2016-04-19 08:20:56 +02= 00) ---------------------------------------------------------------- ehci: fix (s)iTD looping issue (CVE-2015-8558) in a different way. ---------------------------------------------------------------- Gerd Hoffmann (2): ehci: apply limit to iTD/sidt descriptors Revert "ehci: make idt processing more robust" hw/usb/hcd-ehci.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)