* Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
[not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-03-25 23:35 ` Joe Perches
2019-03-25 23:38 ` Joe Perches
2019-03-27 11:39 ` Michael Ellerman
0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2019-03-25 23:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Sukadev Bhattiprolu, linuxppc-dev
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.
The commits that added and if found renamed or removed the file pattern
are shown below.
Please fix this defect appropriately.
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 <sukadev@linux.vnet.ibm.com>
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 <sukadev@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
.../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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
@ 2019-03-25 23:38 ` Joe Perches
2019-03-27 11:39 ` Michael Ellerman
1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2019-03-25 23:38 UTC (permalink / raw)
To: linux-kernel; +Cc: Sukadev Bhattiprolu, linuxppc-dev
On Mon, 2019-03-25 at 16:35 -0700, Joe Perches wrote:
> 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.
>
> The commits that added and if found renamed or removed the file pattern
> are shown below.
>
> Please fix this defect appropriately.
>
> 1: ---------------------------------------------------------------------------
>
> linux-next MAINTAINERS section:
>
> 7396 IBM Power Virtual Accelerator Switchboard
> 7397 M: Sukadev Bhattiprolu
btw: Your name needs an email address here too.
This should be:
M: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'
2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
2019-03-25 23:38 ` Joe Perches
@ 2019-03-27 11:39 ` Michael Ellerman
1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2019-03-27 11:39 UTC (permalink / raw)
To: Joe Perches, linux-kernel, Sukadev Bhattiprolu; +Cc: linuxppc-dev
Joe Perches <joe@perches.com> 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 <sukadev@linux.vnet.ibm.com>
> 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 <sukadev@linux.vnet.ibm.com>
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
> .../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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-27 11:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-03-25 23:35 ` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard' Joe Perches
2019-03-25 23:38 ` Joe Perches
2019-03-27 11:39 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox