linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Convert nsproxy, groups, and creds to refcount_t
@ 2020-06-12 18:34 Kees Cook
  2020-06-12 18:34 ` [PATCH 1/3] nsproxy: convert nsproxy.count " Kees Cook
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Kees Cook @ 2020-06-12 18:34 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Kees Cook, Xiaoming Ni, David Windsor, Hans Liljestrand,
	Elena Reshetova, Paul Moore, edumazet, paulmck, David Howells,
	shakeelb, James Morris, alex.huangjianhui, dylix.dailei,
	chenzefeng2, linux-kernel

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


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

end of thread, other threads:[~2021-01-26 11:46 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12 18:34 [PATCH 0/3] Convert nsproxy, groups, and creds to refcount_t Kees Cook
2020-06-12 18:34 ` [PATCH 1/3] nsproxy: convert nsproxy.count " Kees Cook
2020-06-12 18:34 ` [PATCH 2/3] groups: convert group_info.usage " Kees Cook
2020-06-15  0:57   ` [groups] 67467ae141: will-it-scale.per_process_ops 4.3% improvement kernel test robot
2020-06-12 18:34 ` [PATCH 3/3] creds: convert cred.usage to refcount_t Kees Cook
2020-06-15  2:02   ` Xiaoming Ni
2020-06-15  2:10 ` [PATCH 0/3] Convert nsproxy, groups, and creds " Xiaoming Ni
2020-06-15  3:55   ` Kees Cook
2020-06-15  5:35     ` Reshetova, Elena
2020-06-15 18:08       ` Kees Cook
2020-06-18  7:39         ` Reshetova, Elena
2020-07-21 11:02         ` David Howells
2020-07-21 10:51   ` David Howells
2020-07-21 18:44     ` Kees Cook
2020-07-21 19:51       ` Peter Zijlstra
2020-07-28 10:56       ` David Howells
2020-07-29 11:11         ` [RFC][PATCH] locking/refcount: Provide __refcount API to obtain the old value peterz
2020-07-29 11:37           ` peterz
2020-07-29 19:29             ` Kees Cook
2020-07-29 19:30           ` Kees Cook
2020-08-27  7:54           ` [tip: locking/core] " tip-bot2 for Peter Zijlstra
2020-09-21 11:22           ` [RFC][PATCH] " Will Deacon
2021-01-26 11:25           ` David Howells
2020-07-29 20:41         ` David Howells
2020-07-29 20:52           ` Kees Cook
2020-07-28 11:01     ` [PATCH 0/3] Convert nsproxy, groups, and creds to refcount_t David Howells

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).