+++ /dev/null
-From 985b67cd86392310d9e9326de941c22fc9340eec Mon Sep 17 00:00:00 2001
-From: Lizhi Xu <lizhi.xu@windriver.com>
-Date: Wed, 5 Jun 2024 09:23:35 +0800
-Subject: ext4: filesystems without casefold feature cannot be mounted with siphash
-
-From: Lizhi Xu <lizhi.xu@windriver.com>
-
-commit 985b67cd86392310d9e9326de941c22fc9340eec upstream.
-
-When mounting the ext4 filesystem, if the default hash version is set to
-DX_HASH_SIPHASH but the casefold feature is not set, exit the mounting.
-
-Reported-by: syzbot+340581ba9dceb7e06fb3@syzkaller.appspotmail.com
-Signed-off-by: Lizhi Xu <lizhi.xu@windriver.com>
-Link: https://patch.msgid.link/20240605012335.44086-1-lizhi.xu@windriver.com
-Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
-Signed-off-by: Victor Giraud <vgiraud.opensource@witekio.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- fs/ext4/super.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/fs/ext4/super.c
-+++ b/fs/ext4/super.c
-@@ -3192,6 +3192,14 @@ int ext4_feature_set_ok(struct super_blo
- }
- #endif
-
-+ if (EXT4_SB(sb)->s_es->s_def_hash_version == DX_HASH_SIPHASH &&
-+ !ext4_has_feature_casefold(sb)) {
-+ ext4_msg(sb, KERN_ERR,
-+ "Filesystem without casefold feature cannot be "
-+ "mounted with siphash");
-+ return 0;
-+ }
-+
- if (readonly)
- return 1;
-
gpio-xilinx-remove-excess-kernel-doc.patch
memory-tegra20-emc-correct-memory-device-mask.patch
ocfs2-check-dir-i_size-in-ocfs2_find_entry.patch
-ext4-filesystems-without-casefold-feature-cannot-be-mounted-with-siphash.patch
mptcp-prevent-excessive-coalescing-on-receive.patch
tty-xilinx_uartps-split-sysrq-handling.patch
+++ /dev/null
-From 985b67cd86392310d9e9326de941c22fc9340eec Mon Sep 17 00:00:00 2001
-From: Lizhi Xu <lizhi.xu@windriver.com>
-Date: Wed, 5 Jun 2024 09:23:35 +0800
-Subject: ext4: filesystems without casefold feature cannot be mounted with siphash
-
-From: Lizhi Xu <lizhi.xu@windriver.com>
-
-commit 985b67cd86392310d9e9326de941c22fc9340eec upstream.
-
-When mounting the ext4 filesystem, if the default hash version is set to
-DX_HASH_SIPHASH but the casefold feature is not set, exit the mounting.
-
-Reported-by: syzbot+340581ba9dceb7e06fb3@syzkaller.appspotmail.com
-Signed-off-by: Lizhi Xu <lizhi.xu@windriver.com>
-Link: https://patch.msgid.link/20240605012335.44086-1-lizhi.xu@windriver.com
-Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
-Signed-off-by: Victor Giraud <vgiraud.opensource@witekio.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- fs/ext4/super.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/fs/ext4/super.c
-+++ b/fs/ext4/super.c
-@@ -3547,6 +3547,14 @@ int ext4_feature_set_ok(struct super_blo
- }
- #endif
-
-+ if (EXT4_SB(sb)->s_es->s_def_hash_version == DX_HASH_SIPHASH &&
-+ !ext4_has_feature_casefold(sb)) {
-+ ext4_msg(sb, KERN_ERR,
-+ "Filesystem without casefold feature cannot be "
-+ "mounted with siphash");
-+ return 0;
-+ }
-+
- if (readonly)
- return 1;
-
net-ncsi-use-dev_set_mac_address-for-get-mc-mac-address-handling.patch
gpio-xilinx-remove-excess-kernel-doc.patch
ocfs2-check-dir-i_size-in-ocfs2_find_entry.patch
-ext4-filesystems-without-casefold-feature-cannot-be-mounted-with-siphash.patch
cachefiles-fix-null-pointer-dereference-in-object-file.patch
mptcp-pm-only-set-fullmesh-for-subflow-endp.patch
mptcp-prevent-excessive-coalescing-on-receive.patch
+++ /dev/null
-From 985b67cd86392310d9e9326de941c22fc9340eec Mon Sep 17 00:00:00 2001
-From: Lizhi Xu <lizhi.xu@windriver.com>
-Date: Wed, 5 Jun 2024 09:23:35 +0800
-Subject: ext4: filesystems without casefold feature cannot be mounted with siphash
-
-From: Lizhi Xu <lizhi.xu@windriver.com>
-
-commit 985b67cd86392310d9e9326de941c22fc9340eec upstream.
-
-When mounting the ext4 filesystem, if the default hash version is set to
-DX_HASH_SIPHASH but the casefold feature is not set, exit the mounting.
-
-Reported-by: syzbot+340581ba9dceb7e06fb3@syzkaller.appspotmail.com
-Signed-off-by: Lizhi Xu <lizhi.xu@windriver.com>
-Link: https://patch.msgid.link/20240605012335.44086-1-lizhi.xu@windriver.com
-Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
-Signed-off-by: Victor Giraud <vgiraud.opensource@witekio.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- fs/ext4/super.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/fs/ext4/super.c
-+++ b/fs/ext4/super.c
-@@ -3627,6 +3627,14 @@ int ext4_feature_set_ok(struct super_blo
- }
- #endif
-
-+ if (EXT4_SB(sb)->s_es->s_def_hash_version == DX_HASH_SIPHASH &&
-+ !ext4_has_feature_casefold(sb)) {
-+ ext4_msg(sb, KERN_ERR,
-+ "Filesystem without casefold feature cannot be "
-+ "mounted with siphash");
-+ return 0;
-+ }
-+
- if (readonly)
- return 1;
-
ocfs2-check-dir-i_size-in-ocfs2_find_entry.patch
revert-btrfs-avoid-monopolizing-a-core-when-activating-a-swap-file.patch
btrfs-avoid-monopolizing-a-core-when-activating-a-swap-file.patch
-ext4-filesystems-without-casefold-feature-cannot-be-mounted-with-siphash.patch
cachefiles-fix-null-pointer-dereference-in-object-file.patch
mptcp-pm-only-set-fullmesh-for-subflow-endp.patch
mptcp-prevent-excessive-coalescing-on-receive.patch