Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1831931ybh; Mon, 20 Jul 2020 08:15:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzht8HBk5SVGa0H1zl8Q4U+QAnDxKtfifCHfTxLISMGYbVhJbp7WFwx+WVTlIIc6/UsZvnT X-Received: by 2002:aa7:d283:: with SMTP id w3mr21839319edq.76.1595258130920; Mon, 20 Jul 2020 08:15:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595258130; cv=none; d=google.com; s=arc-20160816; b=Pk71V1PCaMhIqx9Gg5Hhe6pNbOyS+6cHIeT6EOUHKWaqFRVdWyuYIc1lZBCpDUgJEK +76VxLkojqYw35b2FsxhKPTXOLKM1+Y0orNpqmHkSctfTWrcBuIZ5KqnA7h5Ol2rSq5A Qbd5YJo5Iw+Gxb27OVwCJGclLZuIcY9l9+Y0wesBM4UpMw8dK5LRW+uQo9Bn6/4+vd9F wzYkmZfMp/fUmk88E8NbUYeQtVnOI02bM/LTmbwCeCL47QPDHkLOZAOOppyvBtmQUeZE SNgq/xk4xvssW3xBry9YkQW3pvAZHR8IZ5F0WJEOcg/wPg3sJ74Om0wCPUMYfsKYUkhk n6CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:date:subject:cc:to:from; bh=wtB5ClZdSHGDeJzplZGmIoGBqHm5rReV1I5Sl9NGJq8=; b=BVk8JnLGGdmB8bt44gEDFcna8+lGjRU7k+y1XxlRCrK//ekGRmQEHjUuJCuzSilVtm gPv/15PXXe+zNf8pDbkwfLzOSFcdYm0FcvEaYoAXwGXrS3X3ll1MlaGaprlEO8Tlqog/ KlIkz8mhAz2GdK29baEuFLquCfpj7aZ9Ji2ikK/uld2jICwq7eOAIBs7v+4O0aQDhAxt ywett3a5jmeEaMrVpXj+AAGB3WkGAQ6l6Tn2L7v171SID5NtouCVaDDnqCD3Pzg67Xt2 wvkaKvgVSRx/Ex4FBiyXpKe2X7CoSZcqTwBGrr2WIX6PsjvuOdyT2k7hSrVhLJ6IJ+Y6 JHGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ss22si10954532ejb.530.2020.07.20.08.15.07; Mon, 20 Jul 2020 08:15:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726989AbgGTPOd convert rfc822-to-8bit (ORCPT + 99 others); Mon, 20 Jul 2020 11:14:33 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:56880 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbgGTPOd (ORCPT ); Mon, 20 Jul 2020 11:14:33 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 50A1928B855 From: Gabriel Krisman Bertazi To: tytso@mit.edu Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Unicode patches for v5.9 Date: Mon, 20 Jul 2020 11:14:28 -0400 Message-ID: <87blkap6az.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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