lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230825053322.60328-1-wangxuewen@kylinos.cn>
Date:   Fri, 25 Aug 2023 13:33:22 +0800
From:   wangxuewen@...inos.cn
To:     chenhuacai@...nel.org
Cc:     kernel@...0n.name, yangtiezhu@...ngson.cn,
        loongarch@...ts.linux.dev, linux-kernel@...r.kernel.org,
        wangxuewen <wangxuewen@...inos.cn>
Subject: [PATCH] loongarch/configs: Add support for gfs and jfs filesystem type

From: wangxuewen <wangxuewen@...inos.cn>

When the device sdx is formatted as gfs or jfs, execute the command
"mount /dev/sdx /mnt",we get:
"mount: /mnt: unknoen filesystem type 'gfs'"
"mount: /mnt: unknoen filesystem type 'jfs'"

Signed-off-by: wangxuewen <wangxuewen@...inos.cn>
---
 arch/loongarch/configs/loongson3_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index d64849b4cba1..d8db1f64f00b 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -759,9 +759,11 @@ CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
+CONFIG_JFS_FS=M
 CONFIG_XFS_FS=y
 CONFIG_XFS_QUOTA=y
 CONFIG_XFS_POSIX_ACL=y
+CONFIG_GFS2_FS=M
 CONFIG_BTRFS_FS=y
 CONFIG_FANOTIFY=y
 CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ