The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git tags/unicode-next-6.8 for you to fetch changes up to b837a816b36fae45f27d75d9bdeb1b5b9d16a53c: MAINTAINERS: update unicode maintainer e-mail address (2024-01-08 16:43:06 -0300) ---------------------------------------------------------------- unicode updates Other than the update to MAINTAINERS, this PR has only a fix to stop ecryptfs from inadvertently mounting case-insensitive filesystems that it cannot handle, which would otherwise caused post-mount failures. It has been on linux-next for the past month and a half. As a side note, the optimization to the case-insensitive comparison code that you suggested, and the negative dentry support are still on the list, and were postponed to the next release. ---------------------------------------------------------------- Gabriel Krisman Bertazi (2): ecryptfs: Reject casefold directory inodes MAINTAINERS: update unicode maintainer e-mail address MAINTAINERS | 2 +- fs/ecryptfs/inode.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) -- Gabriel Krisman Bertazi