]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'misc-improvements'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 21 Oct 2018 06:13:33 +0000 (23:13 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 21 Oct 2018 06:13:33 +0000 (23:13 -0700)
commit7e9577d833d95b54dfc6206f93156d41cec5f831
treeee60aebfc20747a4df2532951263c3f64858f802
parentc5fc4c23fa263cd4b974dbf19604dd83d06b30b4
parent1f2ec07187553f1438becc541485dd8930c3aac9
Merge branch 'misc-improvements'

Daniel Borkmann says:

====================
Last batch of misc patches I had in queue: first one removes some left-over
bits from ULP, second is a fix in the verifier where we wrongly use register
number as type to fetch the string for the dump, third disables xadd on flow
keys and subsequent one removes the flow key type from check_helper_mem_access()
as they cannot be passed into any helper as of today. Next one lets map push,
pop, peek avoid having to go through retpoline, and last one has a couple of
minor fixes and cleanups for the ring buffer walk.
====================

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