Re: [PATCH v4 0/5] add xhci-exynos driver

From: Krzysztof Kozlowski
Date: Wed Apr 27 2022 - 14:40:09 EST


On 27/04/2022 11:49, Jung Daehwan wrote:
>> 1. What is this based on? Output of: git describe
>
> url = https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
> fetch = +refs/heads/*:refs/remotes/origin/*
>
> or
>
> url = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> fetch = +refs/heads/*:refs/remotes/origin/*

Thanks, although it is not what I asked for. It's not the output of `git
describe`. To get the output of git describe, execute commands in the
shell in the Git repository on your branch with these commits:
$ git describe

>> 2. What does the scripts/get_maintainers.pl print when you run on this
>> patchset?
>
> I don't see your name in xhci even for whole usb/host directory.
> I see same result on above 2 gits.
>
> jdh@PlatFormDev3:~/works/mainline/linux-next$ ./scripts/get_maintainer.pl drivers/usb/host/

That's not the proper way to get list of people to Cc when submitting
patches because it does not include the contents of the directory and
contents of other parts of the kernel which you might change.

> Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (supporter:USB SUBSYSTEM,commit_signer:170/184=92%)
> Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> (commit_signer:52/184=28%,authored:25/184=14%)
> Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> (commit_signer:30/184=16%)
> Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx> (commit_signer:23/184=12%,authored:21/184=11%)
> linux-usb@xxxxxxxxxxxxxxx (open list:USB SUBSYSTEM)
> linux-kernel@xxxxxxxxxxxxxxx (open list)

So either you run it in wrong way (not on the patchset but on some parts
of tree) or you still have it based on some different tree.

I just applied your patchset on linux-next and as expected output is
entirely different:

$ git format-patch -5
$ scripts/get_maintainer.pl 0*
(... skipping entries which you pasted)
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
(maintainer:ARM/SAMSUNG S3C, S5P AND EXYNOS ARM
ARCHITECTURES,authored:1/7=14%,added_lines:4/25=16%,removed_lines:2/13=15%)

linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated list:ARM/SAMSUNG S3C,
S5P AND EXYNOS ARM ARCHITECTURES)

linux-samsung-soc@xxxxxxxxxxxxxxx (open list:ARM/SAMSUNG S3C, S5P AND
EXYNOS ARM ARCHITECTURES)



> In fact, I manually tried adding you as you commendted previous patchset.
> But, It seems you changed email id and domain..

Up to date email is printed by scripts/get_maintainers.pl. If you don't
use that tool but add addresses manually - might work, might not.

Anyway, it's not only about my email - you did not Cc relevant mailing
lists, which I mentioned weeks ago as well.

Best regards,
Krzysztof