lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 14 Feb 2009 19:49:54 +0200
From:	Raz <raziebe@...il.com>
To:	netdev@...r.kernel.org
Subject: Question: alloc_skb_from_cache

hello
I am trying to understand how alloc_skb_from_cache worked ( when it
was part of the mainline ).
I am interested in this api be cause it is easier to find memory leaks
using slabs.
But , when releasing skb:

__kfree_skb()
    slb_release_data()
         kfree(skb->head)

skb->head points contains a private cache object pointer and it is
being released to a general purpose cache ?

thank you
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ