mbox series

[0/2] More strict error checking in bpf_asm (v3).

Message ID cover.1614201868.git.ian@zenhack.net (mailing list archive)
Headers show
Series More strict error checking in bpf_asm (v3). | expand

Message

Ian Denhardt Feb. 24, 2021, 9:24 p.m. UTC
Gah, managed to typo my own name in the v2 patch >.<

This one should be good :/

Ian Denhardt (2):
  tools, bpf_asm: Hard error on out of range jumps.
  tools, bpf_asm: exit non-zero on errors.

 tools/bpf/bpf_exp.y | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

--
2.30.1

Comments

Daniel Borkmann Feb. 26, 2021, 10 p.m. UTC | #1
On 2/24/21 10:24 PM, Ian Denhardt wrote:
> Gah, managed to typo my own name in the v2 patch >.<
> 
> This one should be good :/
> 
> Ian Denhardt (2):
>    tools, bpf_asm: Hard error on out of range jumps.
>    tools, bpf_asm: exit non-zero on errors.
> 
>   tools/bpf/bpf_exp.y | 14 ++++++++------
>   1 file changed, 8 insertions(+), 6 deletions(-)

Applied, thanks!
Ian Denhardt Feb. 26, 2021, 10:41 p.m. UTC | #2
Quoting Daniel Borkmann (2021-02-26 17:00:58)

> Applied, thanks!

You're welcome!