From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 161E7C433DF for ; Tue, 19 May 2020 05:09:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F114D20758 for ; Tue, 19 May 2020 05:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726821AbgESFJ0 (ORCPT ); Tue, 19 May 2020 01:09:26 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:47146 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726272AbgESFJ0 (ORCPT ); Tue, 19 May 2020 01:09:26 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id DE34A2A0A92 From: Gabriel Krisman Bertazi To: "Theodore Ts'o" Cc: linux-ext4@vger.kernel.org Subject: Re: [GIT PULL] Unicode updates for v5.8 Organization: Collabora References: <85a725f0xr.fsf@collabora.com> Date: Tue, 19 May 2020 01:09:21 -0400 In-Reply-To: <85a725f0xr.fsf@collabora.com> (Gabriel Krisman Bertazi's message of "Mon, 18 May 2020 16:22:24 -0400") Message-ID: <85v9ksecji.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Gabriel Krisman Bertazi 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) > > 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) > Ted, I just found that the patch converting the utf8 selftests to kunit breaks the allmodconfig build, since kunit itself started to support module builds recently. I just submitted a patch in linux-ext4 that fixes this, and if there is no concerns, I will get you a new pull request with the fix included. Sorry for the noise. -- Gabriel Krisman Bertazi