lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <742872e5458dcad09471bae36464633f@vaga.pv.it>
Date:   Thu, 01 Oct 2020 14:04:51 +0200
From:   Federico Vaga <federico.vaga@...a.pv.it>
To:     Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc:     Linux Doc Mailing List <linux-doc@...r.kernel.org>,
        Jonathan Corbet <corbet@....net>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 24/52] docs: it_IT: fix namespace collisions at
 locking.rst

On 2020-09-30 15:24, Mauro Carvalho Chehab wrote:
> The C domain functions there collide with the English ones,
> due to namespace collision, generating lots of warnings with
> Sphinx 3.x:
> 
> 	./include/linux/mutex.h:121: WARNING: Duplicate C declaration, also
> defined in 'translations/it_IT/kernel-hacking/locking'.
> 	Declaration is 'mutex_init'.
> 	./include/linux/mutex.h:152: WARNING: Duplicate C declaration, also
> defined in 'translations/it_IT/kernel-hacking/locking'.
> 	Declaration is 'mutex_is_locked'.
> 	./include/linux/mutex.h:226: WARNING: Duplicate C declaration, also
> defined in 'translations/it_IT/kernel-hacking/locking'.
> 	Declaration is 'mutex_trylock_recursive'.
> 	./kernel/locking/mutex.c:281: WARNING: Duplicate C declaration, also
> defined in 'translations/it_IT/kernel-hacking/locking'.
> 	Declaration is 'mutex_lock'.
> 	...
> 
> Add a namespace tag there, in order to prevent that.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>

Acked-by: Federico Vaga <federico.vaga@...a.pv.it>


> ---
>  Documentation/translations/it_IT/kernel-hacking/locking.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git
> a/Documentation/translations/it_IT/kernel-hacking/locking.rst
> b/Documentation/translations/it_IT/kernel-hacking/locking.rst
> index 4615df5723fb..bf1acd6204ef 100644
> --- a/Documentation/translations/it_IT/kernel-hacking/locking.rst
> +++ b/Documentation/translations/it_IT/kernel-hacking/locking.rst
> @@ -1,5 +1,7 @@
>  .. include:: ../disclaimer-ita.rst
> 
> +.. c:namespace:: it_IT
> +
>  :Original: :ref:`Documentation/kernel-hacking/locking.rst
> <kernel_hacking_lock>`
>  :Translator: Federico Vaga <federico.vaga@...a.pv.it>

-- 
Federico Vaga
http://www.federicovaga.it/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ