summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 8add1cd6315e3044c576a14676024803b86ae3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			ioops.o \
			xutils.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			str.o \
			dev.o \
			geoip.o \
			ring_rx.o \
			ring.o \
			astraceroute.o
option>
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-10-07 15:52:25 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-12-05 12:33:26 -0800
commita4b575627e8d1a2498a921940813266d4e26ff56 (patch)
tree297bf78c5c5c4ca2bc7530ef6f2a5a2fca7359dd /Documentation/RCU/Design
parent0825458b1dbc39ec6840ee2e45b1fedb1b4b4ca1 (diff)
documentation: Expand on scheduler/RCU deadlock requirements
This commit adds a second option for avoiding scheduler/RCU deadlocks, namely that preemption be disabled across the entire RCU read-side critical section in question. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU/Design')
ited to 'fs/btrfs/free-space-tree.c')