From: Joel Savitz <jsavitz@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Joel Savitz <jsavitz@redhat.com>,
Christian Brauner <brauner@kernel.org>,
Al Viro <viro@zeniv.linux.org.uk>
Subject: [PATCH 0/3] kernel/nsproxy: Minor nsproxy code simplification
Date: Fri, 30 May 2025 16:03:03 -0400 [thread overview]
Message-ID: <20250530200305.85319-2-jsavitz@redhat.com> (raw)
The first patch removes an unnecessary guard by the same logic as
commit 5caa2d89b7f1 ("kernel/nsproxy: remove unnecessary guards").
The second patch fixes the total ordering of resource acquisition
in validate_nsset().
The third patch implements usage of the cleanup helper added by commit
d057c108155a ("nsproxy: add a cleanup helper for nsproxy").
Joel Savitz (3):
kernel/nsproxy: remove unnecessary guard in validate_nsset()
kernel/nsproxy: fix put_*() call ordering in validate_nsset()
kernel/nsproxy: utilize cleanup helper for nsproxy references
kernel/nsproxy.c | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
--
2.45.2
next reply other threads:[~2025-05-30 20:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-30 20:03 Joel Savitz [this message]
2025-05-30 20:03 ` [PATCH 1/3] kernel/nsproxy: remove unnecessary guard in validate_nsset() Joel Savitz
2025-05-30 20:03 ` [PATCH 2/3] kernel/nsproxy: fix put_*() call ordering " Joel Savitz
2025-05-30 20:03 ` [PATCH 3/3] kernel/nsproxy: utilize cleanup helper for nsproxy references Joel Savitz
2025-06-09 14:23 ` [PATCH 0/3] kernel/nsproxy: Minor nsproxy code simplification Joel Savitz
2025-06-18 19:49 ` Joel Savitz
2025-07-01 16:41 ` Joel Savitz
2025-07-07 14:37 ` Joel Savitz
2025-07-14 12:22 ` Christian Brauner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250530200305.85319-2-jsavitz@redhat.com \
--to=jsavitz@redhat.com \
--cc=brauner@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox