From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751738AbdFIWWL (ORCPT ); Fri, 9 Jun 2017 18:22:11 -0400 Received: from 8bytes.org ([81.169.241.247]:56110 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751545AbdFIWWJ (ORCPT ); Fri, 9 Jun 2017 18:22:09 -0400 Date: Sat, 10 Jun 2017 00:21:33 +0200 From: Joerg Roedel To: Alex Williamson Cc: kvm@vger.kernel.org, eric.auger@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/7] iommu: Add driver-not-bound notification Message-ID: <20170609222133.GN30388@8bytes.org> References: <20170609215816.31986.89321.stgit@gimli.home> <20170609215959.31986.60028.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609215959.31986.60028.stgit@gimli.home> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 09, 2017 at 03:59:59PM -0600, Alex Williamson wrote: > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > sent if a driver fails to bind to a device. Extend IOMMU group > notifications to include a version of this. > > Signed-off-by: Alex Williamson > Cc: Joerg Roedel Since this is part of a larger patch-set I assume it won't go through iommu-tree, so: Acked-by: Joerg Roedel