summaryrefslogtreecommitdiff
path: root/tools/objtool/Build
blob: d6cdece5e58bf9d5b03b9b8adde262df3e042817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
objtool-y += arch/$(SRCARCH)/
objtool-y += builtin-check.o
objtool-y += elf.o
objtool-y += special.o
objtool-y += objtool.o

objtool-y += libstring.o
objtool-y += str_error_r.o

CFLAGS += -I$(srctree)/tools/lib

$(OUTPUT)libstring.o: ../lib/string.c FORCE
	$(call rule_mkdir)
	$(call if_changed_dep,cc_o_c)

$(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
	$(call rule_mkdir)
	$(call if_changed_dep,cc_o_c)
tion>
authorDave Martin <Dave.Martin@arm.com>2017-01-06 17:54:51 +0000
committerChris Metcalf <cmetcalf@mellanox.com>2017-01-06 15:14:08 -0500
commitfd7c99142d77dc4a851879a66715abf12a3193fb (patch)
tree5fe0d6f6b165d867bb76c296c0afbb5b22c52f47 /tools/testing/selftests/efivarfs
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
tile/ptrace: Preserve previous registers for short regset write
Ensure that if userspace supplies insufficient data to PTRACE_SETREGSET to fill all the registers, the thread's old registers are preserved. Cc: stable@vger.kernel.org Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
Diffstat (limited to 'tools/testing/selftests/efivarfs')