[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200612183450.4189588-1-keescook@chromium.org>
Date: Fri, 12 Jun 2020 11:34:47 -0700
From: Kees Cook <keescook@...omium.org>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Kees Cook <keescook@...omium.org>,
Xiaoming Ni <nixiaoming@...wei.com>,
David Windsor <dwindsor@...il.com>,
Hans Liljestrand <ishkamiel@...il.com>,
Elena Reshetova <elena.reshetova@...el.com>,
Paul Moore <paul@...l-moore.com>, edumazet@...gle.com,
paulmck@...nel.org, David Howells <dhowells@...hat.com>,
shakeelb@...gle.com, James Morris <jamorris@...ux.microsoft.com>,
alex.huangjianhui@...wei.com, dylix.dailei@...wei.com,
chenzefeng2@...wei.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Convert nsproxy, groups, and creds to refcount_t
This series was never applied[1], and was recently pointed out as
missing[2]. If someone has a tree for this, please take it. Otherwise,
please Ack and I'll send it to Linus.
Thanks!
-Kees
[1] https://lore.kernel.org/lkml/20190306110549.7628-1-elena.reshetova@intel.com/
[2] https://lore.kernel.org/lkml/1591957695-118312-1-git-send-email-nixiaoming@huawei.com/
Elena Reshetova (3):
nsproxy: convert nsproxy.count to refcount_t
groups: convert group_info.usage to refcount_t
creds: convert cred.usage to refcount_t
include/linux/cred.h | 15 +++++++-------
include/linux/nsproxy.h | 7 +++----
kernel/cred.c | 44 ++++++++++++++++++++---------------------
kernel/groups.c | 2 +-
kernel/nsproxy.c | 6 +++---
net/sunrpc/auth.c | 2 +-
6 files changed, 38 insertions(+), 38 deletions(-)
--
2.25.1
Powered by blists - more mailing lists