All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: NeilBrown <neilb@suse.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>,
	Andreas Dilger <andreas.dilger@intel.com>,
	James Simmons <jsimmons@infradead.org>,
	lkml <linux-kernel@vger.kernel.org>,
	lustre <lustre-devel@lists.lustre.org>
Subject: [lustre-devel] [PATCH 00/14] staging:lustre: convert most LIBCFS*ALLOC to k*malloc - V2
Date: Tue, 9 Jan 2018 16:00:00 +0100	[thread overview]
Message-ID: <20180109150000.GA9846@kroah.com> (raw)
In-Reply-To: <151546052331.9776.7408338350463291753.stgit@noble>

On Tue, Jan 09, 2018 at 12:19:38PM +1100, NeilBrown wrote:
> This is a revised version of my LIBCFS*ALLOC cleanup series.
> - the compile error is fixed
> - some cases of "if (x) kfree(x)" have been simplified
> - LIBCFS_CPT_ALLOC() has been replaced as well.

Very nice, I've been wanting to see this happen for a very long time
now.

All now queued up, thanks.

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: NeilBrown <neilb@suse.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>,
	Andreas Dilger <andreas.dilger@intel.com>,
	James Simmons <jsimmons@infradead.org>,
	lkml <linux-kernel@vger.kernel.org>,
	lustre <lustre-devel@lists.lustre.org>
Subject: Re: [PATCH 00/14] staging:lustre: convert most LIBCFS*ALLOC to k*malloc - V2
Date: Tue, 9 Jan 2018 16:00:00 +0100	[thread overview]
Message-ID: <20180109150000.GA9846@kroah.com> (raw)
In-Reply-To: <151546052331.9776.7408338350463291753.stgit@noble>

On Tue, Jan 09, 2018 at 12:19:38PM +1100, NeilBrown wrote:
> This is a revised version of my LIBCFS*ALLOC cleanup series.
> - the compile error is fixed
> - some cases of "if (x) kfree(x)" have been simplified
> - LIBCFS_CPT_ALLOC() has been replaced as well.

Very nice, I've been wanting to see this happen for a very long time
now.

All now queued up, thanks.

greg k-h

  parent reply	other threads:[~2018-01-09 15:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09  1:19 [lustre-devel] [PATCH 00/14] staging:lustre: convert most LIBCFS*ALLOC to k*malloc - V2 NeilBrown
2018-01-09  1:19 ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 06/14] staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNEL NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 01/14] staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 11/14] staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL) NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 03/14] staging: lustre: lnet: selftest: don't allocate small strings NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 05/14] staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL) NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 02/14] staging: lustre: lnet: switch to cpumask_var_t NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 14/14] staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 13/14] staging: lustre: replace LIBCFS_CPT_ALLOC() NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 12/14] staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 07/14] staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 10/14] staging: lustre: use kmalloc for allocating ksock_tx NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 04/14] staging: lustre: lnet: use kmalloc/kvmalloc in router_proc NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 09/14] staging: lustre: lnet-route: use kmalloc for small allocation NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09  1:19 ` [lustre-devel] [PATCH 08/14] staging: lustre: more conversions to GFP_KERNEL allocations NeilBrown
2018-01-09  1:19   ` NeilBrown
2018-01-09 15:00 ` Greg Kroah-Hartman [this message]
2018-01-09 15:00   ` [PATCH 00/14] staging:lustre: convert most LIBCFS*ALLOC to k*malloc - V2 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180109150000.GA9846@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andreas.dilger@intel.com \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lustre-devel@lists.lustre.org \
    --cc=neilb@suse.com \
    --cc=oleg.drokin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.