From: Daniel Borkmann Date: Mon, 26 May 2014 18:17:34 +0000 (+0200) Subject: net: filter: test fill/spill of all M[] regs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~129 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108cc22a93e1843e728b9753442429c71f48f9e4;p=pandora-kernel.git net: filter: test fill/spill of all M[] regs This test for classic BPF probes stores and load combination via X on all 16 registers of the scratch memory store. It initially loads integer 100 and passes this value around to each register while incrementing it every time, thus we expect to have 116 as a result. Might be useful for JIT testing. Signed-off-by: Daniel Borkmann Acked-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed