You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lxc/start: assume CLONE_PIDFD and clone3 are supported
We agreed to set 6.12 as a Linux kernel requirement for LXC 7.x line,
it was released in Nov 2024 [1].
Let's drop fallback code for cases when CLONE_PIDFD or clone3 are not supported.
CLONE_PIDFD was added in 5.2
clone3 was added in 5.3
I decided to keep fallback logic for non-supported CLONE_INTO_CGROUP for now, while
it was added in 5.7.
Link: torvalds/linux@adc2186 [1]
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@futurfusion.io>
0 commit comments