containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 17:27:26 to 2021-06-29 20:20:31 UTC [more...]

[GIT PULL] ucounts: Count rlimits in each user namespace
 2021-06-29 20:20 UTC  (11+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-18 23:38 UTC  (15+ messages)

device namespaces
 2021-06-15 11:33 UTC  (18+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-06-09  6:32 UTC  (39+ messages)
` [RFC PATCH bpf-next seccomp 01/12] seccomp: Move no_new_privs check to after prepare_filter
` [RFC PATCH bpf-next seccomp 02/12] bpf, seccomp: Add eBPF filter capabilities
` [RFC PATCH bpf-next seccomp 03/12] seccomp, ptrace: Add a mechanism to retrieve attached eBPF seccomp filters
` [RFC PATCH bpf-next seccomp 04/12] libbpf: recognize section "seccomp"
` [RFC PATCH bpf-next seccomp 05/12] samples/bpf: Add eBPF seccomp sample programs
` [RFC PATCH bpf-next seccomp 06/12] lsm: New hook seccomp_extended
` [RFC PATCH bpf-next seccomp 07/12] bpf/verifier: allow restricting direct map access
` [RFC PATCH bpf-next seccomp 08/12] seccomp-ebpf: restrict filter to almost cBPF if LSM request such
` [RFC PATCH bpf-next seccomp 09/12] yama: (concept) restrict seccomp-eBPF with ptrace_scope
` [RFC PATCH bpf-next seccomp 10/12] seccomp-ebpf: Add ability to read user memory
` [RFC PATCH bpf-next seccomp 11/12] bpf/verifier: support NULL-able ptr to BTF ID as helper argument
` [RFC PATCH bpf-next seccomp 12/12] seccomp-ebpf: support task storage from BPF-LSM, defaulting to group leader

[PATCH v2 0/4] Atomic addfd send and reply
 2021-06-01 19:22 UTC  (18+ messages)
` [PATCH v2 1/4] Documentation: seccomp: Fix user notification documentation
` [PATCH v2 2/4] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH v2 3/4] seccomp: Support atomic "addfd + send reply"
` [PATCH v2 4/4] selftests/seccomp: Add test for atomic addfd+send

[PATCH] selftests/seccomp: More closely track fds being assigned
 2021-05-27 18:37 UTC  (4+ messages)

Preemption Signal Management
 2021-05-26 17:52 UTC  (4+ messages)

Linux Plumbers 2021: Containers and Checkpoint/Restore micro-conference CFP
 2021-05-18  8:34 UTC 

[PATCH 0/4] Atomic addfd send and reply
 2021-05-17 18:10 UTC  (8+ messages)
` [PATCH 1/4] Documentation: seccomp: Fix user notification documentation
` [PATCH 2/4] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH 3/4] seccomp: Support atomic "addfd + send reply"
` [PATCH 4/4] selftests/seccomp: Add test for atomic addfd+send

[PATCH v3 1/5] cgroup: introduce cgroup.kill
 2021-05-10 22:02 UTC  (10+ messages)
` [PATCH v3 2/5] docs/cgroup: add entry for cgroup.kill
` [PATCH v3 3/5] tests/cgroup: use cgroup.kill in cg_killall()
` [PATCH v3 4/5] tests/cgroup: move cg_wait_for(), cg_prepare_for_wait()
` [PATCH v3 5/5] tests/cgroup: test cgroup.kill

LPC 2020 Hackroom Session: summary and next steps for isolated user namespaces
 2021-05-10 13:57 UTC  (6+ messages)

[PATCH v2 1/5] cgroup: introduce cgroup.kill
 2021-05-05 19:13 UTC  (18+ messages)
` [PATCH v2 2/5] docs/cgroup: add entry for cgroup.kill
` [PATCH v2 3/5] tests/cgroup: use cgroup.kill in cg_killall()
` [PATCH v2 4/5] tests/cgroup: move cg_wait_for(), cg_prepare_for_wait()
` [PATCH v2 5/5] tests/cgroup: test cgroup.kill

[PATCH] kernel: automatically split user namespace extent
 2021-05-05 16:06 UTC  (6+ messages)

The containers list has moved!
 2021-05-01 14:03 UTC 

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

[PATCH v11 0/9] Count rlimits in each user namespace
 2021-04-30 18:09 UTC  (12+ 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] ucounts: Silence warning in dec_rlimit_ucounts
` [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
` [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 RESEND 0/5] Handle seccomp notification preemption
 2021-04-28 17:13 UTC  (21+ 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

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-28 15:09 UTC  (8+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

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


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