From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJkbs-0006eg-52 for qemu-devel@nongnu.org; Mon, 27 Jul 2015 11:46:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJkbr-0001Tl-56 for qemu-devel@nongnu.org; Mon, 27 Jul 2015 11:46:36 -0400 From: Kevin Wolf Date: Mon, 27 Jul 2015 17:46:24 +0200 Message-Id: <1438011986-29268-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Block layer patches for 2.4.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 122e7dab8ac549c8c5a9e1e13aa2464190e888de: Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-07-27 14:53:42 +0100) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 77c102c26ead946fe7589d4bddcdfa5cb431ebfe: block: qemu-iotests - add check for multiplication overflow in vpc (2015-07-27 17:19:07 +0200) ---------------------------------------------------------------- Block layer patches for 2.4.0-rc3 ---------------------------------------------------------------- Jeff Cody (2): block: vpc - prevent overflow if max_table_entries >= 0x40000000 block: qemu-iotests - add check for multiplication overflow in vpc block/vpc.c | 18 +++++++-- tests/qemu-iotests/135 | 54 ++++++++++++++++++++++++++ tests/qemu-iotests/135.out | 5 +++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/sample_images/afl5.img.bz2 | Bin 0 -> 175 bytes 5 files changed, 74 insertions(+), 4 deletions(-) create mode 100755 tests/qemu-iotests/135 create mode 100644 tests/qemu-iotests/135.out create mode 100644 tests/qemu-iotests/sample_images/afl5.img.bz2