From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PULL] virtio: last minute fixes for 3.4 Date: Thu, 17 May 2012 12:35:39 +0300 Message-ID: <20120517093539.GA30280@redhat.com> 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, virtualization@lists.linux-foundation.org, uobergfe@redhat.com, amit.shah@redhat.com, David Miller List-Id: virtualization@lists.linuxfoundation.org The following changes since commit 0e93b4b304ae052ba1bc73f6d34a68556fe93429: Merge git://git.kernel.org/pub/scm/virt/kvm/kvm (2012-05-16 14:30:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_linus for you to fetch changes up to ec13ee80145ccb95b00e6e610044bbd94a170051: virtio_net: invoke softirqs after __napi_schedule (2012-05-17 12:16:38 +0300) ---------------------------------------------------------------- virtio: last minute fixes for 3.4 Here are a couple of last minute virtio fixes for 3.4. Hope it's not too late yes - I might have tried too hard to make sure the fix is well tested. Fixes are by Amit and myself. One fixes module removal and one suspend of a VM, the last one the handling of out of memory condition. They are thus very low risk as most people never hit these paths, but do fix very annoying problems for people that do use the feature. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Amit Shah (2): virtio: console: tell host of open ports after resume from s3/s4 virtio: balloon: let host know of updated balloon size before module removal Michael S. Tsirkin (1): virtio_net: invoke softirqs after __napi_schedule drivers/char/virtio_console.c | 7 +++++++ drivers/net/virtio_net.c | 2 ++ drivers/virtio/virtio_balloon.c | 1 + 3 files changed, 10 insertions(+), 0 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759619Ab2EQJfq (ORCPT ); Thu, 17 May 2012 05:35:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7463 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758256Ab2EQJfo (ORCPT ); Thu, 17 May 2012 05:35:44 -0400 Date: Thu, 17 May 2012 12:35:39 +0300 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: David Miller , netdev@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, amit.shah@redhat.com, mst@redhat.com, rusty@rustcorp.com.au, uobergfe@redhat.com Subject: [PULL] virtio: last minute fixes for 3.4 Message-ID: <20120517093539.GA30280@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 0e93b4b304ae052ba1bc73f6d34a68556fe93429: Merge git://git.kernel.org/pub/scm/virt/kvm/kvm (2012-05-16 14:30:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_linus for you to fetch changes up to ec13ee80145ccb95b00e6e610044bbd94a170051: virtio_net: invoke softirqs after __napi_schedule (2012-05-17 12:16:38 +0300) ---------------------------------------------------------------- virtio: last minute fixes for 3.4 Here are a couple of last minute virtio fixes for 3.4. Hope it's not too late yes - I might have tried too hard to make sure the fix is well tested. Fixes are by Amit and myself. One fixes module removal and one suspend of a VM, the last one the handling of out of memory condition. They are thus very low risk as most people never hit these paths, but do fix very annoying problems for people that do use the feature. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Amit Shah (2): virtio: console: tell host of open ports after resume from s3/s4 virtio: balloon: let host know of updated balloon size before module removal Michael S. Tsirkin (1): virtio_net: invoke softirqs after __napi_schedule drivers/char/virtio_console.c | 7 +++++++ drivers/net/virtio_net.c | 2 ++ drivers/virtio/virtio_balloon.c | 1 + 3 files changed, 10 insertions(+), 0 deletions(-)