[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090217182615.897042724@cmpxchg.org>
Date: Tue, 17 Feb 2009 19:26:15 +0100
From: Johannes Weiner <hannes@...xchg.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Pekka Enberg <penberg@...helsinki.fi>,
Chas Williams <chas@....nrl.navy.mil>,
Evgeniy Polyakov <johnpol@....mipt.ru>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [patch 0/7] kzfree() v2
This series introduces kzfree() and converts callsites which do
memset() + kzfree() explicitely.
The caller intention is to ensure that security-sensitive data are
cleared from slab objects before they are passed back to the
allocator.
This also removes the last modular ksize() user (crypto/api.c) again
by converting it to kzfree() which figures out the length of the
memory region to zero internally.
I left out drivers/w1/w1{,_int}.c and dropped the conversion of
drivers/atm/mpoa_caches.c in this iteration as I think they don't
strictly need the zeroeing and the memsetting should probably be
removed [ added Chas Williams and Evgeniy Polyakov to Cc ].
v2:
- EXPORT_SYMBOL(kzfree), thanks linker
- remove superfluous NULL checks, thanks Pekka
- mention `security' in the description
Hannes
arch/s390/crypto/prng.c | 3 +--
crypto/api.c | 5 +----
drivers/md/dm-crypt.c | 6 ++----
drivers/s390/crypto/zcrypt_pcixcc.c | 3 +--
drivers/usb/host/hwa-hc.c | 3 +--
drivers/usb/wusbcore/cbaf.c | 3 +--
fs/cifs/connect.c | 6 +-----
fs/cifs/misc.c | 10 ++--------
fs/ecryptfs/keystore.c | 3 +--
fs/ecryptfs/messaging.c | 3 +--
include/linux/slab.h | 1 +
mm/util.c | 20 ++++++++++++++++++++
12 files changed, 33 insertions(+), 33 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists