]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorTheodore Ts'o <tytso@mit.edu>
Wed, 18 Sep 2019 14:36:24 +0000 (10:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Sep 2019 14:36:24 +0000 (10:36 -0400)
commitc48ddd539f72fddea0a14c43761580292f0de63e
tree086fe0b8eaf9faec1444e75a6edc77817a62b6b4
parent6559975aeba42cd91231785154df224e2adc2c77
parentdf9f19ef8830320bc82fb5a7a891a6bec409de48
Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode into dev

fs/unicode patches for 5.4-rc1

This includes two fixes for the unicode system for inclusion into Linux
v5.4.

  - A patch from Krzysztof Wilczynski solving a build time warning.

  - A patch from Colin King making a parsing format static, to reduce
    stack size.

Build validated and run time tested using xfstests casefold testcase.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>