diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-22 20:50:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-11-22 20:50:55 -0800 |
commit | 060fc106b6854d3289d838ac3c98eb17afb261d7 (patch) | |
tree | 586ed45526f9d1daa0af349624b17c9c1f74817b /MAINTAINERS | |
parent | 980f8f8fd4228839f3d811521a27d4f9c2ead123 (diff) | |
parent | 6b56a63d286f6f57066c4b5648d8fbec9510beae (diff) | |
download | lwn-060fc106b6854d3289d838ac3c98eb17afb261d7.tar.gz lwn-060fc106b6854d3289d838ac3c98eb17afb261d7.zip |
Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
Pull unicode updates from Gabriel Krisman Bertazi:
- constify a read-only struct (Thomas Weißschuh)
- fix the error path of unicode_load, avoiding a possible kernel oops
if it fails to find the unicode module (André Almeida)
- documentation fix, updating a filename in the README (Gan Jie)
- add the link of my tree to MAINTAINERS (André Almeida)
* tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode:
MAINTAINERS: Add Unicode tree
unicode: change the reference of database file
unicode: Fix utf8_load() error path
unicode: constify utf8 data table
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd1fb65cce1b..e40e1220c733 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23925,6 +23925,7 @@ UNICODE SUBSYSTEM M: Gabriel Krisman Bertazi <krisman@kernel.org> L: linux-fsdevel@vger.kernel.org S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git F: fs/unicode/ UNIFDEF |