From 7a78872dc5fa22c834d12e1f909c4fdf68da1879 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 12 Jun 2014 15:56:21 +0200 Subject: netsniff-ng 0.5.9-rc1 Signed-off-by: Tobias Klauser --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b435ed5..2ae9311 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ endif VERSION = 0 PATCHLEVEL = 5 -SUBLEVEL = 8 -EXTRAVERSION = -NAME = Ziggomatic +SUBLEVEL = 9 +EXTRAVERSION = -rc1 +NAME = Cilonen TOOLS ?= $(CONFIG_TOOLS) TOOLS ?= netsniff-ng trafgen astraceroute flowtop ifpps bpfc curvetun mausezahn -- cgit v1.2.3-54-g00ecf ='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
ssdiff
authorAkinobu Mita <akinobu.mita@gmail.com>2011-07-26 16:09:01 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-07-26 16:49:46 -0700
commit8307fc257cf3931d87e172bd8663e80c3d1e56a3 (patch)
tree4f265586a0617284be4baec5b5d6990cdea13b31 /include/linux/fault-inject.h
parent6b16f748a0d4546726bb53cad58525adfd6425e9 (diff)
fault-injection: cleanup simple attribute of stacktrace_depth
Minor cosmetic changes for simple attribute of stacktrace_depth: - use min_t() - reduce #ifdef by moving a function - do not use partly capitalized function name Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/fault-inject.h')