From 1321e47e1e62d362a4b9b5423765028f64738b1b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 7 Nov 2022 16:39:42 +0100 Subject: [PATCH] drop fuse patch from 4.9, 4.14, and 4.19 --- .../fuse-add-file_modified-to-fallocate.patch | 33 ------------------- queue-4.14/series | 1 - .../fuse-add-file_modified-to-fallocate.patch | 33 ------------------- queue-4.19/series | 1 - .../fuse-add-file_modified-to-fallocate.patch | 33 ------------------- queue-4.9/series | 1 - 6 files changed, 102 deletions(-) delete mode 100644 queue-4.14/fuse-add-file_modified-to-fallocate.patch delete mode 100644 queue-4.19/fuse-add-file_modified-to-fallocate.patch delete mode 100644 queue-4.9/fuse-add-file_modified-to-fallocate.patch diff --git a/queue-4.14/fuse-add-file_modified-to-fallocate.patch b/queue-4.14/fuse-add-file_modified-to-fallocate.patch deleted file mode 100644 index bc869e575c6..00000000000 --- a/queue-4.14/fuse-add-file_modified-to-fallocate.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 4a6f278d4827b59ba26ceae0ff4529ee826aa258 Mon Sep 17 00:00:00 2001 -From: Miklos Szeredi -Date: Fri, 28 Oct 2022 14:25:20 +0200 -Subject: fuse: add file_modified() to fallocate - -From: Miklos Szeredi - -commit 4a6f278d4827b59ba26ceae0ff4529ee826aa258 upstream. - -Add missing file_modified() call to fuse_file_fallocate(). Without this -fallocate on fuse failed to clear privileges. - -Fixes: 05ba1f082300 ("fuse: add FALLOCATE operation") -Cc: -Signed-off-by: Miklos Szeredi -Signed-off-by: Greg Kroah-Hartman ---- - fs/fuse/file.c | 4 ++++ - 1 file changed, 4 insertions(+) - ---- a/fs/fuse/file.c -+++ b/fs/fuse/file.c -@@ -3008,6 +3008,10 @@ static long fuse_file_fallocate(struct f - goto out; - } - -+ err = file_modified(file); -+ if (err) -+ goto out; -+ - if (!(mode & FALLOC_FL_KEEP_SIZE)) - set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); - diff --git a/queue-4.14/series b/queue-4.14/series index 859df3ff0bc..50bec060e75 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -25,4 +25,3 @@ block-bfq-protect-bfqd-queued-by-bfqd-lock.patch btrfs-fix-type-of-parameter-generation-in-btrfs_get_dentry.patch tcp-udp-make-early_demux-back-namespacified.patch capabilities-fix-potential-memleak-on-error-path-from-vfs_getxattr_alloc.patch -fuse-add-file_modified-to-fallocate.patch diff --git a/queue-4.19/fuse-add-file_modified-to-fallocate.patch b/queue-4.19/fuse-add-file_modified-to-fallocate.patch deleted file mode 100644 index 9991d5d66d0..00000000000 --- a/queue-4.19/fuse-add-file_modified-to-fallocate.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 4a6f278d4827b59ba26ceae0ff4529ee826aa258 Mon Sep 17 00:00:00 2001 -From: Miklos Szeredi -Date: Fri, 28 Oct 2022 14:25:20 +0200 -Subject: fuse: add file_modified() to fallocate - -From: Miklos Szeredi - -commit 4a6f278d4827b59ba26ceae0ff4529ee826aa258 upstream. - -Add missing file_modified() call to fuse_file_fallocate(). Without this -fallocate on fuse failed to clear privileges. - -Fixes: 05ba1f082300 ("fuse: add FALLOCATE operation") -Cc: -Signed-off-by: Miklos Szeredi -Signed-off-by: Greg Kroah-Hartman ---- - fs/fuse/file.c | 4 ++++ - 1 file changed, 4 insertions(+) - ---- a/fs/fuse/file.c -+++ b/fs/fuse/file.c -@@ -3012,6 +3012,10 @@ static long fuse_file_fallocate(struct f - goto out; - } - -+ err = file_modified(file); -+ if (err) -+ goto out; -+ - if (!(mode & FALLOC_FL_KEEP_SIZE)) - set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); - diff --git a/queue-4.19/series b/queue-4.19/series index c030cef1469..7e6f7b4625f 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -34,4 +34,3 @@ tcp-udp-make-early_demux-back-namespacified.patch kprobe-reverse-kp-flags-when-arm_kprobe-failed.patch tracing-histogram-update-document-for-keys_max-size.patch capabilities-fix-potential-memleak-on-error-path-from-vfs_getxattr_alloc.patch -fuse-add-file_modified-to-fallocate.patch diff --git a/queue-4.9/fuse-add-file_modified-to-fallocate.patch b/queue-4.9/fuse-add-file_modified-to-fallocate.patch deleted file mode 100644 index c5fce1e7d27..00000000000 --- a/queue-4.9/fuse-add-file_modified-to-fallocate.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 4a6f278d4827b59ba26ceae0ff4529ee826aa258 Mon Sep 17 00:00:00 2001 -From: Miklos Szeredi -Date: Fri, 28 Oct 2022 14:25:20 +0200 -Subject: fuse: add file_modified() to fallocate - -From: Miklos Szeredi - -commit 4a6f278d4827b59ba26ceae0ff4529ee826aa258 upstream. - -Add missing file_modified() call to fuse_file_fallocate(). Without this -fallocate on fuse failed to clear privileges. - -Fixes: 05ba1f082300 ("fuse: add FALLOCATE operation") -Cc: -Signed-off-by: Miklos Szeredi -Signed-off-by: Greg Kroah-Hartman ---- - fs/fuse/file.c | 4 ++++ - 1 file changed, 4 insertions(+) - ---- a/fs/fuse/file.c -+++ b/fs/fuse/file.c -@@ -2995,6 +2995,10 @@ static long fuse_file_fallocate(struct f - goto out; - } - -+ err = file_modified(file); -+ if (err) -+ goto out; -+ - if (!(mode & FALLOC_FL_KEEP_SIZE)) - set_bit(FUSE_I_SIZE_UNSTABLE, &fi->state); - diff --git a/queue-4.9/series b/queue-4.9/series index bc2c6212c50..a2ef289a52e 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -19,4 +19,3 @@ media-dvb-frontends-drxk-initialize-err-to-0.patch i2c-xiic-add-platform-module-alias.patch bluetooth-l2cap-fix-attempting-to-access-uninitialized-memory.patch btrfs-fix-type-of-parameter-generation-in-btrfs_get_dentry.patch -fuse-add-file_modified-to-fallocate.patch -- 2.47.3