lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun,  3 Jul 2011 22:59:41 +0900
From:	Akinobu Mita <akinobu.mita@...il.com>
To:	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Cc:	Akinobu Mita <akinobu.mita@...il.com>
Subject: [PATCH 0/7] fault-injection cleanup

This collection of cleanup patches removes about 100 lines of code
without reducing any functionalities of fault-injection.

Akinobu Mita (7):
  fault-injection: do not include unneeded header
  fault-injection: remove nonexistent function extern
  fault-injection: cleanup simple attribute of stacktrace_depth
  fault-injection: use debugfs_remove_recursive
  failslab: simplify debugfs initialization
  fail_page_alloc: simplify debugfs initialization
  fail_make_request: cleanup should_fail_request

 block/blk-core.c             |   26 ++++----
 include/linux/fault-inject.h |   19 +-----
 lib/fault-inject.c           |  144 ++++++++++++------------------------------
 mm/failslab.c                |   31 +++------
 mm/page_alloc.c              |   51 +++++----------
 5 files changed, 82 insertions(+), 189 deletions(-)

-- 
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ