mbox series

[GIT,PULL] unicode patches for 5.17-rc3

Message ID 87czk7qql0.fsf@collabora.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] unicode patches for 5.17-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-for-next-5.17-rc3

Message

Gabriel Krisman Bertazi Feb. 1, 2022, 2:16 a.m. UTC
The following changes since commit 6661224e66f03706daea8e27714436851cf01731:

  Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode (2022-01-17 05:40:02 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-for-next-5.17-rc3

for you to fetch changes up to 5298d4bfe80f6ae6ae2777bcd1357b0022d98573:

  unicode: clean up the Kconfig symbol confusion (2022-01-20 19:57:24 -0500)

----------------------------------------------------------------
Fix from Christoph Hellwig merging the CONFIG_UNICODE_UTF8_DATA into the
previous CONFIG_UNICODE.  It is -rc material since we don't want to
expose the former symbol on 5.17.

This has been living on linux-next for the past week.

----------------------------------------------------------------
Christoph Hellwig (1):
      unicode: clean up the Kconfig symbol confusion

 fs/Makefile         |  2 +-
 fs/ext4/ext4.h      | 14 +++++++-------
 fs/ext4/hash.c      |  2 +-
 fs/ext4/namei.c     | 12 ++++++------
 fs/ext4/super.c     | 10 +++++-----
 fs/ext4/sysfs.c     |  8 ++++----
 fs/f2fs/dir.c       | 10 +++++-----
 fs/f2fs/f2fs.h      |  2 +-
 fs/f2fs/hash.c      |  2 +-
 fs/f2fs/namei.c     |  4 ++--
 fs/f2fs/recovery.c  |  4 ++--
 fs/f2fs/super.c     | 10 +++++-----
 fs/f2fs/sysfs.c     | 10 +++++-----
 fs/libfs.c          | 10 +++++-----
 fs/unicode/Kconfig  | 18 +++++-------------
 fs/unicode/Makefile |  6 ++++--
 include/linux/fs.h  |  2 +-
 17 files changed, 60 insertions(+), 66 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 1, 2022, 8:46 p.m. UTC | #1
The pull request you sent on Mon, 31 Jan 2022 21:16:11 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-for-next-5.17-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/630c12862c21a312c15a494922cdbf9c1beb1733

Thank you!