From patchwork Thu Apr 5 17:55:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 895479 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40H9VK3CThz9s27; Fri, 6 Apr 2018 03:55:53 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f496v-0006zR-N5; Thu, 05 Apr 2018 17:55:45 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1f496u-0006zE-J5 for kernel-team@lists.ubuntu.com; Thu, 05 Apr 2018 17:55:44 +0000 Received: from mail-qk0-f197.google.com ([209.85.220.197]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1f496u-0000TI-9E for kernel-team@lists.ubuntu.com; Thu, 05 Apr 2018 17:55:44 +0000 Received: by mail-qk0-f197.google.com with SMTP id k135so17346338qke.6 for ; Thu, 05 Apr 2018 10:55:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=n3YHZJwYoprCrTWLTgh6SRMjfnX2jWX4mnHCpJ2GT30=; b=FZpX8LQWgorqiecN+0IjJRo+GHJny/xUKS2k//6syoI44LV0xVcvolscRoYN/ebJj5 nWdHjqFVFQyQeYRcI41Xqix3hz6EYybs5yeyzEtTeb1+SDWVXy9yU1Ban1cQWhBGBK7g q752JjpRk50I2zjJ1JbxtvrjBoNCFwHxhpc5bIto1YPQrqk2wR45aA7Wb23gK6cutZ8I GsEUe4DQIAg2GDRo21F90+Je/a+B3/vuElGLCGpcoYfggunMuxYLxUgIQw9lWeEvtMHa vdw09UhmQx1ooBmiO+H7D9nwF9JN7HsfN4Wgns3oMl4rdC7QaOl3DSzraSYbeQyboJiX jV/Q== X-Gm-Message-State: ALQs6tAevaxQrQMKX9gxrCiw79yRob7U9bRpTpWTUXoLAYDuZ2NgQH0t lt2IKRivwk9fIOTqMJE0XrBXstp8RyOAJs6we72ghtpekmiYMJEJLKfgkD8secw2/D+vg5uCmNE HCMCfWXQk2c9wtqPsbPdJ9TFq7iE+DRwQf4Rs0xcr X-Received: by 10.237.37.50 with SMTP id v47mr33440448qtc.66.1522950943085; Thu, 05 Apr 2018 10:55:43 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/2xVZ6EluVbwdxs+Yz/8YZM3jsT0OV4/beQp/jFFzSx4131BDHU+ZQCwkrU8dtuCS2pYYNDQ== X-Received: by 10.237.37.50 with SMTP id v47mr33440423qtc.66.1522950942764; Thu, 05 Apr 2018 10:55:42 -0700 (PDT) Received: from localhost.localdomain ([191.8.81.129]) by smtp.gmail.com with ESMTPSA id m53sm6854230qtf.67.2018.04.05.10.55.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Apr 2018 10:55:41 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [azure:x][PATCH 0/5] [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg Date: Thu, 5 Apr 2018 14:55:29 -0300 Message-Id: <1522950934-8127-1-git-send-email-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1758378 Dexuan Cui (5): UBUNTU: SAUCE: PCI: hv: Serialize the present and eject work items UBUNTU: SAUCE: PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() UBUNTU: SAUCE: PCI: hv: Fix a comment typo in _hv_pcifront_read_config() UBUNTU: SAUCE: PCI: hv: Remove the bogus test in hv_eject_device_work() UBUNTU: SAUCE: PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary drivers/pci/host/pci-hyperv.c | 112 ++++++++++++++++++++++++++++++++---------- 1 file changed, 87 insertions(+), 25 deletions(-) Acked-by: Kamal Mostafa Acked-by: Thadeu Lima de Souza Cascardo --- 2.7.4