Merge branch 'sk-local-storage'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 27 Apr 2019 16:07:49 +0000 (09:07 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 27 Apr 2019 16:07:49 +0000 (09:07 -0700)
commit9076c49bdca2aa68c805f2677b2bccc4bde2bac1
treee709bccec939c79f8e25d7902a5a89f26b24caae
parent3745dc24aa7a6a45771a6b441194b857ac615cfc
parent263d0b35334112dd999afb4246646a2ea9da800d
Merge branch 'sk-local-storage'

Martin KaFai Lau says:

====================
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@intel.com>)

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

Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>