public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Cleanup and audit of lnet selftest code
@ 2016-03-12  1:29 James Simmons
  2016-03-12  1:29 ` [PATCH 01/10] staging: lustre: fix bogus lst errors for lnet selftest James Simmons
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: James Simmons @ 2016-03-12  1:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, Andreas Dilger, Oleg Drokin
  Cc: Linux Kernel Mailing List, Lustre Development List, James Simmons

With lnet selftest nearly in sync with the OpenSFS code base it
was time to do a audit to see if anything was missed. One patch
was missed a few errors unique to upstream needed to be addressed.
Besides adding in fixes it was time to do more kernel style
cleanups. In the process several more checkpatch issues were
addressed.

Isaac Huang (1):
  staging: lustre: fix bogus lst errors for lnet selftest

James Simmons (9):
  staging: lustre: remove returns in void function for lnet selftest
  staging: lustre: fix spacing issues checkpatch reported in lnet selftest
  staging: lustre: remove extra spacing of variable declartions for lnet selftest
  staging: lustre: remove extra spacing when setting variable for lnet selftest
  staging: lustre: filter remaining extra spacing for lnet selftest
  staging: lustre: cleanup comment style for lnet selftest
  staging: lustre: test for proper errno code in lstcon_rpc_trans_abort
  staging: lustre: report minimum of two buffers for LNet selftest load test
  staging: lustre: fix aligments in lnet selftest

 drivers/staging/lustre/lnet/selftest/brw_test.c  |   97 ++++----
 drivers/staging/lustre/lnet/selftest/conctl.c    |  106 ++++----
 drivers/staging/lustre/lnet/selftest/conrpc.c    |  148 ++++++------
 drivers/staging/lustre/lnet/selftest/conrpc.h    |   56 +++---
 drivers/staging/lustre/lnet/selftest/console.c   |  140 ++++++------
 drivers/staging/lustre/lnet/selftest/console.h   |  116 +++++-----
 drivers/staging/lustre/lnet/selftest/framework.c |  187 +++++++--------
 drivers/staging/lustre/lnet/selftest/module.c    |    5 +-
 drivers/staging/lustre/lnet/selftest/ping_test.c |   21 +-
 drivers/staging/lustre/lnet/selftest/rpc.c       |  143 ++++++------
 drivers/staging/lustre/lnet/selftest/rpc.h       |  180 +++++++-------
 drivers/staging/lustre/lnet/selftest/selftest.h  |  278 +++++++++++-----------
 drivers/staging/lustre/lnet/selftest/timer.c     |   14 +-
 drivers/staging/lustre/lnet/selftest/timer.h     |    6 +-
 14 files changed, 735 insertions(+), 762 deletions(-)

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-12  1:29 [PATCH 00/10] Cleanup and audit of lnet selftest code James Simmons
2016-03-12  1:29 ` [PATCH 01/10] staging: lustre: fix bogus lst errors for lnet selftest James Simmons
2016-03-12  1:29 ` [PATCH 02/10] staging: lustre: remove returns in void function " James Simmons
2016-03-12  1:29 ` [PATCH 03/10] staging: lustre: fix spacing issues checkpatch reported in " James Simmons
2016-03-12  1:29 ` [PATCH 04/10] staging: lustre: remove extra spacing of variable declartions for " James Simmons
2016-03-12  1:29 ` [PATCH 05/10] staging: lustre: remove extra spacing when setting variable " James Simmons
2016-03-12  1:29 ` [PATCH 06/10] staging: lustre: filter remaining extra spacing " James Simmons
2016-03-12  1:29 ` [PATCH 07/10] staging: lustre: cleanup comment style " James Simmons
2016-03-12  1:39   ` [lustre-devel] " Dilger, Andreas
2016-03-12  6:24     ` Greg Kroah-Hartman
2016-03-12  6:25       ` Greg Kroah-Hartman
2016-03-12  6:26         ` Greg Kroah-Hartman
2016-03-12  1:29 ` [PATCH 08/10] staging: lustre: test for proper errno code in lstcon_rpc_trans_abort James Simmons
2016-03-12  1:29 ` [PATCH 09/10] staging: lustre: report minimum of two buffers for LNet selftest load test James Simmons
2016-03-12  1:29 ` [PATCH 10/10] staging: lustre: fix aligments in lnet selftest James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox