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-next>] [day] [month] [year] [list]
Date:   Mon, 26 Dec 2022 15:42:58 +0100
From:   Pali Rohár <pali@...nel.org>
To:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>,
        Jan Kara <jack@...e.cz>,
        Alexander Viro <viro@...iv.linux.org.uk>
Subject: [RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1

This is RFC patch series which simplify ASCII and ISO-8859-1 tables.
I'm not sure what is the direction of the nls code and duplicated
default/iso88591 tables, so I'm sending this series as RFC.

Pali Rohár (3):
  nls: Simplify ASCII implementation
  nls: Simplify ISO-8859-1 implementation
  nls: Replace default nls table by correct iso8859-1 table

 fs/nls/Kconfig         |  21 ++--
 fs/nls/Makefile        |   1 -
 fs/nls/nls_ascii.c     |  85 ++------------
 fs/nls/nls_base.c      | 187 +++++++-----------------------
 fs/nls/nls_iso8859-1.c | 257 -----------------------------------------
 5 files changed, 57 insertions(+), 494 deletions(-)
 delete mode 100644 fs/nls/nls_iso8859-1.c

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ