]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68387f65c27e0ac2707f28f702744fd3f122a4bf
treee709bccec939c79f8e25d7902a5a89f26b24caae
parent27eaabae55f2a1e9a6ba57255b4809777bbf492e
parent4f4710c22f6e8afd17d12c9b33925f7b54063bbc
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>