Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp5224218img; Wed, 27 Mar 2019 04:40:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqxSpnEpKUNo+HZWXM8OXbCYMrOxpQcbOlY4J7OVNH0jfFBGE+DHOQ9OXeKt0S1VMjnOJZlv X-Received: by 2002:a62:1d0d:: with SMTP id d13mr202708pfd.96.1553686840202; Wed, 27 Mar 2019 04:40:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553686840; cv=none; d=google.com; s=arc-20160816; b=V1o6sUR6hXwxCsIOwzB7CN4uAWdC6954VcsB6n5SPmYwzGV3V/VIV3c9JtgMzqEaYJ ThXzET60nLwND99KCuL0EgoCo2pAc0jTEZrM6iSbHQsLVr7pQz8UD1lkdeXWDjpWsxbf UsjkBCjtYJTJHKD/PxQTKkOGZvCTK/L6LeowKxiy7DUMcez9Bq6ux9iTxIWIol2d+lmG kisfPGA5+AwdX724X3+Kek858udVcN00wH0OQ7Vxrl9VxoRSgZ9l13dv+jN11tl0Vn6P 4k24MWbnQZ/aZbA4sOEh2/aINUiz0H8G9o1o3RpooXtAj6edws2bwBYaHXpJwAetVRca jkcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=jJ8HHnQqYZ4PiO904nE8jRp+YaJ8dcSZPK20DnCKs2M=; b=jxqaKTBeLsR/O5rX3r7VhNvvX10XAjib+0w+CLTM0OGK0oyuqs1LXMpTwmRCjYb++W /AZmCDfwaKvH3XP6bbFeUw01J2bzePWLabiq3TxdFX4w29+iW53Z4QhAiGaQfmrmlnHR 4iUmCO+/nMh6JW8Jw4QHTOgMnEFzUP+NypivPbJSJo0o/7ZcStrw+SppASVw0TdVc6+X CWB0rhMkgSAs1J7PbTQD8Q+qp2qdeDMX5jk+fKegaahWbF4rM2ekYeZnN015IvXIRtzQ 2jotRKCAFnfID03fxBEOa7z/PKuqj1sn9IzLHJ11UchkUH6ZGFpL0En+M7CmRxvinLb2 VcwA== 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 cc9si20152059plb.59.2019.03.27.04.40.25; Wed, 27 Mar 2019 04:40:40 -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 S1728438AbfC0Lj0 (ORCPT + 99 others); Wed, 27 Mar 2019 07:39:26 -0400 Received: from ozlabs.org ([203.11.71.1]:59651 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726262AbfC0Lj0 (ORCPT ); Wed, 27 Mar 2019 07:39:26 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 44TmHZ63c9z9sP1; Wed, 27 Mar 2019 22:39:22 +1100 (AEDT) From: Michael Ellerman To: Joe Perches , linux-kernel@vger.kernel.org, Sukadev Bhattiprolu Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' In-Reply-To: <20190325233521.31094-1-joe@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> <20190325233521.31094-1-joe@perches.com> Date: Wed, 27 Mar 2019 22:39:11 +1100 Message-ID: <87k1gko8bk.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe Perches writes: > A file pattern line in this section of the MAINTAINERS file in linux-next > does not have a match in the linux source files. > > This could occur because a matching filename was never added, was deleted > or renamed in some other commit. I think it was removed before the final submission. > The commits that added and if found renamed or removed the file pattern > are shown below. > > Please fix this defect appropriately. Sukadev can you send me a patch to fix it please? cheers > 1: --------------------------------------------------------------------------- > > linux-next MAINTAINERS section: > > 7396 IBM Power Virtual Accelerator Switchboard > 7397 M: Sukadev Bhattiprolu > 7398 L: linuxppc-dev@lists.ozlabs.org > 7399 S: Supported > 7400 F: arch/powerpc/platforms/powernv/vas* > 7401 F: arch/powerpc/platforms/powernv/copy-paste.h > 7402 F: arch/powerpc/include/asm/vas.h > --> 7403 F: arch/powerpc/include/uapi/asm/vas.h > > 2: --------------------------------------------------------------------------- > > The most recent commit that added or modified file pattern 'arch/powerpc/include/uapi/asm/vas.h': > > commit 4dea2d1a927c61114a168d4509b56329ea6effb7 > Author: Sukadev Bhattiprolu > Date: Mon Aug 28 23:23:33 2017 -0700 > > powerpc/powernv/vas: Define vas_init() and vas_exit() > > Implement vas_init() and vas_exit() functions for a new VAS module. > This VAS module is essentially a library for other device drivers > and kernel users of the NX coprocessors like NX-842 and NX-GZIP. > In the future this will be extended to add support for user space > to access the NX coprocessors. > > VAS is currently only supported with 64K page size. > > Signed-off-by: Sukadev Bhattiprolu > Signed-off-by: Michael Ellerman > > .../devicetree/bindings/powerpc/ibm,vas.txt | 22 +++ > MAINTAINERS | 8 ++ > arch/powerpc/platforms/powernv/Kconfig | 14 ++ > arch/powerpc/platforms/powernv/Makefile | 1 + > arch/powerpc/platforms/powernv/vas-window.c | 19 +++ > arch/powerpc/platforms/powernv/vas.c | 151 +++++++++++++++++++++ > arch/powerpc/platforms/powernv/vas.h | 2 + > 7 files changed, 217 insertions(+) > > 3: --------------------------------------------------------------------------- > > No commit with file pattern 'arch/powerpc/include/uapi/asm/vas.h' was found