]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'inner_map_spin_lock-fix'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 28 Feb 2019 01:03:14 +0000 (17:03 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 28 Feb 2019 01:03:14 +0000 (17:03 -0800)
commit2e2537ccad1fe8f40980cb346b42820bb1671c36
treec081bdb931c9c0d7a9a30ff44d421e673e3f3bea
parentf840a0f9b6c7b409778541f8c498e3df8be05ac6
parent3d5f5f0c32116f7c9a7a5657096b9d6aee122c0c
Merge branch 'inner_map_spin_lock-fix'

Yonghong Song says:

====================
The inner_map_meta->spin_lock_off is not set correctly during
map creation for BPF_MAP_TYPE_ARRAY_OF_MAPS and BPF_MAP_TYPE_HASH_OF_MAPS.
This may lead verifier error due to misinformation.
This patch set fixed the issue with Patch #1 for the kernel change
and Patch #2 for enhanced selftest test_maps.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>