From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752911AbcEIL01 (ORCPT ); Mon, 9 May 2016 07:26:27 -0400 Received: from 8bytes.org ([81.169.241.247]:53618 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751420AbcEILYv (ORCPT ); Mon, 9 May 2016 07:24:51 -0400 Date: Mon, 9 May 2016 13:24:02 +0200 From: Joerg Roedel To: Wei Yang Cc: jiang.liu@linux.intel.com, tglx@linutronix.de, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V4 0/4] Code refine for Intel IOMMU Message-ID: <20160509112401.GC13275@8bytes.org> References: <1460645710-22656-1-git-send-email-richard.weiyang@gmail.com> <20160508132253.GA2708@vultr.guest> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160508132253.GA2708@vultr.guest> 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 Sun, May 08, 2016 at 01:22:53PM +0000, Wei Yang wrote: > >Wei Yang (4): > > iommu/vt-d: replace *hdr with {drhd/atsr}[0] in struct > > dmar_{drhd/atsr}_unit > > iommu/vt-d: use zero-sized array in DMAR related ACPI structures > > iommu/vt-d: check Register Base Address at the beginning of > > dmar_parse_one_drhd() > > iommu/vt-d: refine dmar_acpi_dev_scope_init() with > > dmar_walk_dmar_table() Okay, I've ignored this so far as I don't see where you are going with this refactoring. The patches as-is don't make much sense to me other than creating conflicts with other vt-d driver changes. Joerg