The following changes since commit 17712b7ea0756799635ba159cc773082230ed028: Merge tag 'io_uring-6.11-20240802' of git://git.kernel.dk/linux (2024-08-02 14:18:31 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-next-6.13 for you to fetch changes up to 6b56a63d286f6f57066c4b5648d8fbec9510beae: MAINTAINERS: Add Unicode tree (2024-10-11 15:02:41 -0400) ---------------------------------------------------------------- unicode updates This update includes: - A patch by Thomas Weißschuh constifying a read-only struct. - A patch by André Almeida fixing the error path of unicode_load, which might trigger a kernel oops if it fails to find the unicode module. - One documentation fix by Gan Jie, updating a filename in the README. - A patch by André Almeida adding the link of my tree to MAINTAINERS. All but the MAINTAINERS patch have been sitting on my tree and in linux-next since early in the 6.12 cycle. Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxx> ---------------------------------------------------------------- André Almeida (2): unicode: Fix utf8_load() error path MAINTAINERS: Add Unicode tree Gan Jie (1): unicode: change the reference of database file Thomas Weißschuh (1): unicode: constify utf8 data table MAINTAINERS | 1 + fs/unicode/README.utf8data | 8 ++++---- fs/unicode/mkutf8data.c | 4 ++-- fs/unicode/utf8-core.c | 2 +- fs/unicode/utf8data.c_shipped | 2 +- fs/unicode/utf8n.h | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) -- Gabriel Krisman Bertazi