All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Krisman Bertazi <krisman@collabora.com>
To: "Theodore Ts'o" <tytso@mit.edu>
Cc: linux-ext4@vger.kernel.org
Subject: [GIT PULL] Unicode updates for v5.8
Date: Mon, 18 May 2020 16:22:24 -0400	[thread overview]
Message-ID: <85a725f0xr.fsf@collabora.com> (raw)


The following changes since commit 9c94b39560c3a013de5886ea21ef1eaf21840cb9:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2020-04-05 10:54:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-next-v5.8

for you to fetch changes up to cfeb007a96b15cafe1b8cc7aa8d43da77a97b7ae:

  unicode: Expose available encodings in sysfs (2020-05-18 15:07:13 -0400)

----------------------------------------------------------------
fs/unicode patches for v5.8

This includes two patches for the unicode system for inclusion into
Linux v5.8:

  - A patch from Gabriel exporting in sysfs the most recent utf-8
  version available

  - A patch by Ricardo Cañuelo converting the unicode tests to kunit.

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      unicode: Expose available encodings in sysfs

Ricardo Cañuelo (1):
      unicode: implement utf8 unit tests as a KUnit test suite.

 Documentation/ABI/testing/sysfs-fs-unicode  |   6 +
 fs/unicode/Kconfig                          |  19 ++-
 fs/unicode/Makefile                         |   2 +-
 fs/unicode/utf8-core.c                      |  55 ++++++++
 fs/unicode/{utf8-selftest.c => utf8-test.c} | 199 +++++++++++++---------------
 fs/unicode/utf8n.h                          |   4 +
 6 files changed, 173 insertions(+), 112 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-fs-unicode
 rename fs/unicode/{utf8-selftest.c => utf8-test.c} (60%)


-- 
Gabriel Krisman Bertazi

             reply	other threads:[~2020-05-18 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 20:22 Gabriel Krisman Bertazi [this message]
2020-05-19  5:09 ` [GIT PULL] Unicode updates for v5.8 Gabriel Krisman Bertazi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85a725f0xr.fsf@collabora.com \
    --to=krisman@collabora.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.