[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170502.150604.1278120708759571672.davem@davemloft.net>
Date: Tue, 02 May 2017 15:06:04 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: daniel@...earbox.net
Cc: ast@...com, netdev@...r.kernel.org, xi.wang@...il.com,
catalin.marinas@....com, zlim.lnx@...il.com,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH net] bpf, arm64: fix jit branch offset related to
ldimm64
From: Daniel Borkmann <daniel@...earbox.net>
Date: Tue, 2 May 2017 20:34:54 +0200
> When the instruction right before the branch destination is
> a 64 bit load immediate, we currently calculate the wrong
> jump offset in the ctx->offset[] array as we only account
> one instruction slot for the 64 bit load immediate although
> it uses two BPF instructions. Fix it up by setting the offset
> into the right slot after we incremented the index.
...
> Also, add a couple of test cases to make sure JITs pass
> this test. Tested on Cavium ThunderX ARMv8. The added
> test cases all pass after the fix.
>
> Fixes: 8eee539ddea0 ("arm64: bpf: fix out-of-bounds read in bpf2a64_offset()")
> Reported-by: David S. Miller <davem@...emloft.net>
> Signed-off-by: Daniel Borkmann <daniel@...earbox.net>
> Acked-by: Alexei Starovoitov <ast@...nel.org>
Applied and queued up for -stable, thanks!
I also applied your XADD patch as well.
Thanks again.
Powered by blists - more mailing lists