On Fri, 4 Nov 2022 21:01:28 +0900, Tsugikazu Shibata wrote: > On Sun, Oct 30, 2022 at 8:52 PM Akira Yokosawa <akiyks@xxxxxxxxx> wrote: >> >> Reflect changes made in commits listed below: >> >> 388f9b20f98d ("Documentation/process/howto: Only send regression fixes after -rc1"). >> bc0ef4a7e4c3 ("Doc: Delete reference to the kernel-mentors mailing list") >> bcd3cf0855c5 ("Doc: Remove outdated info about bugzilla mailing lists") >> dad051395413 ("Doc: add a missing cross-reference") >> 9799445af124 ("Doc: tidy up TOCs and refs to license-rules.rst") >> fb0e0ffe7fc8 ("Documentation: bring process docs up to date") >> e7b4311ebcac ("Replace HTTP links with HTTPS ones: Documentation/process") >> f1eebe92c265 ("Documentation/HOWTO: adjust external link references") >> da514157c4f0 ("docs: make reporting-bugs.rst obsolete") >> cf6d6fc27936 ("docs: process/howto.rst: make sections on bug reporting match practice") >> >> Co-developed-by: Kosuke Fujimoto <fujimotokosuke0@xxxxxxxxx> >> Signed-off-by: Kosuke Fujimoto <fujimotokosuke0@xxxxxxxxx> >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> >> Cc: Tsugikazu Shibata <shibata@xxxxxxxxxxxxxxxxxxx> >> --- >> Brief history of the change: >> >> I (Akira) asked Kosuke of updating ja_JP/howto.rst after the merge of >> his earlier contributions: >> e0bd6f14c28f ("docs/ja_JP/index: update section title in Japanese") >> 6548e96edb50 ("docs/trans/ja_JP/howto: Don't mention specific kernel versions") >> >> Kosuke made his WIP commits public at: >> https://github.com/KosukeFujimoto/linux/tree/WIP-docs-ja-jp-howto >> >> He moved over to other responsibilities soon after and could not make >> them ready for submission. Seeing almost half a year had passed without >> any activity, I took over and assembled those small changes into a single >> patch. >> >> I picked Kosuke's S-o-b from his github commits. >> As I also improved some of translations along the way, I assigned myself >> as the author and added Kosuke's co-developed-by tag. >> >> Shibata-san, hopefully can you review this update? >> >> Jon, I'll ask you when I feel like this one is ready to be applied. >> >> Thanks, Akira >> -- >> Documentation/translations/ja_JP/howto.rst | 66 ++++++++++------------ >> 1 file changed, 31 insertions(+), 35 deletions(-) >> [...] > > Thank you for the patches and all the patches look good to me. > Acked-by: Tsugikazu Shibata <shibata@xxxxxxxxxxxxxxxxxxx> Thank you Shitata-san for taking the time to review. Jon, looks like this is ready for v6.2. Thanks, Akira > > Tsugikazu Shibata