Re: [PATCH 0/4] Update maintainer-pgp-guide.rst Chinese translation
From: Dongliang Mu
Date: Fri Aug 21 2026 - 08:22:57 EST
On 8/21/26 7:56 PM, Weijie Yuan wrote:
On Fri, Aug 21, 2026 at 07:18:56PM +0800, Dongliang Mu wrote:My experience is to not use 'git add .'. In Linux, hidden files are not listed by default.
Ah, makes sense! I was actually wondering earlier why we need to put[...]My suggestion is to keep the log in each file, and you can easily observe
Thanks for emphasizing this. While I do remember I used "make cleandocs
&& make htmldocs", and checked among those long lines of red warning
output to find anything caused by my commit, I indeed didn't notice this
warning appearing at the early stage of the compilation.
It seems that I need to have my eyes checked soon. ;-)
Apologize for my recklessness.
Even so, do we have any way to distinguish these long-standing warnings
from the new warnings that appear during compilation? In fact, every
time I was worried that I might not have noticed the newly appeared
warning. Unfortunately, this time it really happened. (For example,
setting a new color? for new warnings?) Do you have a better idea or
tips for this?
the diff. Otherwise, even I can ignore some warnings.
this log in the directory instead of just keeping it in the CLI.
(I definitely won´t admit that the log file annoyed me a few times
because I accidentally included it with 'git add .' and then had to 'git
commit --amend' right after) ;-)
Very useful, thanks!Yes, you are right. Eliminating these warnings need collaboration from other subsystems.
And many contributors are coming together to fix those warnings. If they areYeah, eliminating these warnings at their root is the straightforward
done, all new warnings are easily captured. Let us do more contribution to
help this.
solution.
And that's exactly what Jon expects:
Kernel Recipes 2019 - Kernel documentation: past, present, and future
#Build warnings
https://youtu.be/1LuAIUKqKDk?t=876&si=XgHhHtukyjyDdtzF
It'd certainly be worth spending some time with folks from those
subsystems to get these warnings fixed once and for all.
Absolutely. I did have relatively little experience writing rst before.Btw I've been trying to know more about Sphinx and kernel-docs, hope myThat change can fix problem. The underlying problem is RST syntax. Maybe you
mistake won't happen again.
can have a look at this or query it in the LLM.
But that's definitely no excuse - I'll try to pick it up quickly.
LLM is really useful to capture some syntax and semantics issues. Therefore, before submitting patch, use LLM to scan problem in this issue. I am writing a draft skill for reviewing patches of kernel Chinese documentation.
Dongliang Mu
Thanks!