From nobody Fri Oct 3 08:50:22 2025 Received: from www3141.sakura.ne.jp (www3141.sakura.ne.jp [49.212.207.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0C0DA2FE05D; Wed, 3 Sep 2025 12:37:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=pass smtp.client-ip=49.212.207.181 ARC-Seal: i=2; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903077; cv=pass; b=L/qGw1ZPjhqlMtPFSfcowmNpsTAGHqG2FtUd0ubs5UX/jqUQojtNgeKMPnsjWPOjq/atTymhwjflk7ly5w2hQYBgFq9gMGd4cYISElWGZn8BQF7U5ieA3JxPTp0fsaVPVO4nIYJQxuELxh+ropBGI4Vi2a7Pyk4Yq+V6Qa5DXiU= ARC-Message-Signature: i=2; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756903077; c=relaxed/simple; bh=H/otOwUy0OHUNvf1VSleLffLfqgSJL6wUY6ydR/+z6I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=taWIH0/8z2uliCSG4Ael7ELqsNMf7jqO+y29t+Jg6bGlPZNRdcnY/opN4kPj3pM0oiiyfN5syQ6bI57B+ip7wTkEIw/Rbhb9CtTb5iayNoypvZUE5FkYvdlNv+WvRrk+l7qHkC1QIPbeStVF84/ja7L7GF1T5P0njgGxQcT3Y0U= ARC-Authentication-Results: i=2; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=none smtp.mailfrom=www.redadmin.org; arc=pass smtp.client-ip=49.212.207.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=www.redadmin.org Received: from www.redadmin.org (ag129037.ppp.asahi-net.or.jp [157.107.129.37]) (authenticated bits=0) by www3141.sakura.ne.jp (8.16.1/8.16.1) with ESMTPSA id 583Bal6x076440 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 3 Sep 2025 20:36:48 +0900 (JST) (envelope-from redadmin@www.redadmin.org) Received: from localhost (localhost [127.0.0.1]) by www.redadmin.org (Postfix) with ESMTP id 4D9F2101CD3C4; Wed, 3 Sep 2025 20:36:47 +0900 (JST) X-Virus-Scanned: amavis at redadmin.org Received: from www.redadmin.org ([127.0.0.1]) by localhost (redadmin.org [127.0.0.1]) (amavis, port 10024) with ESMTP id BLVdbuqqFbXg; Wed, 3 Sep 2025 20:36:43 +0900 (JST) Received: by www.redadmin.org (Postfix, from userid 1000) id 8CBC1101F9E41; Wed, 3 Sep 2025 20:36:43 +0900 (JST) Authentication-Results: www.redadmin.org; arc=none smtp.remote-ip=127.0.0.1 ARC-Seal: i=1; a=rsa-sha256; d=redadmin.org; s=20231208space; t=1756899403; cv=none; b=EXR5yaEaJ1xiEFi9mEr96F5Z6lwaDvUT58mh393sJGjCG3WP1Kle/R0irv37dpkRFimK11nsqtOt70WjjZ31NBM67mtdXYTci8NQQvtNB7qohwAMdxemgo+IqUplunmRDS2ddrNth8I3Xz0hY9kyZZEZhKOUxvg3rsdpTnaJm5I= ARC-Message-Signature: i=1; a=rsa-sha256; d=redadmin.org; s=20231208space; t=1756899403; c=relaxed/relaxed; bh=wRRiNP2Y6syL5RS/IEk/uM4Bpul5jZD1euUB9Y8mJLk=; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:X-Mailer: MIME-Version:Content-Type:Content-Transfer-Encoding; b=JsJmaSwYmOe4yGJJsDSrTfeRXYkanx+puPGNcKD5YNq/px28U944IoPfUstmEXB8lmaRYDIw7Hpg+RW7CNgdIXytBVl0cDGke0I5AgWxFYrOgtMVAgyeHiqXwm2tpPiJKPWOtU/OUSfE9cx+7R6h2/IV9dge9ll7NxCI6EP/7ws= ARC-Authentication-Results: i=1; www.redadmin.org DKIM-Filter: OpenDKIM Filter v2.11.0 www.redadmin.org 8CBC1101F9E41 From: kurita To: linux-doc@vger.kernel.org Cc: akiyks@gmail.com, corbet@lwn.net, linux-kernel@vger.kernel.org, kurita Subject: [PATCH] docs: ja_JP: Update SubmittingPatches for 'Fixes:' tag Date: Wed, 3 Sep 2025 20:35:04 +0900 Message-ID: <20250903113552.2010371-1-akito5623@gmail.com> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The Japanese translation of SubmittingPatches is based on an old kernel version (2.6.39) and is missing several new sections. This patch adds the missing description for the 'Fixes:' tag to bring the document more in line with the current English original (Documentation/process/submitting-patches.rst). Signed-off-by:Akiyoshi kurita --- Documentation/translations/ja_JP/SubmittingPatches | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documenta= tion/translations/ja_JP/SubmittingPatches index 5334db471744..053468a20841 100644 --- a/Documentation/translations/ja_JP/SubmittingPatches +++ b/Documentation/translations/ja_JP/SubmittingPatches @@ -465,6 +465,10 @@ Suggested-by: =E3=82=BF=E3=82=B0=E3=81=AF=E3=80=81=E3= =83=91=E3=83=83=E3=83=81=E3=81=AE=E3=82=A2=E3=82=A4=E3=83=87=E3=82=A2=E3=81= =8C=E3=81=9D=E3=81=AE=E4=BA=BA=E3=81=8B=E3=82=89=E3=81=AE=E6=8F=90=E6=A1=88= =E3=81=AB =E3=82=AF=E3=83=AC=E3=82=B8=E3=83=83=E3=83=88=E3=81=97=E3=81=A6=E3=81=84= =E3=81=91=E3=81=B0=E3=80=81=E6=9C=9B=E3=82=80=E3=82=89=E3=81=8F=E3=81=AF=E3= =81=9D=E3=81=AE=E4=BA=BA=E3=81=9F=E3=81=A1=E3=81=8C=E5=B0=86=E6=9D=A5=E5=88= =A5=E3=81=AE=E6=A9=9F=E4=BC=9A=E3=81=AB=E5=86=8D=E5=BA=A6=E5=8A=9B=E3=82=92= =E8=B2=B8=E3=81=99=E6=B0=97=E3=81=AB =E3=81=AA=E3=81=A3=E3=81=A6=E3=81=8F=E3=82=8C=E3=82=8B=E3=81=8B=E3=82=82= =E3=81=97=E3=82=8C=E3=81=BE=E3=81=9B=E3=82=93=E3=80=82 =20 +=E3=83=91=E3=83=83=E3=83=81=E3=81=8C=E7=89=B9=E5=AE=9A=E3=81=AE=E3=82=B3= =E3=83=9F=E3=83=83=E3=83=88=E3=81=AE=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6= =AD=A3=E3=81=99=E3=82=8B=E3=82=82=E3=81=AE=E3=81=A7=E3=81=82=E3=82=8B=E5=A0= =B4=E5=90=88=E3=80=81 +=EF=BC=88=E4=BE=8B=E3=81=88=E3=81=B0=E3=80=81``git bisect`` =E3=82=92=E4= =BD=BF=E7=94=A8=E3=81=97=E3=81=A6=E5=95=8F=E9=A1=8C=E3=82=92=E7=99=BA=E8=A6= =8B=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AA=E3=81=A9=EF=BC=89=E3=80=81 +SHA-1 ID =E3=81=AE=E6=9C=80=E5=88=9D=E3=81=AE 12 =E6=96=87=E5=AD=97=E4=BB= =A5=E4=B8=8A=E3=81=A8 1 =E8=A1=8C=E3=81=AE=E8=A6=81=E7=B4=84=E3=82=92=E5=90= =AB=E3=82=80=E3=80=8CFixes:=E3=80=8D=E3=82=BF=E3=82=B0=E3=82=92=E4=BD=BF=E7= =94=A8=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82 + 15) =E6=A8=99=E6=BA=96=E7=9A=84=E3=81=AA=E3=83=91=E3=83=83=E3=83=81=E3=81= =AE=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88 =20 =E6=A8=99=E6=BA=96=E7=9A=84=E3=81=AA=E3=83=91=E3=83=83=E3=83=81=E3=81=AE= =E3=82=B5=E3=83=96=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=AF=E4=BB=A5=E4= =B8=8B=E3=81=AE=E3=81=A8=E3=81=8A=E3=82=8A=E3=81=A7=E3=81=99=E3=80=82 --=20 2.47.3