linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1
@ 2022-05-03 10:24 Akira Yokosawa
  2022-05-03 10:46 ` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links Akira Yokosawa
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:24 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
@ 2022-05-03 10:46 ` Akira Yokosawa
  2022-05-03 10:46 ` [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl Akira Yokosawa
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:46 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, Tsugikazu Shibata, Kosuke Fujimoto, linux-doc,
	linux-kernel

Reflect changes made in commit f5039935ac68 ("Documentation: update
GregKH links").

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/translations/ja_JP/SubmittingPatches | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index 0d308edef781..c986d925de51 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -681,10 +681,11 @@ Jeff Garzik, "Linux kernel patch submission format".
   <https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html>
 
 Greg Kroah-Hartman, "How to piss off a kernel subsystem maintainer".
-  <http://www.kroah.com/log/2005/03/31/>
-  <http://www.kroah.com/log/2005/07/08/>
-  <http://www.kroah.com/log/2005/10/19/>
-  <http://www.kroah.com/log/2006/01/11/>
+  <http://www.kroah.com/log/linux/maintainer.html>
+  <http://www.kroah.com/log/linux/maintainer-02.html>
+  <http://www.kroah.com/log/linux/maintainer-03.html>
+  <http://www.kroah.com/log/linux/maintainer-04.html>
+  <http://www.kroah.com/log/linux/maintainer-05.html>
 
 NO!!!! No more huge patch bombs to linux-kernel@vger.kernel.org people!
   <https://lore.kernel.org/r/20050711.125305.08322243.davem@davemloft.net>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
  2022-05-03 10:46 ` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links Akira Yokosawa
@ 2022-05-03 10:46 ` Akira Yokosawa
  2022-05-03 10:47 ` [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved Akira Yokosawa
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:46 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, Tsugikazu Shibata, Kosuke Fujimoto, linux-doc,
	linux-kernel

Reflect changes made in commit e52d2e1f25f0
("Documentation/SubmittingPatches: suggested the use of
scripts/get_maintainer.pl").

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/translations/ja_JP/SubmittingPatches | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index c986d925de51..230e62401c78 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -162,7 +162,8 @@ http://savannah.nongnu.org/projects/quilt
 
 MAINTAINERS ファイルとソースコードに目を通してください。そして、その変
 更がメンテナのいる特定のサブシステムに加えられるものであることが分か
-れば、その人に電子メールを送ってください。
+れば、その人に電子メールを送ってください。その際
+./scripts/get_maintainers.pl のスクリプトが有用です。
 
 もし、メンテナが載っていなかったり、メンテナからの応答がないなら、
 LKML ( linux-kernel@vger.kernel.org )へパッチを送ってください。ほとんど
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
  2022-05-03 10:46 ` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links Akira Yokosawa
  2022-05-03 10:46 ` [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl Akira Yokosawa
@ 2022-05-03 10:47 ` Akira Yokosawa
  2022-05-03 10:47 ` [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature Akira Yokosawa
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:47 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, Tsugikazu Shibata, Kosuke Fujimoto, linux-doc,
	linux-kernel

Reflect changes made in commit 755727b7fb1e ("Randy has moved").

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/translations/ja_JP/SubmittingPatches | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index 230e62401c78..d3b16bd7fcc6 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -81,9 +81,7 @@ Linux カーネルに対する全ての変更は diff(1) コマンドによる
 dontdiff ファイルには Linux カーネルのビルドプロセスの過程で生成された
 ファイルの一覧がのっています。そして、それらはパッチを生成する diff(1)
 コマンドで無視されるべきです。dontdiff ファイルは 2.6.12 以後のバージョ
-ンの Linux カーネルソースツリーに含まれています。それより前のバージョン
-の Linux カーネルソースツリーに対する dontdiff ファイルは、
-<http://www.xenotime.net/linux/doc/dontdiff>から取得することができます。
+ンの Linux カーネルソースツリーに含まれています。
 
 投稿するパッチの中に関係のない余分なファイルが含まれていないことを確
 認してください。diff(1) コマンドで生成したパッチがあなたの意図したとお
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
                   ` (2 preceding siblings ...)
  2022-05-03 10:47 ` [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved Akira Yokosawa
@ 2022-05-03 10:47 ` Akira Yokosawa
  2022-05-03 10:48 ` [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references Akira Yokosawa
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:47 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, Tsugikazu Shibata, Kosuke Fujimoto, linux-doc,
	linux-kernel

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

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
                   ` (3 preceding siblings ...)
  2022-05-03 10:47 ` [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature Akira Yokosawa
@ 2022-05-03 10:48 ` Akira Yokosawa
  2022-05-04 11:05 ` [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Kosuke Fujimoto
  2022-05-09 22:04 ` Jonathan Corbet
  6 siblings, 0 replies; 9+ messages in thread
From: Akira Yokosawa @ 2022-05-03 10:48 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Akira Yokosawa, Tsugikazu Shibata, Kosuke Fujimoto, linux-doc,
	linux-kernel

Reflect changes made in commit 0af5270324cc
("Documentation/SubmittingPatches: Request summaries for commit
references").

Note: Translated paragraph uses a slightly different structure and
omit a redundant phrase so that they are easier to follow.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 Documentation/translations/ja_JP/SubmittingPatches | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documentation/translations/ja_JP/SubmittingPatches
index 805886a695c8..66ce0d8b0526 100644
--- a/Documentation/translations/ja_JP/SubmittingPatches
+++ b/Documentation/translations/ja_JP/SubmittingPatches
@@ -123,6 +123,17 @@ http://savannah.nongnu.org/projects/quilt
 登録済みのバグエントリを修正するパッチであれば、そのバグエントリを示すバグ ID
 や URL を明記してください。
 
+特定のコミットを参照したい場合は、その SHA-1 ID だけでなく、一行サマリ
+も含めてください。それにより、それが何に関するコミットなのかがレビューする
+人にわかりやすくなります。
+例 (英文のママ):
+
+       Commit e21d2170f36602ae2708 ("video: remove unnecessary
+       platform_set_drvdata()") removed the unnecessary
+       platform_set_drvdata(), but left the variable "dev" unused,
+       delete it.
+
+
 3) パッチの分割
 
 意味のあるひとまとまりごとに変更を個々のパッチファイルに分けてください。
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
                   ` (4 preceding siblings ...)
  2022-05-03 10:48 ` [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references Akira Yokosawa
@ 2022-05-04 11:05 ` Kosuke Fujimoto
  2022-05-05  0:03   ` Tsugikazu Shibata
  2022-05-09 22:04 ` Jonathan Corbet
  6 siblings, 1 reply; 9+ messages in thread
From: Kosuke Fujimoto @ 2022-05-04 11:05 UTC (permalink / raw)
  To: Akira Yokosawa
  Cc: Jonathan Corbet, linux-doc, linux-kernel, Tsugikazu Shibata



> On May 3, 2022, at 19:24, Akira Yokosawa <akiyks@gmail.com> 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 <fujimotokosuke0@gmail.com>

Best regards,
Kosuke

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1
  2022-05-04 11:05 ` [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Kosuke Fujimoto
@ 2022-05-05  0:03   ` Tsugikazu Shibata
  0 siblings, 0 replies; 9+ messages in thread
From: Tsugikazu Shibata @ 2022-05-05  0:03 UTC (permalink / raw)
  To: Kosuke Fujimoto; +Cc: Akira Yokosawa, Jonathan Corbet, linux-doc, linux-kernel

On Wed, May 4, 2022 at 8:05 PM Kosuke Fujimoto
<fujimotokosuke0@gmail.com> wrote:
>
>
>
> > On May 3, 2022, at 19:24, Akira Yokosawa <akiyks@gmail.com> 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 <fujimotokosuke0@gmail.com>
>
> 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 <shibata@linuxfoundation.org>

Thank you for your patches.
Tsugikazu Shibata

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1
  2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
                   ` (5 preceding siblings ...)
  2022-05-04 11:05 ` [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Kosuke Fujimoto
@ 2022-05-09 22:04 ` Jonathan Corbet
  6 siblings, 0 replies; 9+ messages in thread
From: Jonathan Corbet @ 2022-05-09 22:04 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: linux-doc, linux-kernel

Akira Yokosawa <akiyks@gmail.com> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-09 22:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 10:24 [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Akira Yokosawa
2022-05-03 10:46 ` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links Akira Yokosawa
2022-05-03 10:46 ` [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl Akira Yokosawa
2022-05-03 10:47 ` [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved Akira Yokosawa
2022-05-03 10:47 ` [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature Akira Yokosawa
2022-05-03 10:48 ` [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references Akira Yokosawa
2022-05-04 11:05 ` [PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1 Kosuke Fujimoto
2022-05-05  0:03   ` Tsugikazu Shibata
2022-05-09 22:04 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).