From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965323AbdKGP2K (ORCPT ); Tue, 7 Nov 2017 10:28:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34882 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbdKGP2I (ORCPT ); Tue, 7 Nov 2017 10:28:08 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B85BE10F29 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mst@redhat.com Date: Tue, 7 Nov 2017 17:28:01 +0200 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, mhocko@suse.com, mst@redhat.com, penguin-kernel@I-love.SAKURA.ne.jp, wei.w.wang@intel.com Subject: [PULL] virtio: last minute bugfix Message-ID: <20171107172801-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 07 Nov 2017 15:28:08 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We had a lot of trouble agreeing on a fix, but apparently there's finally a consensus. The following changes since commit 39dae59d66acd86d1de24294bd2f343fd5e7a625: Linux 4.14-rc8 (2017-11-05 13:05:14 -0800) 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 823b45b4f154384941d57e124ed726847e293b36: virtio_balloon: fix deadlock on OOM (2017-11-07 17:24:59 +0200) ---------------------------------------------------------------- virtio: bugfix Fixes a deadlock encountered with the virtio balloon. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (1): virtio_balloon: fix deadlock on OOM drivers/virtio/virtio_balloon.c | 30 ++++++++++++++++++++++-------- include/linux/balloon_compaction.h | 38 +++++++++++++++++++++++++++++++++++++- mm/balloon_compaction.c | 27 +++++++++++++++++++++------ 3 files changed, 80 insertions(+), 15 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PULL] virtio: last minute bugfix Date: Tue, 7 Nov 2017 17:28:01 +0200 Message-ID: <20171107172801-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: mhocko@suse.com, kvm@vger.kernel.org, mst@redhat.com, penguin-kernel@I-love.SAKURA.ne.jp, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org To: Linus Torvalds 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 List-Id: netdev.vger.kernel.org We had a lot of trouble agreeing on a fix, but apparently there's finally a consensus. The following changes since commit 39dae59d66acd86d1de24294bd2f343fd5e7a625: Linux 4.14-rc8 (2017-11-05 13:05:14 -0800) 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 823b45b4f154384941d57e124ed726847e293b36: virtio_balloon: fix deadlock on OOM (2017-11-07 17:24:59 +0200) ---------------------------------------------------------------- virtio: bugfix Fixes a deadlock encountered with the virtio balloon. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (1): virtio_balloon: fix deadlock on OOM drivers/virtio/virtio_balloon.c | 30 ++++++++++++++++++++++-------- include/linux/balloon_compaction.h | 38 +++++++++++++++++++++++++++++++++++++- mm/balloon_compaction.c | 27 +++++++++++++++++++++------ 3 files changed, 80 insertions(+), 15 deletions(-)