]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'map-charge-cleanup'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 31 May 2019 23:52:56 +0000 (16:52 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 31 May 2019 23:52:57 +0000 (16:52 -0700)
commit29ae9554f5d39c6bc71b6912ed73771309d1b544
treeedd6ec707ebbf68a89fc1c3fc2b2d06364978ad3
parent8d0891b94c7bdd3adc50cb457e40a3ab002846a8
parent5f479d7980930ee9be0e0fb02b426c9812fdcf93
Merge branch 'map-charge-cleanup'

Roman Gushchin says:

====================
During my work on memcg-based memory accounting for bpf maps
I've done some cleanups and refactorings of the existing
memlock rlimit-based code. It makes it more robust, unifies
size to pages conversion, size checks and corresponding error
codes. Also it adds coverage for cgroup local storage and
socket local storage maps.

It looks like some preliminary work on the mm side might be
required to start working on the memcg-based accounting,
so I'm sending these patches as a separate patchset.
====================

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