Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp104427yba; Mon, 1 Apr 2019 02:42:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqx8p13FETHncg3XpnLZLHu3erNXe2aQGrXCrmkdZe1e5Vkyr6QeJe5+OYjqmVzXBY+4M0cD X-Received: by 2002:a17:902:6b48:: with SMTP id g8mr62678506plt.21.1554111749596; Mon, 01 Apr 2019 02:42:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554111749; cv=none; d=google.com; s=arc-20160816; b=IeVlRjeFR2QMpHVV4AF5AqhecM8TY2UQqEwcPr/ooHpPLssdS0Vcovn+PZgUEq6H3I hlu394gczOFZZIF83yaLyqy+KJnS12eb+Vcrch3ueShZnqkSNAN0Um4S3xvzuj905ICK 6IOyey5L8rqaejzbY4qtx/qOGh3WTXwpeSAl9NnYGDaCmNpRAMJJsYGtCV1vjEe9f1vA oNVPj3tntw6lF+uDTrUQISz3o5eJvURpEbCinTcV5TbSZV8kz1ebD45t0Y7R/EmhMEG4 3xYkOzJZqvggCS8CkH70FAGCQxDWdpIiyXKFXhvL1XXg0KEZQXkrYjq7wQrm5jOtIfAm w7TQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=XghP9D5AWwjCAXalrRDZOiu92Al2/FRC69I0vpzaKEw=; b=wsGwWL6B3YWJPBT+9Som3xnyEP0i24e6QyOYUzmcLOcd0WcsQ+c+5QTellbAv2tNw/ yNh7uLI1SuOW07jhvdrf34cigWR1CDihSkJgetpcFd4hA38rsQAqbOrWm3OIwCwGnfPe qDgU81hv5N5riR8pZnbqCxHlNV6xI6qjDT0gQii+vNetJRQ9Uos4nu13F5T8fZ6s+JlH BNK9RA/ZAkB+esnch88WrmdWbAzz39D53xbdZORecWOaQtpIzwaT1BYJTcAM3UldJu77 4VVeurZueNzE3O0yBUHmyMjFK0UELe9vIY0N/yfm6O9WJS+35OHkuE/RugZ3mEnDpJLi KRvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u20si8138475pgi.431.2019.04.01.02.41.53; Mon, 01 Apr 2019 02:42:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726568AbfDAJjX (ORCPT + 99 others); Mon, 1 Apr 2019 05:39:23 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:59414 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725817AbfDAJjX (ORCPT ); Mon, 1 Apr 2019 05:39:23 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8E3C8A78; Mon, 1 Apr 2019 02:39:22 -0700 (PDT) Received: from [10.1.196.75] (e110467-lin.cambridge.arm.com [10.1.196.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2E57A3F690; Mon, 1 Apr 2019 02:39:21 -0700 (PDT) Subject: Re: [PATCH 20/21] arm64: switch copyright boilerplace to SPDX in dma-mapping.c To: Mukesh Ojha , Christoph Hellwig Cc: Tom Lendacky , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org References: <20190327080448.5500-1-hch@lst.de> <20190327080448.5500-21-hch@lst.de> <872c92d0-53cd-a5e1-13ee-f2f715d017b4@codeaurora.org> From: Robin Murphy Message-ID: Date: Mon, 1 Apr 2019 10:39:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <872c92d0-53cd-a5e1-13ee-f2f715d017b4@codeaurora.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2019 07:28, Mukesh Ojha wrote: > > On 3/27/2019 1:34 PM, Christoph Hellwig wrote: >> Signed-off-by: Christoph Hellwig >> Acked-by: Robin Murphy >> --- >>   arch/arm64/mm/dma-mapping.c | 15 +-------------- >>   1 file changed, 1 insertion(+), 14 deletions(-) >> >> diff --git a/arch/arm64/mm/dma-mapping.c b/arch/arm64/mm/dma-mapping.c >> index bf49e982c978..ad46594b3799 100644 >> --- a/arch/arm64/mm/dma-mapping.c >> +++ b/arch/arm64/mm/dma-mapping.c >> @@ -1,20 +1,7 @@ >> +// SPDX-License-Identifier: GPL-2.0 > /* SPDX-License-Identifier: GPL-2.0   */ > > > Can we do this way as discussed in > https://lkml.org/lkml/2019/2/13/570 But this isn't a header file... :/ Robin. [FYI Christoph, this series is now at the top of my review pile and I promise I'll get it done by the end of this week :)] > Once you fix it you can take mine review in all your this kind of patches. > Reviewed-by: Mukesh Ojha > > Cheers, > Mukesh > >>   /* >> - * SWIOTLB-based DMA API implementation >> - * >>    * Copyright (C) 2012 ARM Ltd. >>    * Author: Catalin Marinas >> - * >> - * This program is free software; you can redistribute it and/or modify >> - * it under the terms of the GNU General Public License version 2 as >> - * published by the Free Software Foundation. >> - * >> - * This program is distributed in the hope that it will be useful, >> - * but WITHOUT ANY WARRANTY; without even the implied warranty of >> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the >> - * GNU General Public License for more details. >> - * >> - * You should have received a copy of the GNU General Public License >> - * along with this program.  If not, see . >>    */ >>   #include > _______________________________________________ > iommu mailing list > iommu@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/iommu