Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1654374
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] replace few other kvmalloc open coded variants |
| Date | 2017-05-31 18:00 +0200 |
| Message-ID | <tNecp-6Ly-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] replace few other kvmalloc open coded variants Michal Hocko <mhocko@kernel.org> - 2017-05-31 18:00 +0200 [PATCH 1/3] fs/file: replace alloc_fdmem with kvmalloc alternative Michal Hocko <mhocko@kernel.org> - 2017-05-31 18:00 +0200 [PATCH 3/3] netfilter: use kvmalloc xt_alloc_table_info Michal Hocko <mhocko@kernel.org> - 2017-05-31 18:00 +0200
csiph-web