Re: [PATCH v2] docs: pt_BR: process: Translate CVE documentation
Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 14:10:11 -0600
| Newsgroups | gmane.linux.documentation |
|---|---|
| Message-ID | <[email protected]> |
Fabio Pereira da Silva <[email protected]> writes: > Translate Documentation/process/cve.rst into Brazilian Portuguese and > link it from the pt_BR documentation index. The handling of this patch was significantly delayed because you did not copy the maintainer (me). Please review Documentation/process/submitting-patches.rst for information on the proper way to submit kernel patches. > Changes in v2: > - replace "conhecimento especializado" with "conhecimento técnico" > - change "atribuído contra o kernel Linux" to "atribuído ao kernel Linux" > - reduce repetition in the applicability paragraph > - replace "árvore de fontes" with "árvore de códigos-fonte" > - replace "grandes números" with "grandes quantidades" > - remove the repeated "qualquer" wording in the same paragraph This information does not belong in the changelog. Put it after the "---" line so the maintainer does not have to edit it out. > Signed-off-by: Fabio Pereira da Silva <[email protected]> > --- > Documentation/translations/pt_BR/index.rst | 1 + > .../translations/pt_BR/process/cve.rst | 125 ++++++++++++++++++ > 2 files changed, 126 insertions(+) > create mode 100644 Documentation/translations/pt_BR/process/cve.rst > > diff --git a/Documentation/translations/pt_BR/index.rst b/Documentation/translations/pt_BR/index.rst > index 76936710b06e..dcc238a5ecfe 100644 > --- a/Documentation/translations/pt_BR/index.rst > +++ b/Documentation/translations/pt_BR/index.rst [...] > +podemos deixar de perceber algumas correções; portanto, presuma que algumas alterações > +sem um CVE atribuído podem ser relevantes para adotar. > \ No newline at end of file That last line is a red flag, you should not send patches with errors like that. Applied. jon