lkml.org 
[lkml]   [2022]   [May]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH bpf 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
On Tue, May 17, 2022 at 12:49:34AM +0200, Eugene Syromiatnikov wrote:
> On Mon, May 16, 2022 at 11:34:45PM +0200, Jiri Olsa wrote:
> > On Mon, May 16, 2022 at 08:27:08PM +0200, Eugene Syromiatnikov wrote:
> > > + if (check_mul_overflow(cnt, sizeof(*syms), &size))
> > > + return -EOVERFLOW;
> >
> > there was an update already:
> >
> > 0236fec57a15 bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
> >
> > so this won't apply anymore, could you please rebase on top of the latest bpf-next/master?
>
> The issue that this specific check has to go in 4.18, as it covers
> possible out-of-bounds write, I'm not sure how to handle it, have
> a branch where it is merged manually?

As Jiri said, please use bpf-next.

\
 
 \ /
  Last update: 2022-05-17 03:15    [W:0.069 / U:0.616 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site