From: mdroth <mdroth@linux.vnet.ibm.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-stable] Patch Round-up for stable 1.3.1, freeze Monday
Date: Wed, 16 Jan 2013 12:56:42 -0600 [thread overview]
Message-ID: <20130116185642.GB7345@vm> (raw)
In-Reply-To: <50F6ED96.8000303@msgid.tls.msk.ru>
On Wed, Jan 16, 2013 at 10:12:38PM +0400, Michael Tokarev wrote:
> 16.01.2013 20:49, Michael Roth wrote:
> >Hi everyone,
> >
> >The following new patches are queued for QEMU stable v1.3.1:
> >
> >https://github.com/mdroth/qemu/commits/stable-1.3-staging
> >
> >The release is planned for 01-25-2013:
> >
> >http://wiki.qemu.org/Planning/1.3
> >
> >Please CC qemu-stable@nongnu.org on any patches you think should be
> >included in the release. The cut-off date is 01-21-2013 for new patches.
> >
> >Testing/feedback is greatly appreciated.
> >
> >Thanks!
>
> Actual commit IDs from the master branch, with some comments
> (with just one useful for 1.3 comment, about e1000 security fix):
>
> >204dd38 raw-posix: fix bdrv_aio_ioctl (Paolo Bonzini)
> b608c8dc02c78ee95455a0989bdf1b41c768b2ef
>
> >86bab45 vfio-pci: Loosen sanity checks to allow future features (Alex Williamson)
> 8fc94e5a8046e349e07976f9bcaffbcd5833f3a2
>
> >006c747 pci-assign: Enable MSIX on device to match guest (Alex Williamson)
> feb9a2ab4b0260d8d680a7ffd25063dafc7ec628
>
> This is applicable to old qemu-kvm (pre-1.3-merge), so it is qemu-kvm 1.1
> and qemu-kvm 1.2. I missed it for 1.1 because it is qemu-kvm-specific.
> Queued for debian qemu-kvm package.
>
> >f042cca vfio-pci: Make host MSI-X enable track guest (Alex Williamson)
> b0223e29afdc88cc262a764026296414396cd129
>
> >1205b80 target-xtensa: fix search_pc for the last TB opcode (Max Filippov)
> 36f25d2537c40c6c47f4abee5d31a24863d1adf7
>
> Now queued to stable-1.1 too.
>
> >ff0c079 buffered_file: do not send more than s->bytes_xfer bytes per tick (Paolo Bonzini)
> bde54c08b4854aceee3dee25121a2b835cb81166
>
> Now queued to stable-1.1 too, with backport changes.
>
> >d745511 migration: fix migration_bitmap leak (Paolo Bonzini)
> 244eaa7514a944b36273eb8428f32da8e9124fcf
>
> >5afd0ec e1000: Discard oversized packets based on SBP|LPE (Michael Contreras)
> 2c0331f4f7d241995452b99afaf0aab00493334a
>
> Guys, this is just one half of the CVE-2012-6075 fix.
> Please don't repeat the same mistake again and again.
> Second patch by Michael is neede to fix this too.
Do you mean b0d9ffcd0251161c7c92f94804dcf599dfa3edeb? If so, that one made it
in just before 1.3.0, and this picks up the 2nd patch.
next prev parent reply other threads:[~2013-01-16 19:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 16:49 [Qemu-devel] Patch Round-up for stable 1.3.1, freeze Monday Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 01/21] Fix semaphores fallback code Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 02/21] Disable semaphores fallback code for OpenBSD Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 03/21] Fix off-by-1 error in RAM migration code Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 04/21] migration: Fix madvise breakage if host and guest have different page sizes Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 05/21] target-mips: Fix incorrect code and test for INSV Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 06/21] target-mips: Fix incorrect shift for SHILO and SHILOV Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 07/21] vfio-pci: Don't use kvm_irqchip_in_kernel Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 08/21] seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 09/21] Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 10/21] pixman: fix vnc tight png/jpeg support Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 11/21] target-xtensa: fix ITLB/DTLB page protection flags Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 12/21] qxl: save qemu_create_displaysurface_from result Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 13/21] qxl+vnc: register a vm state change handler for dummy spice_server Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 14/21] e1000: Discard oversized packets based on SBP|LPE Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 15/21] migration: fix migration_bitmap leak Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 16/21] buffered_file: do not send more than s->bytes_xfer bytes per tick Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 17/21] target-xtensa: fix search_pc for the last TB opcode Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 18/21] vfio-pci: Make host MSI-X enable track guest Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 19/21] pci-assign: Enable MSIX on device to match guest Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 20/21] vfio-pci: Loosen sanity checks to allow future features Michael Roth
2013-01-16 16:49 ` [Qemu-devel] [PATCH 21/21] raw-posix: fix bdrv_aio_ioctl Michael Roth
2013-01-16 18:12 ` [Qemu-devel] [Qemu-stable] Patch Round-up for stable 1.3.1, freeze Monday Michael Tokarev
2013-01-16 18:56 ` mdroth [this message]
2013-01-16 21:21 ` Michael Tokarev
2013-01-19 1:59 ` Doug Goldstein
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=20130116185642.GB7345@vm \
--to=mdroth@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).