diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-18 22:08:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-18 22:08:25 -0500 |
commit | 018cb13eb33383cbc3fb6d3a286ef32ecb816779 (patch) | |
tree | dcf098e343efa902b9de8580f3854440030e2ce2 /tools | |
parent | 00c845dbfe2e966a2efd3818e40f46e286ca1ae6 (diff) | |
parent | 96e869d85745df36e3a1bf794ce472cc2b18939b (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge misc patches from Andrew Morton:
"A few stragglers"
* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
tools/testing/selftests/Makefile: alphasort the TARGETS list
mm/zsmalloc: adjust order of functions
ocfs2: fix journal commit deadlock
ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker
ocfs2: reflink: fix slow unlink for refcounted file
mm/memory.c:do_shared_fault(): add comment
.mailmap: Santosh Shilimkar has moved
.mailmap: update akpm@osdl.org
lib/show_mem.c: add cma reserved information
fs/proc/meminfo.c: include cma info in proc/meminfo
mm: cma: split cma-reserved in dmesg log
hfsplus: fix longname handling
mm/mempolicy.c: remove unnecessary is_valid_nodemask()
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index b3831f4ba845..4e511221a0c1 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile | |||
@@ -1,22 +1,23 @@ | |||
1 | TARGETS = breakpoints | 1 | TARGETS = breakpoints |
2 | TARGETS += cpu-hotplug | 2 | TARGETS += cpu-hotplug |
3 | TARGETS += efivarfs | 3 | TARGETS += efivarfs |
4 | TARGETS += exec | ||
5 | TARGETS += firmware | ||
6 | TARGETS += ftrace | ||
4 | TARGETS += kcmp | 7 | TARGETS += kcmp |
5 | TARGETS += memfd | 8 | TARGETS += memfd |
6 | TARGETS += memory-hotplug | 9 | TARGETS += memory-hotplug |
7 | TARGETS += mqueue | ||
8 | TARGETS += mount | 10 | TARGETS += mount |
11 | TARGETS += mqueue | ||
9 | TARGETS += net | 12 | TARGETS += net |
13 | TARGETS += powerpc | ||
10 | TARGETS += ptrace | 14 | TARGETS += ptrace |
15 | TARGETS += size | ||
16 | TARGETS += sysctl | ||
11 | TARGETS += timers | 17 | TARGETS += timers |
12 | TARGETS += vm | ||
13 | TARGETS += powerpc | ||
14 | TARGETS += user | 18 | TARGETS += user |
15 | TARGETS += sysctl | 19 | TARGETS += vm |
16 | TARGETS += firmware | 20 | #Please keep the TARGETS list alphabetically sorted |
17 | TARGETS += ftrace | ||
18 | TARGETS += exec | ||
19 | TARGETS += size | ||
20 | 21 | ||
21 | TARGETS_HOTPLUG = cpu-hotplug | 22 | TARGETS_HOTPLUG = cpu-hotplug |
22 | TARGETS_HOTPLUG += memory-hotplug | 23 | TARGETS_HOTPLUG += memory-hotplug |