[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170531155145.17111-1-mhocko@kernel.org>
Date: Wed, 31 May 2017 17:51:42 +0200
From: Michal Hocko <mhocko@...nel.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: <linux-mm@...ck.org>, Andrew Morton <akpm@...ux-foundation.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
Florian Westphal <fw@...len.de>,
Herbert Xu <herbert@...dor.apana.org.au>,
Jozsef Kadlecsik <kadlec@...ckhole.kfki.hu>,
Michal Hocko <mhocko@...e.com>,
Pablo Neira Ayuso <pablo@...filter.org>,
Thomas Graf <tgraf@...g.ch>
Subject: [PATCH 0/3] replace few other kvmalloc open coded variants
Hi,
while doing something unrelated I've noticed these few open coded
kvmalloc variants so let's replace them with the library function. Each
patch can be merged separately so I hope I've CCed proper people. This
is based on the current linux-next.
Shortlog
Michal Hocko (3):
fs/file: replace alloc_fdmem with kvmalloc alternative
lib/rhashtable.c: use kvzalloc in bucket_table_alloc when possible
netfilter: use kvmalloc xt_alloc_table_info
Diffstat
fs/file.c | 22 ++++------------------
lib/rhashtable.c | 7 +++----
net/netfilter/x_tables.c | 12 ++++--------
3 files changed, 11 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists