]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove kzfree() compatibility definition
authorEric Biggers <ebiggers@google.com>
Fri, 23 Oct 2020 23:27:16 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Oct 2020 18:39:02 +0000 (11:39 -0700)
commitb174cb9983646ce27e39bca0b039d9a403764c36
tree041b0e0930500476e0cb17ea0d395b91704cc91b
parentcb4432ded489ce434ac7e1ec8a15793aa05bc7e5
mm: remove kzfree() compatibility definition

Commit 877ae2a622de ("mm, treewide: rename kzfree() to
kfree_sensitive()") renamed kzfree() to kfree_sensitive(),
but it left a compatibility definition of kzfree() to avoid
being too disruptive.

Since then a few more instances of kzfree() have slipped in.

Just get rid of them and remove the compatibility definition
once and for all.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/staging/rtl8192e/rtllib_crypt_tkip.c
drivers/staging/rtl8192e/rtllib_crypt_wep.c
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
include/linux/slab.h
net/tipc/crypto.c