bpf: add memlock precharge for socket local storage
authorRoman Gushchin <guro@fb.com>
Thu, 30 May 2019 01:03:56 +0000 (18:03 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 31 May 2019 23:52:56 +0000 (16:52 -0700)
commitd50836cda698f6966e63c2c7f718d7c2f687ec8a
treec9491529cefef7904504ba174973f96cbd73aff7
parentffc8b144d5d056dd0ab8d995c7345cdd6a589fc7
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>
net/core/bpf_sk_storage.c