OSDN Git Service

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)
commit76b5e30397ebe9f9dd58511d32945018f8196be9
treeee60aebfc20747a4df2532951263c3f64858f802
parent2576b96757e481fb40f097517763ccf75f935037
parent3dca21156b5f809510e8c3efe7f1046e27242e3d
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>