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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFwY1nQ0LG8CeC8chugWO40kOGKpovBOadpGOOMBinNhbg@mail.gmail.com>
Date:   Mon, 30 Jul 2018 11:18:53 -0700
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     Matthew Wilcox <willy@...radead.org>
Cc:     Pavel Machek <pavel@....cz>, David Howells <dhowells@...hat.com>,
        Al Viro <viro@...iv.linux.org.uk>,
        linux-fsdevel <linux-fsdevel@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 36/38] vfs: Add a sample program for the new mount API
 [ver #10]

On Mon, Jul 30, 2018 at 11:08 AM Matthew Wilcox <willy@...radead.org> wrote:
>
> Have you looked at how gettext() works?  It uses the english text as
> a search string and replaces it with the localised string.  This is
> a very common design!

I absolutely refuse to have anything to do with gettext in the kernel.

gettext() needs help that I'm not willing to give, and that I
absolutely refuse to consider as part of any kernel interfaces.

Mount options are already English text. Don't try to make it anything else.

Just do a

        git grep '{.*Opt_.*".*".*}'

on the kernel, and realize that if you are messing with mount options
and things like that, you'd better be able to google the
incomprehensible words.

Most of them will be incomprehensible even if you're a native speaker.
There is not a way in hell that we will ever have gettext() support
for any of these things.

                  Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ