This false leak indication is avoided with a no-leak annotation to kmemleak. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- John, AFAIK, the false leak indication was not present before 3.10. Please include it in the 3.10 stream. Thanks, Larry --- Index: wireless-testing-save/drivers/net/wireless/rtlwifi/pci.c =================================================================== --- wireless-testing-save.orig/drivers/net/wireless/rtlwifi/pci.c +++ wireless-testing-save/drivers/net/wireless/rtlwifi/pci.c @@ -764,6 +764,7 @@ static void _rtl_pci_rx_interrupt(struct "can't alloc skb for rx\n"); goto done; } + kmemleak_not_leak(new_skb); pci_unmap_single(rtlpci->pdev, *((dma_addr_t *) skb->cb), -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html