On Sat, Apr 27, 2019 at 9:01 AM Yonghong Song <yhs@xxxxxx> wrote: > > > > On 4/26/19 4:39 PM, Martin KaFai Lau wrote: > > v4: > > - Move checks to map_alloc_check in patch 1 (Stanislav Fomichev) > > - Refactor BTF encoding macros to test_btf.h at > > a new patch 4 (Stanislav Fomichev) > > - Refactor getenv and add print PASS message at the > > end of the test in patch 6 (Yonghong Song) > > > > v3: > > - Replace spinlock_types.h with spinlock.h in patch 1 > > (kbuild test robot <lkp@xxxxxxxxx>) > > > > v2: > > - Add the "test_maps.h" file in patch 5 > > > > This series introduces the BPF sk local storage. The > > details is in the patch 1 commit message. > > > > Martin KaFai Lau (7): > > bpf: Introduce bpf sk local storage > > bpf: Sync bpf.h to tools > > bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing > > bpf: Refactor BTF encoding macro to test_btf.h > > bpf: Add verifier tests for the bpf_sk_storage > > bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps > > bpf: Add ene-to-end test for bpf_sk_storage_* helpers > > Looks good to me. Ack the whole series. > > Acked-by: Yonghong Song <yhs@xxxxxx> Looks great to me as well. Applied to bpf-next. Thanks!