On Mon, Oct 26, 2020 at 01:56:49AM -0400, Sasha Levin wrote: > This is a note to let you know that I've just added the patch titled > > net: korina: fix kfree of rx/tx descriptor array > > to the 4.4-stable tree which can be found at: > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > The filename of the patch is: > net-korina-fix-kfree-of-rx-tx-descriptor-array.patch > and it can be found in the queue-4.4 subdirectory. > > If you, or anyone else, feels it should not be added to the stable tree, > please let <stable@xxxxxxxxxxxxxxx> know about it. A followup patch is probably required with this one: commit 3bd57b90554b4bb82dce638e0668ef9dc95d3e96 net: korina: cast KSEG0 address to pointer in kfree Fixes gcc warning: passing argument 1 of 'kfree' makes pointer from integer without a cast Fixes: 3af5f0f ("net: korina: fix kfree of rx/tx descriptor array") Reported-by: kernel test robot <lkp@xxxxxxxxx> Signed-off-by: Valentin Vidic <vvidic@xxxxxxxxxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20201018184255.28989-1-vvidic@xxxxxxxxxxxxxxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> -- Valentin