• D
    net: check type when freeing metadata dst · e65a4955
    David Lamparter 提交于
    Commit 3fcece12 ("net: store port/representator id in metadata_dst")
    added a new type field to 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: 3fcece12 ("net: store port/representator id in metadata_dst")
    Signed-off-by: NDavid Lamparter <equinox@diac24.net>
    Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
    Cc: Sridhar Samudrala <sridhar.samudrala@intel.com>
    Cc: Simon Horman <horms@verge.net.au>
    Cc: David S. Miller <davem@davemloft.net>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    e65a4955
dst.c 7.8 KB