On Mon, Oct 26, 2020 at 10:39:31AM +0100, Valentin Vidić wrote:
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%3Ba=su...
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@vger.kernel.org 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@intel.com Signed-off-by: Valentin Vidic vvidic@valentin-vidic.from.hr Link: https://lore.kernel.org/r/20201018184255.28989-1-vvidic@valentin-vidic.from.... Signed-off-by: Jakub Kicinski kuba@kernel.org
I'll grab that one too, thanks!