2022-05-03 15:51:52

by Akira Yokosawa

[permalink] [raw]
Subject: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1

Hi,

This is the first batch of updates attempting to modernize Japanese
SubmittingPatches. Conversion to ReST will be done later when the
corresponding commit doing the conversion is reached. Pending list
of commits is quite long (about 90) and this effort is expected to
produce dozens of series.

List of commits for English (then) SubmittingPatches:

- f5039935ac68 ("Documentation: update GregKH links")
- e52d2e1f25f0 ("Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl")
- 755727b7fb1e ("Randy has moved")
- 8543ae1296f6 ("checkpatch: add Suggested-by as a standard signature")
- 0af5270324cc ("Documentation/SubmittingPatches: Request summaries for commit references")

Note: Commit db12fb833a88 ("Documentation: fix spelling error in
SubmittingPatches") does not affect Japanese translation.

Thanks, Akira
--
Akira Yokosawa (5):
docs/ja_JP/SubmittingPatches: Update GregKH links
docs/ja_JP/SubmittingPatches: Suggest the use of
scripts/get_maintainer.pl
docs/ja_JP/SubmittingPatches: Randy has moved
docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
docs/ja_JP/SubmittingPatches: Request summaries for commit references

.../translations/ja_JP/SubmittingPatches | 36 ++++++++++++++-----
1 file changed, 27 insertions(+), 9 deletions(-)


base-commit: 81c653659d34ec253fba7f5d0f430813fe0f643d
--
2.25.1


2022-05-04 10:16:00

by Akira Yokosawa

[permalink] [raw]
Subject: [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature

Reflect changes made in commit 8543ae1296f6 ("checkpatch: add
Suggested-by as a standard signature").

Signed-off-by: Akira Yokosawa <[email protected]>
Cc: Tsugikazu Shibata <[email protected]>
Cc: Kosuke Fujimoto <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
Documentation/translations/ja_JP/SubmittingPatches | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index d3b16bd7fcc6..805886a695c8 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -399,7 +399,7 @@ Acked-by: が必ずしもパッチ全体の承認を示しているわけでは
このタグはパッチに関心があると思われる人達がそのパッチの議論に含まれていたこと
を明文化します。

-14) Reported-by と Tested-by: と Reviewed-by: の利用
+14) Reported-by:, Tested-by:, Reviewed-by: および Suggested-by: の利用

他の誰かによって報告された問題を修正するパッチであれば、問題報告者という寄与を
クレジットするために、Reported-by: タグを追加することを検討してください。
@@ -448,6 +448,13 @@ Reviewd-by タグはそのパッチがカーネルに対して適切な修正で
レビューを実施したレビューアによって提供される時、Reviewed-by: タグがあなたの
パッチをカーネルにマージする可能性を高めるでしょう。

+Suggested-by: タグは、パッチのアイデアがその人からの提案に基づくものである
+ことを示し、アイデアの提供をクレジットするものです。提案者の明示的な許可が
+ない場合、特にそのアイデアが公開のフォーラムで示されていない場合には、この
+タグをつけないように注意してください。とはいえ、アイデアの提供者をこつこつ
+クレジットしていけば、望むらくはその人たちが将来別の機会に再度力を貸す気に
+なってくれるかもしれません。
+
15) 標準的なパッチのフォーマット

標準的なパッチのサブジェクトは以下のとおりです。
--
2.25.1


2022-05-04 17:07:28

by Kosuke Fujimoto

[permalink] [raw]
Subject: Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1



> On May 3, 2022, at 19:24, Akira Yokosawa <[email protected]> wrote:
>
> Hi,
>
> This is the first batch of updates attempting to modernize Japanese
> SubmittingPatches. Conversion to ReST will be done later when the
> corresponding commit doing the conversion is reached. Pending list
> of commits is quite long (about 90) and this effort is expected to
> produce dozens of series.
>
> List of commits for English (then) SubmittingPatches:
>
> - f5039935ac68 ("Documentation: update GregKH links")
> - e52d2e1f25f0 ("Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl")
> - 755727b7fb1e ("Randy has moved")
> - 8543ae1296f6 ("checkpatch: add Suggested-by as a standard signature")
> - 0af5270324cc ("Documentation/SubmittingPatches: Request summaries for commit references")
>
> Note: Commit db12fb833a88 ("Documentation: fix spelling error in
> SubmittingPatches") does not affect Japanese translation.
>
> Thanks, Akira
> --
> Akira Yokosawa (5):
> docs/ja_JP/SubmittingPatches: Update GregKH links
> docs/ja_JP/SubmittingPatches: Suggest the use of
> scripts/get_maintainer.pl
> docs/ja_JP/SubmittingPatches: Randy has moved
> docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
> docs/ja_JP/SubmittingPatches: Request summaries for commit references
>
> .../translations/ja_JP/SubmittingPatches | 36 ++++++++++++++-----
> 1 file changed, 27 insertions(+), 9 deletions(-)
>
>
> base-commit: 81c653659d34ec253fba7f5d0f430813fe0f643d
> --
> 2.25.1
>

Resending the response to this patch due to misconfiguration of my email client.

For the series,

Reviewed-by: Kosuke Fujimoto <[email protected]>

Best regards,
Kosuke

2022-05-07 15:04:05

by Tsugikazu Shibata

[permalink] [raw]
Subject: Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1

On Wed, May 4, 2022 at 8:05 PM Kosuke Fujimoto
<[email protected]> wrote:
>
>
>
> > On May 3, 2022, at 19:24, Akira Yokosawa <[email protected]> wrote:
> >
> > Hi,
> >
> > This is the first batch of updates attempting to modernize Japanese
> > SubmittingPatches. Conversion to ReST will be done later when the
> > corresponding commit doing the conversion is reached. Pending list
> > of commits is quite long (about 90) and this effort is expected to
> > produce dozens of series.
> >
> > List of commits for English (then) SubmittingPatches:
> >
> > - f5039935ac68 ("Documentation: update GregKH links")
> > - e52d2e1f25f0 ("Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl")
> > - 755727b7fb1e ("Randy has moved")
> > - 8543ae1296f6 ("checkpatch: add Suggested-by as a standard signature")
> > - 0af5270324cc ("Documentation/SubmittingPatches: Request summaries for commit references")
> >
> > Note: Commit db12fb833a88 ("Documentation: fix spelling error in
> > SubmittingPatches") does not affect Japanese translation.
> >
> > Thanks, Akira
> > --
> > Akira Yokosawa (5):
> > docs/ja_JP/SubmittingPatches: Update GregKH links
> > docs/ja_JP/SubmittingPatches: Suggest the use of
> > scripts/get_maintainer.pl
> > docs/ja_JP/SubmittingPatches: Randy has moved
> > docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
> > docs/ja_JP/SubmittingPatches: Request summaries for commit references
> >
> > .../translations/ja_JP/SubmittingPatches | 36 ++++++++++++++-----
> > 1 file changed, 27 insertions(+), 9 deletions(-)
> >
> >
> > base-commit: 81c653659d34ec253fba7f5d0f430813fe0f643d
> > --
> > 2.25.1
> >
>
> Resending the response to this patch due to misconfiguration of my email client.
>
> For the series,
>
> Reviewed-by: Kosuke Fujimoto <[email protected]>
>
> Best regards,
> Kosuke

Plan of doing follow up chagens at first and then conversion to ReST
sounds good.
I'll continue to review your changes.

Acked-by: Tsugikazu Shibata <[email protected]>

Thank you for your patches.
Tsugikazu Shibata

2022-05-09 22:33:29

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1

Akira Yokosawa <[email protected]> writes:

> Hi,
>
> This is the first batch of updates attempting to modernize Japanese
> SubmittingPatches. Conversion to ReST will be done later when the
> corresponding commit doing the conversion is reached. Pending list
> of commits is quite long (about 90) and this effort is expected to
> produce dozens of series.
>
> List of commits for English (then) SubmittingPatches:
>
> - f5039935ac68 ("Documentation: update GregKH links")
> - e52d2e1f25f0 ("Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl")
> - 755727b7fb1e ("Randy has moved")
> - 8543ae1296f6 ("checkpatch: add Suggested-by as a standard signature")
> - 0af5270324cc ("Documentation/SubmittingPatches: Request summaries for commit references")
>
> Note: Commit db12fb833a88 ("Documentation: fix spelling error in
> SubmittingPatches") does not affect Japanese translation.

Series applied, thanks.

jon