forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/Documentation/translations/ja_JP/howto.rst
....@@ -139,7 +139,7 @@
139139 "The Perfect Patch"
140140 http://www.ozlabs.org/~akpm/stuff/tpp.txt
141141 "Linux kernel patch submission format"
142
- http://linux.yyz.us/patch-format.html
142
+ https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html
143143
144144 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
145145 このファイルはカーネルの中に不変の API を持たないことにした意識的
....@@ -245,7 +245,7 @@
245245 できます。この最新の素晴しいカーネルコードのリポジトリは以下で見つかり
246246 ます -
247247
248
- http://lxr.free-electrons.com/
248
+ https://elixir.bootlin.com/
249249
250250 開発プロセス
251251 ------------
....@@ -256,7 +256,6 @@
256256
257257 - メインの 4.x カーネルツリー
258258 - 4.x.y -stable カーネルツリー
259
- - 4.x -git カーネルパッチ
260259 - サブシステム毎のカーネルツリーとパッチ
261260 - 統合テストのための 4.x -next カーネルツリー
262261
....@@ -318,15 +317,6 @@
318317 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種
319318 類の変更が -stable ツリーに受け入れ可能か、またリリースプロセスがどう
320319 動くかが記述されています。
321
-
322
-4.x -git パッチ
323
-~~~~~~~~~~~~~~~
324
-
325
-git リポジトリで管理されているLinus のカーネルツリーの毎日のスナップ
326
-ショットがあります。(だから -git という名前がついています)。これらのパッ
327
-チはおおむね毎日リリースされており、Linus のツリーの現状を表します。こ
328
-れは -rc カーネルと比べて、パッチが大丈夫かどうかも確認しないで自動的
329
-に生成されるので、より実験的です。
330320
331321 サブシステム毎のカーネルツリーとパッチ
332322 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~