From nobody Fri Oct 3 05:27:00 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 E92E41EEA55; Thu, 4 Sep 2025 15:04:12 +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=1756998259; cv=pass; b=XvMVcNr1WQoVRNagZUnvzT3e9OkLIUrtKaNO2ZMzHbcGlEGd7I3MT6w0RnuEKZpY6A1LzvDIX0Kc7bngszk1B8umOYDFmte51rie+DlPe3sUWQbGx0kretTcwVRxeuUW+MJQZo9xdY15ANiooDZ0PozQTp24C85/KxLTkVCbQEw= ARC-Message-Signature: i=2; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756998259; c=relaxed/simple; bh=fXjmXApdta2Kyv2P/xEHgPcIfDQGwAADTQ3edjb3xgI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=pb+GLegOar2DrGPxCAgfsmjHtZLUjkIidpxOMoVYRm9JDwle7Lps/WTPnexIZveZr4X0I+pCgS1BrwP0CLvr8KLjhPoiqE2GaoyVX3GzmOTiOVlOO7GIUYfmIzoVFj/y0WLYBAeG89HljK3U8lbq61Kwi4a94oUW5pl4vpLToS4= 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 584F45f8086959 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 5 Sep 2025 00:04:06 +0900 (JST) (envelope-from redadmin@www.redadmin.org) Received: from localhost (localhost [127.0.0.1]) by www.redadmin.org (Postfix) with ESMTP id 563D2120D0338; Fri, 5 Sep 2025 00:04:05 +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 iv5458NzC5Z1; Fri, 5 Sep 2025 00:04:00 +0900 (JST) Received: by www.redadmin.org (Postfix, from userid 1000) id 7D46710090E9F; Fri, 5 Sep 2025 00:04:00 +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=1756998240; cv=none; b=RTyLz8CivWK2S7At8SKcjqaFlo+2lHKZxwJ878aijAJmPPn+WHVt3bfwHHC5LbxNy0CLn+3idT/gSwlx5WL65o5buHkq15pvNihKEZOfIIBs2aGHqqTjftiNuqfvy5Nu7zte7X8grCkLw4tb/XIZqRVfc9PwFAzMhhcxhiWNkgA= ARC-Message-Signature: i=1; a=rsa-sha256; d=redadmin.org; s=20231208space; t=1756998240; c=relaxed/relaxed; bh=xDIBSCqwlIP7Owq3BiZIYJwkol5FMer8Li/1yJKa0Dg=; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:X-Mailer: MIME-Version:Content-Type:Content-Transfer-Encoding; b=hTzofiUOhjAIiKemRARw4cVGlD1QOm9JJHaj9T6s3EATaJPaQqCMz55VHUkWXKVj2TmmFs5VBGzdIeMPK8z90cs3roqiDa4o3rumWtpRo5mKsKvB/7AL6hs5HQsMCNaZs6F/WOZY3SQSaMUvuMcO5jUl3wNEGaFP1PNGrGzglVk= ARC-Authentication-Results: i=1; www.redadmin.org DKIM-Filter: OpenDKIM Filter v2.11.0 www.redadmin.org 7D46710090E9F From: Akiyoshi Kurita To: Jonathan Corbet Cc: Akira Yokosawa , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Akiyoshi Kurita Subject: [PATCH] docs: ja_JP: add guidance for the Fixes: tag in SubmittingPatches Date: Fri, 5 Sep 2025 00:03:55 +0900 Message-ID: <20250904150357.2191615-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 was missing the section describing the use of the 'Fixes:' tag. This patch adds the missing description, aligning the translation with commit 8401aa1f5997 ("Documentation/SubmittingPatches: describe the Fixes: tag") in the English version. Signed-off-by: Akiyoshi Kurita --- .../translations/ja_JP/SubmittingPatches | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Documentation/translations/ja_JP/SubmittingPatches b/Documenta= tion/translations/ja_JP/SubmittingPatches index 5334db471744..28ad83171252 100644 --- a/Documentation/translations/ja_JP/SubmittingPatches +++ b/Documentation/translations/ja_JP/SubmittingPatches @@ -132,6 +132,27 @@ http://savannah.nongnu.org/projects/quilt platform_set_drvdata(), but left the variable "dev" unused, delete it. =20 +=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=83=91=E3= =83=83=E3=83=81=E3=81=AE=E5=A0=B4=E5=90=88=EF=BC=88=E4=BE=8B=EF=BC=9A``git = bisect``=E3=81=A7=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=EF=BC=89=E3=80=81 +=E5=B0=91=E3=81=AA=E3=81=8F=E3=81=A8=E3=82=82 SHA-1 ID =E3=81=AE=E6=9C=80= =E5=88=9D=E3=81=AE 12 =E6=96=87=E5=AD=97=E3=81=A8 1 =E8=A1=8C=E3=81=AE=E8= =A6=81=E7=B4=84=E3=82=92=E8=A8=98=E8=BC=89=E3=81=97=E3=81=9F=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 +=E3=82=BF=E3=82=B0=E3=82=92=E8=A4=87=E6=95=B0=E8=A1=8C=E3=81=AB=E5=88=86= =E5=89=B2=E3=81=97=E3=81=AA=E3=81=84=E3=81=A7=E3=81=8F=E3=81=A0=E3=81=95=E3= =81=84=E3=80=82=E8=A7=A3=E6=9E=90=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97=E3=83= =88=E3=82=92=E7=B0=A1=E7=B4=A0=E5=8C=96=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81= =E3=80=81=E3=82=BF=E3=82=B0=E3=81=AF +=E3=80=8C75 =E6=96=87=E5=AD=97=E3=81=A7=E6=8A=98=E3=82=8A=E8=BF=94=E3=81= =99=E3=80=8D=E3=83=AB=E3=83=BC=E3=83=AB=E3=81=8B=E3=82=89=E9=99=A4=E5=A4=96= =E3=81=95=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82 + +=E4=BE=8B: + + Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the= number of pages it actually freed") + +=E4=BB=A5=E4=B8=8B=E3=81=AE ``git config`` =E8=A8=AD=E5=AE=9A=E3=82=92=E4= =BD=BF=E7=94=A8=E3=81=99=E3=82=8B=E3=81=A8=E3=80=81``git log`` =E3=82=84 ``= git show`` =E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=A7 +=E4=B8=8A=E8=A8=98=E5=BD=A2=E5=BC=8F=E3=82=92=E5=87=BA=E5=8A=9B=E3=81=99= =E3=82=8B=E9=9A=9B=E3=81=AB=E3=83=97=E3=83=AA=E3=83=86=E3=82=A3=E3=83=95=E3= =82=A9=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81= =A7=E3=81=8D=E3=81=BE=E3=81=99:: + + [core] + abbrev =3D 12 + [pretty] + fixes =3D Fixes: %h (\"%s\") + +=E5=91=BC=E3=81=B3=E5=87=BA=E3=81=97=E4=BE=8B:: + + $ git log -1 --pretty=3Dfixes 54a4f0239f2e + Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the= number of pages it actually freed") =20 3) =E3=83=91=E3=83=83=E3=83=81=E3=81=AE=E5=88=86=E5=89=B2 =20 --=20 2.47.3