Is it possible to change a process's CPU affinity with eBPF?
I checked all bpf helper functions, no directly related functions. But can use bpf_get_current_task to retrieve the task_struct. Is it possible to change a process's CPU affinity via modifying its task_struct in eBPF?