]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ntfs: update to 2026-05-03 23292/head
authorQingfang Deng <dqfext@gmail.com>
Mon, 11 May 2026 02:50:06 +0000 (10:50 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 14 May 2026 17:05:45 +0000 (19:05 +0200)
Update to the latest version.

Changes:
- fix NULL dereference in ntfs_index_walk_down()
- fix WSL symlink target leak on reparse failure
- conditionally enable POSIX ACL
- fix error handling in ntfs_write_iomap_end_resident()
- fix VCN overflow in ntfs_mapping_pairs_decompress()
- drop nlink once for WIN32/DOS aliases
- fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()
- Use return instead of goto in ntfs_mapping_pairs_decompress()

Removed upstreamed patch:
- 001-conditionally-enable-posix-acl.patch

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23292
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/ntfs/Makefile
package/kernel/ntfs/patches/001-conditionally-enable-posix-acl.patch [deleted file]

index 4dc8c5bc641176f26c67fa129efb4e801d44e1c1..8686eed23f2805883dc90ba87b34aa7186598a83 100644 (file)
@@ -5,11 +5,11 @@ PKG_NAME:=linux-ntfs
 PKG_RELEASE:=1
 PKG_BUILD_PARALLEL:=1
 
-PKG_SOURCE_DATE:=2026-04-25
+PKG_SOURCE_DATE:=2026-05-03
 PKG_SOURCE_URL:=https://github.com/namjaejeon/linux-ntfs
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=ce7495f3e5c6a0b85d3350c18bbc06370cdcceb5
-PKG_MIRROR_HASH:=0815623624dae868c3ca0ae82cf57ebf5d19e6b42778e2b9d241f85369fe348f
+PKG_SOURCE_VERSION:=9e031cf453d8b3c226aac7cb7105af46efd79690
+PKG_MIRROR_HASH:=142b99c910b1dbf35ec97abee65f5f497e4a4fdf4619999f83742ed4f2e83d79
 
 PKG_LICENSE:=GPL-2.0-or-later
 
diff --git a/package/kernel/ntfs/patches/001-conditionally-enable-posix-acl.patch b/package/kernel/ntfs/patches/001-conditionally-enable-posix-acl.patch
deleted file mode 100644 (file)
index 1e68148..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -9,7 +9,7 @@ ntfs-y := aops.o attrib.o collate.o dir.
-         iomap.o debug.o sysctl.o quota.o object_id.o bdev-io.o
- ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
--ccflags-y += -DCONFIG_NTFS_FS_POSIX_ACL
-+ccflags-$(CONFIG_FS_POSIX_ACL) += -DCONFIG_NTFS_FS_POSIX_ACL
- else
- # Called from external kernel module build