]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'bpf-misc-helper-verifier-improvements'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2017 09:22:53 +0000 (02:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jul 2017 09:22:53 +0000 (02:22 -0700)
commit63d7c880c58c257d07fbf909940467905071c6fd
treeea378960d06698fc503e5f1ccd6d1b9e4d74e306
parenta68491f895a937778bb25b0795830797239de31f
parent6d191ed40d8d84ef0045cd44c75c63770e250f2d
Merge branch 'bpf-misc-helper-verifier-improvements'

Daniel Borkmann says:

====================
Misc BPF helper/verifier improvements

Miscellanous improvements I still had in my queue, it adds a new
bpf_skb_adjust_room() helper for cls_bpf, exports to fdinfo whether
tail call array owner is JITed, so iproute2 error reporting can be
improved on that regard, a small cleanup and extension to trace
printk, two verifier patches, one to make the code around narrower
ctx access a bit more straight forward and one to allow for imm += x
operations, that we've seen LLVM generating and the verifier currently
rejecting. We've included the patch 6 given it's rather small and
we ran into it from LLVM side, it would be great if it could be
queued for stable as well after the merge window. Last but not least,
test cases are added also related to imm alu improvement.

Thanks a lot!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>