Hello! On 08/18/2017 03:16 PM, David Lamparter wrote:
There is a new metadata dst type field added in "net: store port/representator id in metadata_dst", but metadata_dst_free() wasn't updated to check it before freeing the METADATA_IP_TUNNEL specific dst cache entry. This is not currently causing problems since it's far enough back in the struct to be zeroed for the only other type currently in existance (METADATA_HW_PORT_MUX), but nevertheless it's not correct. Fixes: 3fcece12bc1b6dcdf0986f2cd9e8f63b1f9b6aa0
Please see Documentation/process/submitting-patches.rst on how this tag (and the commit citing in your description as well) should look like.
Signed-off-by: David Lamparter <equi...@diac24.net> Cc: Jakub Kicinski <jakub.kicin...@netronome.com> Cc: Sridhar Samudrala <sridhar.samudr...@intel.com> Cc: Simon Horman <ho...@verge.net.au> Cc: David S. Miller <da...@davemloft.net>
[...] MBR, Sergei