From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbdFJVj4 (ORCPT ); Sat, 10 Jun 2017 17:39:56 -0400 Received: from 8bytes.org ([81.169.241.247]:35936 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751633AbdFJVjz (ORCPT ); Sat, 10 Jun 2017 17:39:55 -0400 Date: Sat, 10 Jun 2017 23:39:16 +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: <20170610213916.GO30388@8bytes.org> References: <20170609215816.31986.89321.stgit@gimli.home> <20170609215959.31986.60028.stgit@gimli.home> <20170609222133.GN30388@8bytes.org> <20170609164334.45101798@w520.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170609164334.45101798@w520.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 04:43:34PM -0600, Alex Williamson wrote: > + case BUS_NOTIFY_DRIVER_NOT_BOUND: > + group_action = IOMMU_GROUP_NOTIFY_DRIVER_NOT_BOUND; > + break; Ah yes, I missed that too when looking at the patch. Still Acked-by-Me :) Joerg