Message ID | 20210429220839.15667-1-fllinden@amazon.com |
---|---|
Headers | show |
Series | BPF backports for CVE-2021-29155 | expand |
On Thu, Apr 29, 2021 at 10:08:31PM +0000, Frank van der Linden wrote: > This is a backport of the BPF verifier fixes for CVE-2021-29155. Original > series was part of the pull request here: https://lore.kernel.org/bpf/20210416223700.15611-1-daniel@iogearbox.net/T/ > > This wasn't a complicated backport, but copying bpf@ to see if > there are any concerns. > > 5.4 verifier selftests are clean with this backport: > Summary: 1566 PASSED, 0 SKIPPED, 0 FAILED > > The individual commits: Many thanks for these, now queued up. greg k-h
Sure. I have a 4.14 one coming up too, but that one was just a little harder, and it also corrects a previous backport error that was made (correction was already acked), and picks some other commits to get selftests clean. So I'll probably send it to just bpf@ first. Others will have to take care of 4.19 or older kernels, though, just flagging that I have done the 4.14 backport for these. Frank On 4/30/21, 6:39 AM, "Greg KH" <gregkh@linuxfoundation.org> wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Thu, Apr 29, 2021 at 10:08:31PM +0000, Frank van der Linden wrote: > This is a backport of the BPF verifier fixes for CVE-2021-29155. Original > series was part of the pull request here: https://lore.kernel.org/bpf/20210416223700.15611-1-daniel@iogearbox.net/T/ > > This wasn't a complicated backport, but copying bpf@ to see if > there are any concerns. > > 5.4 verifier selftests are clean with this backport: > Summary: 1566 PASSED, 0 SKIPPED, 0 FAILED > > The individual commits: Many thanks for these, now queued up. greg k-h
On Fri, Apr 30, 2021 at 04:38:29PM +0000, van der Linden, Frank wrote: > Sure. I have a 4.14 one coming up too, but that one was just a little harder, and it also corrects a previous backport error that was made (correction was already acked), and picks some other commits to get selftests clean. So I'll probably send it to just bpf@ first. > > Others will have to take care of 4.19 or older kernels, though, just flagging that I have done the 4.14 backport for these. I can not take fixes for 4.14 that are not also in 4.19, sorry, as we can not have people upgrading to newer kernels and have regressions. thanks, greg k-h
Ok, that's fine. I can't really do 4.19 right now, someone else will have to take care of that one. In the meantime, I'll re-send my 4.14 series with just the first two patches, that fix a 4.14-specific backport error. Frank On 4/30/21, 11:05 PM, "Greg KH" <gregkh@linuxfoundation.org> wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Fri, Apr 30, 2021 at 04:38:29PM +0000, van der Linden, Frank wrote: > Sure. I have a 4.14 one coming up too, but that one was just a little harder, and it also corrects a previous backport error that was made (correction was already acked), and picks some other commits to get selftests clean. So I'll probably send it to just bpf@ first. > > Others will have to take care of 4.19 or older kernels, though, just flagging that I have done the 4.14 backport for these. I can not take fixes for 4.14 that are not also in 4.19, sorry, as we can not have people upgrading to newer kernels and have regressions. thanks, greg k-h