containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-24 22:46:14 to 2021-04-28 15:10:04 UTC [more...]

[PATCH v10 0/9] Count rlimits in each user namespace
 2021-04-28 15:09 UTC  (20+ messages)
` [PATCH v10 1/9] Increase size of ucounts to atomic_long_t
` [PATCH v10 2/9] Add a reference to ucounts for each cred
` [PATCH v10 3/9] Use atomic_t for ucounts reference counting
` [PATCH v10 4/9] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v10 5/9] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING "
  ` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression
` [PATCH v10 7/9] Reimplement RLIMIT_MEMLOCK on top of ucounts
` [PATCH v10 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
` [PATCH v10 9/9] ucounts: Set ucount_max to the largest positive value the type can hold

Containers Development List Migration
 2021-04-28 14:56 UTC  (2+ messages)

[PATCH RESEND 0/5] Handle seccomp notification preemption
 2021-04-28 14:08 UTC  (20+ messages)
` [PATCH RESEND 1/5] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier
` [PATCH RESEND 3/5] selftests/seccomp: Add test for wait killable notifier
` [PATCH RESEND 4/5] seccomp: Support atomic "addfd + send reply"
` [PATCH RESEND 5/5] selftests/seccomp: Add test for atomic addfd+send

LPC 2020 Hackroom Session: summary and next steps for isolated user namespaces
 2021-04-23 14:36 UTC  (4+ messages)

[PATCH v11 0/9] Count rlimits in each user namespace
 2021-04-22 12:27 UTC  (10+ messages)
` [PATCH v11 1/9] Increase size of ucounts to atomic_long_t
` [PATCH v11 2/9] Add a reference to ucounts for each cred
` [PATCH v11 3/9] Use atomic_t for ucounts reference counting
` [PATCH v11 4/9] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v11 6/9] Reimplement RLIMIT_SIGPENDING "
` [PATCH v11 7/9] Reimplement RLIMIT_MEMLOCK "
` [PATCH v11 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
` [PATCH v11 9/9] ucounts: Set ucount_max to the largest positive value the type can hold

[PATCH 0/1] seccomp: Erroneous return on interrupted addfd ioctl()
 2021-04-13 18:02 UTC  (4+ messages)
` [PATCH 1/1] seccomp: Always "goto wait" if the list is empty

[PATCH 0/5] Handle seccomp notification preemption
 2021-04-13 16:07 UTC  (8+ messages)
` [PATCH 1/5] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH 2/5] seccomp: Add wait_killable semantic to seccomp user notifier
` [PATCH 3/5] selftests/seccomp: Add test for wait killable notifier
` [PATCH 4/5] seccomp: Support atomic "addfd + send reply"
` [PATCH 5/5] selftests/seccomp: Add test for atomic addfd+send

[PATCH v6 24/40] fs: make helpers idmap mount aware
 2021-04-13  8:26 UTC  (3+ messages)

[PATCH v9 0/8] Count rlimits in each user namespace
 2021-04-07 16:56 UTC  (15+ messages)
` [PATCH v9 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v9 2/8] Add a reference to ucounts for each cred
` [PATCH v9 3/8] Use atomic_t for ucounts reference counting
` [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v9 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v9 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v9 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v9 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH] kernel: automatically split user namespace extent
 2021-04-02 14:46 UTC  (4+ messages)

[PATCH 0/5] Handle seccomp notification preemption
 2021-03-23 17:25 UTC  (2+ messages)

[PATCH] seccomp: fix the cond to report loaded filters
 2021-03-22  2:03 UTC  (2+ messages)

seccomp: Delay filter activation
 2021-03-19 11:03 UTC  (7+ messages)

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-16 19:32 UTC  (15+ messages)
` [PATCH v8 1/8] Increase size of ucounts to atomic_long_t
` [PATCH v8 2/8] Add a reference to ucounts for each cred
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting
` [PATCH v8 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v8 5/8] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v8 6/8] Reimplement RLIMIT_SIGPENDING "
` [PATCH v8 7/8] Reimplement RLIMIT_MEMLOCK "
` [PATCH v8 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH v6 09/40] xattr: handle idmapped mounts
 2021-03-13  0:05 UTC  (24+ messages)
` [PATCH v6 00/40] "
  ` [PATCH v6 02/40] fs: add id translation helpers
  ` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
  ` [PATCH v6 23/40] exec: handle idmapped mounts
  ` [PATCH v6 39/40] xfs: support "

[PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2021-03-12 16:41 UTC  (6+ messages)
` [PATCH v6 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v6 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v6 4/5] proc: Relax check of mount visibility
` [PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v5 0/5] proc: Relax check of mount visibility
 2021-03-10 20:07 UTC  (8+ messages)
` [PATCH v5 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v5 2/5] proc: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v5 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v5 4/5] proc: Relax check of mount visibility
` [PATCH v5 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v7 0/7] Count rlimits in each user namespace
 2021-03-05 17:56 UTC  (17+ messages)
` [PATCH v7 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v7 2/7] Add a reference to ucounts for each cred
  ` e1e57d56fe: stress-ng.access.ops_per_sec -41.6% regression
` [PATCH v7 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v7 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v7 5/7] Reimplement RLIMIT_SIGPENDING "
  ` d28296d248: stress-ng.sigsegv.ops_per_sec -82.7% regression
` [PATCH v7 6/7] Reimplement RLIMIT_MEMLOCK on top of ucounts
  ` 5b5c35b757: BUG:KASAN:use-after-free_in_dec_rlimit_ucounts
` [PATCH v7 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[RFC PATCH 0/3] Seccomp non-preemptible notifier
 2021-02-26 16:57 UTC  (5+ messages)
` [RFC PATCH 1/3] seccomp: Refactor notification handler to prepare for new semantics
` [RFC PATCH 2/3] seccomp: Add wait_killable semantic to seccomp user notifier
` [RFC PATCH 3/3] selftests/seccomp: Add test for wait killable notifier

[PATCH v6 0/7] Count rlimits in each user namespace
 2021-02-23  5:30 UTC  (18+ messages)
` [PATCH v6 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v6 2/7] Add a reference to ucounts for each cred
` [PATCH v6 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v6 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v6 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v6 6/7] Reimplement RLIMIT_MEMLOCK "
  ` [PATCH v7 "
  ` f009495a8d: BUG:KASAN:use-after-free_in_user_shm_unlock
` [PATCH v6 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[GIT PULL] user namespace updates for v5.12-rc1
 2021-02-23  1:53 UTC  (2+ messages)

[RFC][PATCH 0/2] keys: request_key() interception in containers
 2021-02-07 23:55 UTC  (6+ messages)
` [PATCH 1/2] Add namespace tags that can be used for matching without pinning a ns
` [PATCH 2/2] keys: Allow request_key upcalls from a container to be intercepted

[PATCH v5 0/7] Count rlimits in each user namespace
 2021-02-05  2:55 UTC  (10+ messages)
` [PATCH v5 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v5 2/7] Add a reference to ucounts for each cred
` [PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
  ` c632dadc10: BUG:KASAN:null-ptr-deref_in_is_ucounts_overlimit
` [PATCH v5 4/7] Reimplement RLIMIT_MSGQUEUE on top of ucounts
` [PATCH v5 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v5 6/7] Reimplement RLIMIT_MEMLOCK "
  ` 0ac0c30c8f: WARNING:at_kernel/ucount.c:#dec_rlimit_ucounts
` [PATCH v5 7/7] kselftests: Add test to check for rlimit changes in different user namespaces


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