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
| ||
|
Message-Id: <20190416194433.8664-2-krisman@collabora.com> Date: Tue, 16 Apr 2019 15:44:33 -0400 From: Gabriel Krisman Bertazi <krisman@...labora.com> To: tytso@....edu Cc: linux-ext4@...r.kernel.org, Gabriel Krisman Bertazi <krisman@...labora.com> Subject: [PATCH 2/2] ext4: Update to use unicode 12.1 Signed-off-by: Gabriel Krisman Bertazi <krisman@...labora.com> --- fs/ext4/ext4.h | 2 +- fs/ext4/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index c0b98e882b33..7bc3859458f0 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1341,7 +1341,7 @@ struct ext4_super_block { /* Number of quota types we support */ #define EXT4_MAXQUOTAS 3 -#define EXT4_ENC_UTF8_12_0 1 +#define EXT4_ENC_UTF8_12_1 1 /* * Flags for ext4_sb_info.s_encoding_flags. diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3870866840f9..44d22955afa6 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1760,7 +1760,7 @@ static const struct ext4_sb_encodings { char *name; char *version; } ext4_sb_encoding_map[] = { - {EXT4_ENC_UTF8_12_0, "utf8", "12.0.0"}, + {EXT4_ENC_UTF8_12_1, "utf8", "12.1.0"}, }; static int ext4_sb_read_encoding(const struct ext4_super_block *es, -- 2.20.1
Powered by blists - more mailing lists