commit | d50836cda698f6966e63c2c7f718d7c2f687ec8a | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Wed May 29 18:03:56 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri May 31 16:52:56 2019 -0700 |
tree | c9491529cefef7904504ba174973f96cbd73aff7 | |
parent | ffc8b144d5d056dd0ab8d995c7345cdd6a589fc7 [diff] |
bpf: add memlock precharge for socket local storage Socket local storage maps lack the memlock precharge check, which is performed before the memory allocation for most other bpf map types. Let's add it in order to unify all map types. Signed-off-by: Roman Gushchin <guro@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>