From patchwork Mon Jul 20 14:34:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 11674095 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F414C913 for ; Mon, 20 Jul 2020 14:34:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC4C422B4D for ; Mon, 20 Jul 2020 14:34:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KJDaus+J" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728409AbgGTOef (ORCPT ); Mon, 20 Jul 2020 10:34:35 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:25636 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726520AbgGTOee (ORCPT ); Mon, 20 Jul 2020 10:34:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595255671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yRLvzSgd5JXKqp0y2dRzttHbtXvNZ2pju4sRCN1pW8Y=; b=KJDaus+JD+5/TkLohfLX4SkrDWUc7Hfrk+SgZzgdrLsXacluQhjIyJtX2qELN9cqdsiEYg uBvldFguNSiG+uQzWQ2p6QPSazuq/LllDWg6VwnVd6j+RtYqFvOWoIyogyWuHi7pKg219o lifxptAI1jutJZagA1MG6Vf7upwwFk0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-138-Qviih4syMtqsophRGSqoIQ-1; Mon, 20 Jul 2020 10:34:29 -0400 X-MC-Unique: Qviih4syMtqsophRGSqoIQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 738B2800460; Mon, 20 Jul 2020 14:34:28 +0000 (UTC) Received: from x1.home (ovpn-112-71.phx2.redhat.com [10.3.112.71]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3B1255C1D4; Mon, 20 Jul 2020 14:34:28 +0000 (UTC) Date: Mon, 20 Jul 2020 08:34:27 -0600 From: Alex Williamson To: Linus Torvalds Cc: "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: [GIT PULL] VFIO fix for v5.8-rc7 Message-ID: <20200720083427.50202e82@x1.home> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Hi Linus, The following changes since commit 11ba468877bb23f28956a35e896356252d63c983: Linux 5.8-rc5 (2020-07-12 16:34:50 -0700) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v5.8-rc7 for you to fetch changes up to b872d0640840018669032b20b6375a478ed1f923: vfio/pci: fix racy on error and request eventfd ctx (2020-07-17 08:28:40 -0600) ---------------------------------------------------------------- VFIO fixes for v5.8-rc7 - Fix race with eventfd ctx cleared outside of mutex (Zeng Tao) ---------------------------------------------------------------- Zeng Tao (1): vfio/pci: fix racy on error and request eventfd ctx drivers/vfio/pci/vfio_pci.c | 5 +++++ 1 file changed, 5 insertions(+)