xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/GIT PULL] Cleanups and bug-fix in tmem for v4.5 (v2.1)
@ 2014-04-09 13:26 Konrad Rzeszutek Wilk
  2014-04-09 13:26 ` [PATCH v2.1 01/15] tmem: refactor function do_tmem_op() Konrad Rzeszutek Wilk
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-04-09 13:26 UTC (permalink / raw)
  To: xen-devel, jbeulich

Hey Jan,

Please git pull the following branch:

 git pull git://xenbits.xen.org/people/konradwilk/xen.git stable/tmem-for-4.5.v2.1


These patches, except one, had been posted at the beginning of the year
by Bob - mostly (more on this later). The last patch:

 [PATCH v2.1 15/15] xen: tmem: tmem_try_to_evict_pgp: fix a lock issue

is new and is a bug-fix for an issue that had been in tmem for quite
some time.

The rest of the patchset is:
 - An extra bugfix for a potential race,
 - Cleanups.

They have been tested extensively over 72 hours with almost no memory
available to make sure that the error paths are also exercised.

The patch:
 [PATCH v2.1 05/15] tmem: cleanup: remove unneed parameter from pgp_delist()  

is slightly different than the posted version - as a bug-fix had been
rolled in it (an two line change).

For your convience - I am also emailing the patches in case you would
prefer to look at those instead of doing a 'git pull'


Thanks!

 xen/common/tmem.c | 583 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 299 insertions(+), 284 deletions(-)

Bob Liu (15):
      tmem: refactor function do_tmem_op()
      tmem: remove pageshift from struct tmem_pool
      tmem: cleanup: drop unneeded client/pool initialization
      tmem: bugfix in obj allocate path
      tmem: cleanup: remove unneed parameter from pgp_delist()
      tmem: cleanup: remove unneed parameter from pgp_free()
      tmem: cleanup the pgp free path
      tmem: drop oneline function client_freeze()
      tmem: cleanup: drop global_pool_list
      tmem: fix the return value of tmemc_set_var()
      tmem: remove unneeded parameters from obj destroy path
      tmem: cleanup: refactor function tmemc_shared_pool_auth()
      tmem: reorg the shared pool allocate path
      tmem: remove useless parameter from client and pool flush
      xen: tmem: tmem_try_to_evict_pgp: fix a lock issue

Thanks!

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-04-09 13:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 13:26 [PATCH/GIT PULL] Cleanups and bug-fix in tmem for v4.5 (v2.1) Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 01/15] tmem: refactor function do_tmem_op() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 02/15] tmem: remove pageshift from struct tmem_pool Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 03/15] tmem: cleanup: drop unneeded client/pool initialization Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 04/15] tmem: bugfix in obj allocate path Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 05/15] tmem: cleanup: remove unneed parameter from pgp_delist() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 06/15] tmem: cleanup: remove unneed parameter from pgp_free() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 07/15] tmem: cleanup the pgp free path Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 08/15] tmem: drop oneline function client_freeze() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 09/15] tmem: cleanup: drop global_pool_list Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 10/15] tmem: fix the return value of tmemc_set_var() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 11/15] tmem: remove unneeded parameters from obj destroy path Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 12/15] tmem: cleanup: refactor function tmemc_shared_pool_auth() Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 13/15] tmem: reorg the shared pool allocate path Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 14/15] tmem: remove useless parameter from client and pool flush Konrad Rzeszutek Wilk
2014-04-09 13:26 ` [PATCH v2.1 15/15] xen: tmem: tmem_try_to_evict_pgp: fix a lock issue Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).