From: Bartosz Golaszewski <b...@bgdev.pl> Date: Wed, 27 May 2020 11:24:04 +0200
> From: Bartosz Golaszewski <bgolaszew...@baylibre.com> > > The dma_addr field in desc_data must not be overwritten until after the > new skb is mapped. Currently we do replace it with uninitialized value > in error path. This change fixes it by moving the assignment before the > label to which we jump after mapping or allocation errors. > > Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver") > Reported-by: Nathan Chancellor <natechancel...@gmail.com> > Signed-off-by: Bartosz Golaszewski <bgolaszew...@baylibre.com> Applied, please use "[PATCH net-next]" to clearly indicate the target GIT tree next time. Thank you.