Re: [PATCH v3] docs: pt_BR: process: Translate the security-bugs.rst

Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 12:45:12 -0600
Newsgroups org.kernel.vger.linux-doc
Message-ID <[email protected]>
=C3=81lysson Gleyson da Silva <[email protected]> writes:

> Translate the documentation on security bugs into Brazilian Portuguese,
> maintaining consistency with the original formatting rules.
>
> Signed-off-by: =C3=81lysson Gleyson da Silva <[email protected]=
m>
> ---
>  Documentation/translations/pt_BR/index.rst    |   1 +
>  .../pt_BR/process/security-bugs.rst           | 370 ++++++++++++++++++
>  2 files changed, 371 insertions(+)
>  create mode 100644 Documentation/translations/pt_BR/process/security-bug=
s.rst
>
> diff --git a/Documentation/translations/pt_BR/index.rst b/Documentation/t=
ranslations/pt_BR/index.rst
> index 7a488f662..796fe9bca 100644
> --- a/Documentation/translations/pt_BR/index.rst
> +++ b/Documentation/translations/pt_BR/index.rst
> @@ -78,3 +78,4 @@ kernel e sobre como ver seu trabalho integrado.
>     Processo do subsistema SoC <process/maintainer-soc>
>     Conformidade de DTS para SoC <process/maintainer-soc-clean-dts>
>     Processo do subsistema KVM x86 <process/maintainer-kvm-x86>
> +   Falhas de seguran=C3=A7a <process/security-bugs>
> diff --git a/Documentation/translations/pt_BR/process/security-bugs.rst b=
/Documentation/translations/pt_BR/process/security-bugs.rst
> new file mode 100644
> index 000000000..ef7b2d742
> --- /dev/null
> +++ b/Documentation/translations/pt_BR/process/security-bugs.rst
> @@ -0,0 +1,370 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +.. _pt_BR_securitybugs:

Please do not proliferate useless labels like this one, even if the
original English has them.  I have removed it this time; patch applied,
thanks.

jon