linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ovl: convert copyup credential override to cred guard
@ 2025-11-14 22:45 Christian Brauner
  2025-11-14 22:45 ` [PATCH 1/5] ovl: add copy up credential guard Christian Brauner
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christian Brauner @ 2025-11-14 22:45 UTC (permalink / raw)
  To: Miklos Szeredi, Amir Goldstein
  Cc: Linus Torvalds, linux-unionfs, linux-fsdevel, Christian Brauner

Hey,

This is on top of the other overlayfs cleanup guard work I already sent
out. This simplifies the copyup specific credential override.

The current code is centered around a helper struct ovl_cu_creds and is
a bit convoluted. We can simplify this by using a cred guard. This will
also allow us to remove the helper struct and associated functions.

Signed-off-by: Christian Brauner <brauner@kernel.org>
---
Christian Brauner (5):
      ovl: add copy up credential guard
      ovl: port ovl_copy_up_workdir() to cred guard
      ovl: mark *_cu_creds() as unused temporarily
      ovl: port ovl_copy_up_tmpfile() to cred guard
      ovl: remove struct ovl_cu_creds and associated functions

 fs/overlayfs/copy_up.c | 64 ++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)
---
base-commit: bc452b620b01ca11d050b4219ee8a894e55a633b
change-id: 20251114-work-ovl-cred-guard-copyup-e13e3d6e058f


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-15  8:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 22:45 [PATCH 0/5] ovl: convert copyup credential override to cred guard Christian Brauner
2025-11-14 22:45 ` [PATCH 1/5] ovl: add copy up credential guard Christian Brauner
2025-11-14 22:45 ` [PATCH 2/5] ovl: port ovl_copy_up_workdir() to cred guard Christian Brauner
2025-11-14 22:45 ` [PATCH 3/5] ovl: mark *_cu_creds() as unused temporarily Christian Brauner
2025-11-14 22:45 ` [PATCH 4/5] ovl: port ovl_copy_up_tmpfile() to cred guard Christian Brauner
2025-11-14 22:45 ` [PATCH 5/5] ovl: remove struct ovl_cu_creds and associated functions Christian Brauner
2025-11-15  8:26 ` [PATCH 0/5] ovl: convert copyup credential override to cred guard Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).