Re: pull-request: can 2021-01-20

2021-01-20 Thread Marc Kleine-Budde
On 1/20/21 9:36 PM, Jakub Kicinski wrote: Note: Patch 1/3 touches "drivers/net/can/dev.c". In net-next/master this file has been moved to drivers/net/can/dev/dev.c [1] and parts of it have been transfered into separate files. This may result in a merge conflict. Please car

Re: pull-request: can 2021-01-20

2021-01-20 Thread patchwork-bot+netdevbpf
use after free > bug > in the CAN device infrastructure, the vxcan driver, and the peak_usk driver. > In > the TX-path the skb is used to read from after it was passed to the networking > stack with netif_rx_ni(). > > [...] Here is the summary with links: - pu

Re: pull-request: can 2021-01-20

2021-01-20 Thread Jakub Kicinski
On Wed, 20 Jan 2021 21:20:13 +0100 Marc Kleine-Budde wrote: > On 1/20/21 6:19 PM, Jakub Kicinski wrote: > >> this is a pull request of 3 patches for net/master. > >> > >> All three patches are by Vincent Mailhol and fix a potential use after > >> free bug > >> in the CAN device infrastructure, the

Re: pull-request: can 2021-01-20

2021-01-20 Thread Marc Kleine-Budde
On 1/20/21 6:19 PM, Jakub Kicinski wrote: >> this is a pull request of 3 patches for net/master. >> >> All three patches are by Vincent Mailhol and fix a potential use after free >> bug >> in the CAN device infrastructure, the vxcan driver, and the peak_usk driver. >> In >> the TX-path the skb is

pull-request: can 2021-01-20

2021-01-20 Thread Marc Kleine-Budde
Hello Jakub, hello David, this is a pull request of 3 patches for net/master. All three patches are by Vincent Mailhol and fix a potential use after free bug in the CAN device infrastructure, the vxcan driver, and the peak_usk driver. In the TX-path the skb is used to read from after it was passe

Re: pull-request: can 2021-01-20

2021-01-20 Thread Jakub Kicinski
On Wed, 20 Jan 2021 13:51:59 +0100 Marc Kleine-Budde wrote: > Hello Jakub, hello David, > > this is a pull request of 3 patches for net/master. > > All three patches are by Vincent Mailhol and fix a potential use after free > bug > in the CAN device infrastructure, the vxcan driver, and the peak