[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250530200305.85319-2-jsavitz@redhat.com>
Date: Fri, 30 May 2025 16:03:03 -0400
From: Joel Savitz <jsavitz@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Joel Savitz <jsavitz@...hat.com>,
Christian Brauner <brauner@...nel.org>,
Al Viro <viro@...iv.linux.org.uk>
Subject: [PATCH 0/3] kernel/nsproxy: Minor nsproxy code simplification
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
Powered by blists - more mailing lists