[PULL] unicode changes for 7.3
Gabriel Krisman Bertazi <[email protected]>
| Newsgroups | org.kernel.vger.linux-fsdevel |
|---|---|
| Organization | SUSE |
| Message-ID | <[email protected]> |
Linus,
This time I have a small fs/unicode pull request for you. Nothing
really fancy, just a clean up and a fix for parsing the unicode version
in the command line. I apologize for not getting it to you during the
first week of the MR, I'm halfway through my summer vacations today.
Please, pull.
The following changes since commit 8ba098e6b6ff0db8edf28528d1552be261af30d4:
Merge tag 'v7.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2026-07-30 17:41:25 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-for-next-7.3
for you to fetch changes up to a511442085c140da9cdbe60e3f0fab1c71480801:
unicode: Properly reject invalid encoding version strings (2026-07-31 16:33:14 -0400)
----------------------------------------------------------------
This update includes two minor fixes that have been siting on linux-next
for the past weeks.
- A patch from David removing the normalization function that we no
longer use.
- A patch from me fixing a parsing issue in the encoding version
argument passed by filesystems.
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
utf8: Remove unused utf8_normalize
Gabriel Krisman Bertazi (1):
unicode: Properly reject invalid encoding version strings
fs/unicode/utf8-core.c | 30 +++++-------------------------
include/linux/unicode.h | 3 ---
2 files changed, 5 insertions(+), 28 deletions(-)
--
Gabriel Krisman Bertazi