linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Unicode patches for v5.9
@ 2020-07-20 15:14 Gabriel Krisman Bertazi
  2020-08-07 20:58 ` Gabriel Krisman Bertazi
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Krisman Bertazi @ 2020-07-20 15:14 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4, linux-fsdevel, linux-kernel

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.9

for you to fetch changes up to c055c978bebf14dda7e72d89d7ed9c867b2e6382:

  unicode: Replace HTTP links with HTTPS ones (2020-07-08 14:06:53 -0400)

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

This includes 3 patches for the unicode system for inclusion into
Linux v5.9:

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

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

  - A patch from Gabriel fixing the build of the kunit part as a module.

  - A patch from Alexander updating documentation web links.

----------------------------------------------------------------
Alexander A. Klimov (1):
      unicode: Replace HTTP links with HTTPS ones

Gabriel Krisman Bertazi (2):
      unicode: Expose available encodings in sysfs
      unicode: Allow building kunit test suite as a module

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/mkutf8data.c                     |   2 +-
 fs/unicode/utf8-core.c                      |  55 ++++++++
 fs/unicode/utf8-norm.c                      |   2 +-
 fs/unicode/{utf8-selftest.c => utf8-test.c} | 199 +++++++++++++---------------
 fs/unicode/utf8n.h                          |   4 +
 8 files changed, 175 insertions(+), 114 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-fs-unicode
 rename fs/unicode/{utf8-selftest.c => utf8-test.c} (60%)

-- 
Gabriel Krisman Bertazi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Unicode patches for v5.9
  2020-07-20 15:14 [GIT PULL] Unicode patches for v5.9 Gabriel Krisman Bertazi
@ 2020-08-07 20:58 ` Gabriel Krisman Bertazi
  0 siblings, 0 replies; 2+ messages in thread
From: Gabriel Krisman Bertazi @ 2020-08-07 20:58 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4, linux-fsdevel, linux-kernel

Gabriel Krisman Bertazi <krisman@collabora.com> writes:

> 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)
>

Hi Ted,

Sorry for the ping, I understand you are extra busy :)

Do you have any concerns about this PR for 5.9?  I believe it wasn't
pulled into your tree for the 5.9 ext4 PR.  Anything I can do here to
improve my process?

Thanks,


-- 
Gabriel Krisman Bertazi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-07 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 15:14 [GIT PULL] Unicode patches for v5.9 Gabriel Krisman Bertazi
2020-08-07 20:58 ` Gabriel Krisman Bertazi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).