|
Message-ID: <20180112075907.GA3391@kroah.com> Date: Fri, 12 Jan 2018 08:59:07 +0100 From: Greg KH <gregkh@...uxfoundation.org> To: Dan Williams <dan.j.williams@...el.com> Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org, akpm@...ux-foundation.org, kernel-hardening@...ts.openwall.com, Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>, netdev@...r.kernel.org, Alexey Kuznetsov <kuznet@....inr.ac.ru>, tglx@...utronix.de, torvalds@...ux-foundation.org, "David S. Miller" <davem@...emloft.net>, Elena Reshetova <elena.reshetova@...el.com>, alan@...ux.intel.com Subject: Re: [PATCH v2 10/19] ipv4: prevent bounds-check bypass via speculative execution On Thu, Jan 11, 2018 at 04:47:18PM -0800, Dan Williams wrote: > Static analysis reports that 'offset' may be a user controlled value > that is used as a data dependency reading from a raw_frag_vec buffer. > In order to avoid potential leaks of kernel memory values, block > speculative execution of the instruction stream that could issue further > reads based on an invalid '*(rfv->c + offset)' value. > > Based on an original patch by Elena Reshetova. There is the "Co-Developed-by:" tag now, if you want to use it... > Cc: "David S. Miller" <davem@...emloft.net> > Cc: Alexey Kuznetsov <kuznet@....inr.ac.ru> > Cc: Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org> > Cc: netdev@...r.kernel.org > Signed-off-by: Elena Reshetova <elena.reshetova@...el.com> > Signed-off-by: Dan Williams <dan.j.williams@...el.com> > --- > net/ipv4/raw.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Ugh, what is this, the 4th time I've said "I don't think this is an issue, so why are you changing this code." to this patch. To be followed by a "oh yeah, you are right, I'll drop it", only to see it show back up in the next time this patch series is sent out? Same for the other patches in this series that I have reviewed 4, maybe 5, times already. The "v2" is not very true here... thanks, greg k-h
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.