All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] altstack: cleanups
@ 2016-06-03  8:41 David Gibson
  2016-06-03  8:41 ` [PATCH 1/5] altstack: Consolidate thread-local variables David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: David Gibson @ 2016-06-03  8:41 UTC (permalink / raw)
  To: dan; +Cc: ccan

Dan,

Here are a bunch of assorted cleanups to the altstack module.  If they
seem reasonable to you, please apply.

David Gibson (5):
  altstack: Consolidate thread-local variables
  altstack: Restore alternate signal stack state
  altstack: Use ptrint instead of bare casts
  altstack: Don't use 0 pointer literals
  altstack: Don't log internal calls in test cases

 ccan/altstack/_info      |  9 ++++--
 ccan/altstack/altstack.c | 78 +++++++++++++++++++++++++-----------------------
 ccan/altstack/altstack.h |  6 ++--
 ccan/altstack/test/run.c | 76 ++++++++++++++--------------------------------
 4 files changed, 74 insertions(+), 95 deletions(-)

-- 
2.5.5

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

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

end of thread, other threads:[~2016-06-20 12:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03  8:41 [PATCH 0/5] altstack: cleanups David Gibson
2016-06-03  8:41 ` [PATCH 1/5] altstack: Consolidate thread-local variables David Gibson
2016-06-03  8:42 ` [PATCH 2/5] altstack: Restore alternate signal stack state David Gibson
2016-06-03  8:42 ` [PATCH 3/5] altstack: Use ptrint instead of bare casts David Gibson
2016-06-03  8:42 ` [PATCH 4/5] altstack: Don't use 0 pointer literals David Gibson
2016-06-12  1:27   ` Dan Good
2016-06-14  4:15     ` Rusty Russell
2016-06-16  6:45       ` David Gibson
2016-06-16 20:38         ` Dan Good
2016-06-03  8:42 ` [PATCH 5/5] altstack: Don't log internal calls in test cases David Gibson
2016-06-12  2:10   ` Dan Good
2016-06-16  7:34     ` David Gibson
2016-06-16 20:45       ` Dan Good
2016-06-20  8:26         ` David Gibson
2016-06-03 23:29 ` [PATCH 0/5] altstack: cleanups Dan Good

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.