]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop ovl patch from everywhere
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2024 13:47:04 +0000 (15:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2024 13:47:04 +0000 (15:47 +0200)
queue-5.10/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch [deleted file]
queue-5.10/series
queue-5.15/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch [deleted file]
queue-5.15/series
queue-5.4/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch [deleted file]
queue-5.4/series

diff --git a/queue-5.10/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch b/queue-5.10/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
deleted file mode 100644 (file)
index 3b775a5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 730dc47c2c52ae70aa724aaafe8eb36b2032f7e7 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 2 May 2024 20:35:57 +0200
-Subject: ovl: remove upper umask handling from ovl_create_upper()
-
-From: Miklos Szeredi <mszeredi@redhat.com>
-
-[ Upstream commit 096802748ea1dea8b476938e0a8dc16f4bd2f1ad ]
-
-This is already done by vfs_prepare_mode() when creating the upper object
-by vfs_create(), vfs_mkdir() and vfs_mknod().
-
-No regressions have been observed in xfstests run with posix acls turned
-off for the upper filesystem.
-
-Fixes: 1639a49ccdce ("fs: move S_ISGID stripping into the vfs_*() helpers")
-Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/overlayfs/dir.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c
-index a7021c87bfcb0..470ff30851b4d 100644
---- a/fs/overlayfs/dir.c
-+++ b/fs/overlayfs/dir.c
-@@ -323,9 +323,6 @@ static int ovl_create_upper(struct dentry *dentry, struct inode *inode,
-       struct dentry *newdentry;
-       int err;
--      if (!attr->hardlink && !IS_POSIXACL(udir))
--              attr->mode &= ~current_umask();
--
-       inode_lock_nested(udir, I_MUTEX_PARENT);
-       newdentry = ovl_create_real(udir,
-                                   lookup_one_len(dentry->d_name.name,
--- 
-2.43.0
-
index 2f71c4ef652f0bdd291e8214babea3489d6340b8..b60b90befbc66848c635de4c0780d795433282ac 100644 (file)
@@ -168,7 +168,6 @@ fpga-region-add-owner-module-and-take-its-refcount.patch
 microblaze-remove-gcc-flag-for-non-existing-early_pr.patch
 microblaze-remove-early-printk-call-from-cpuinfo-sta.patch
 perf-intel-pt-fix-unassigned-instruction-op-discover.patch
-ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
 usb-gadget-u_audio-clear-uac-pointer-when-freed.patch
 stm-class-fix-a-double-free-in-stm_register_device.patch
 ppdev-remove-usage-of-the-deprecated-ida_simple_xx-a.patch
diff --git a/queue-5.15/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch b/queue-5.15/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
deleted file mode 100644 (file)
index d6520e2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From 61427aca202280501145d2a2d619c6b8ae379284 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 2 May 2024 20:35:57 +0200
-Subject: ovl: remove upper umask handling from ovl_create_upper()
-
-From: Miklos Szeredi <mszeredi@redhat.com>
-
-[ Upstream commit 096802748ea1dea8b476938e0a8dc16f4bd2f1ad ]
-
-This is already done by vfs_prepare_mode() when creating the upper object
-by vfs_create(), vfs_mkdir() and vfs_mknod().
-
-No regressions have been observed in xfstests run with posix acls turned
-off for the upper filesystem.
-
-Fixes: 1639a49ccdce ("fs: move S_ISGID stripping into the vfs_*() helpers")
-Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/overlayfs/dir.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c
-index 519193ce7d575..89fc23803dafc 100644
---- a/fs/overlayfs/dir.c
-+++ b/fs/overlayfs/dir.c
-@@ -325,9 +325,6 @@ static int ovl_create_upper(struct dentry *dentry, struct inode *inode,
-       struct dentry *newdentry;
-       int err;
--      if (!attr->hardlink && !IS_POSIXACL(udir))
--              attr->mode &= ~current_umask();
--
-       inode_lock_nested(udir, I_MUTEX_PARENT);
-       newdentry = ovl_create_real(udir,
-                                   lookup_one_len(dentry->d_name.name,
--- 
-2.43.0
-
index d8e3c872c73ce2e53072b46466cb9622210374f1..e2c581095f92232cbb1d592cad156214c5894a0f 100644 (file)
@@ -212,7 +212,6 @@ fpga-region-add-owner-module-and-take-its-refcount.patch
 microblaze-remove-gcc-flag-for-non-existing-early_pr.patch
 microblaze-remove-early-printk-call-from-cpuinfo-sta.patch
 perf-intel-pt-fix-unassigned-instruction-op-discover.patch
-ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
 dt-bindings-pinctrl-mediatek-mt7622-fix-array-proper.patch
 watchdog-bd9576_wdt-switch-to-using-devm_fwnode_gpio.patch
 watchdog-bd9576-drop-always-running-property.patch
diff --git a/queue-5.4/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch b/queue-5.4/ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
deleted file mode 100644 (file)
index bcbe3e2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-From f51143ff8a386e036c267f910239d0c52703c96d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 2 May 2024 20:35:57 +0200
-Subject: ovl: remove upper umask handling from ovl_create_upper()
-
-From: Miklos Szeredi <mszeredi@redhat.com>
-
-[ Upstream commit 096802748ea1dea8b476938e0a8dc16f4bd2f1ad ]
-
-This is already done by vfs_prepare_mode() when creating the upper object
-by vfs_create(), vfs_mkdir() and vfs_mknod().
-
-No regressions have been observed in xfstests run with posix acls turned
-off for the upper filesystem.
-
-Fixes: 1639a49ccdce ("fs: move S_ISGID stripping into the vfs_*() helpers")
-Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/overlayfs/dir.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/fs/overlayfs/dir.c b/fs/overlayfs/dir.c
-index fe88ac18ad934..1cf1006678588 100644
---- a/fs/overlayfs/dir.c
-+++ b/fs/overlayfs/dir.c
-@@ -295,9 +295,6 @@ static int ovl_create_upper(struct dentry *dentry, struct inode *inode,
-       struct dentry *newdentry;
-       int err;
--      if (!attr->hardlink && !IS_POSIXACL(udir))
--              attr->mode &= ~current_umask();
--
-       inode_lock_nested(udir, I_MUTEX_PARENT);
-       newdentry = ovl_create_real(udir,
-                                   lookup_one_len(dentry->d_name.name,
--- 
-2.43.0
-
index b46b4e7f8f663ce05a9abbe1a82c4b08648724f1..d0f8b7ced60313eb5d0b22ffb6eaa6ae7d23035f 100644 (file)
@@ -107,7 +107,6 @@ greybus-arche-ctrl-move-device-table-to-its-right-lo.patch
 iio-pressure-dps310-support-negative-temperature-val.patch
 microblaze-remove-gcc-flag-for-non-existing-early_pr.patch
 microblaze-remove-early-printk-call-from-cpuinfo-sta.patch
-ovl-remove-upper-umask-handling-from-ovl_create_uppe.patch
 usb-gadget-u_audio-clear-uac-pointer-when-freed.patch
 stm-class-fix-a-double-free-in-stm_register_device.patch
 ppdev-remove-usage-of-the-deprecated-ida_simple_xx-a.patch