From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PULL] virtio: a last minute bugfix Date: Sun, 18 Jun 2017 23:16:14 +0300 Message-ID: <20170618231614-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Linus Torvalds Cc: kvm@vger.kernel.org, mst@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5 (2017-06-11 16:48:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to e41b1355508debe45fda33ef8c03ff3ba5d206b9: virtio_balloon: disable VIOMMU support (2017-06-18 23:13:35 +0300) ---------------------------------------------------------------- virtio: bugfix It turns out balloon does not handle IOMMUs correctly. We should fix that at some point, for now let's just disable this configuration. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (1): virtio_balloon: disable VIOMMU support drivers/virtio/virtio_balloon.c | 7 +++++++ 1 file changed, 7 insertions(+)