commit | 336562752acc1a723f9a24b5b8129ae22e0478c6 | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@microsoft.com> | Wed Sep 15 01:54:00 2021 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Sep 15 22:39:55 2021 +0200 |
tree | c9c87cd366e52a7632c629603538b3239c48e3d6 | |
parent | 69cd823956ba8ce266a901170b1060db8073bddd [diff] |
bpf: Update bpf_get_smp_processor_id() documentation BPF programs run with migration disabled regardless of preemption, as they are protected by migrate_disable(). Update the uapi documentation accordingly. Signed-off-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20210914235400.59427-1-mcroce@linux.microsoft.com