diff options
author | Mark Rutland <[email protected]> | 2016-07-19 11:23:37 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2016-08-12 16:47:01 +0100 |
commit | 3cb59581a860f5f542b37aed214f74b3f2ccfa32 (patch) | |
tree | 9eb0e68cb66c52ee1e6d7e05883e30081b012f65 /tools/perf/util/trace-event-scripting.c | |
parent | bf31c5e07db81073aa7fedc5401afa967b177fe2 (diff) |
ARM: 8588/1: localise objcopy flags
We currently define OBJCOPYFLAGS in the top-level arm Makefile, and thus
these flags will be passed to all uses of objcopy, kernel-wide, for
which they are not explicitly overridden. The flags we set are intended
for converting a few ELF files into raw binaries, and thus the flags
chosen are problematic for some other uses which do not expect a raw
binary result, e.g. the upcoming lkdtm rodata test:
http://www.openwall.com/lists/kernel-hardening/2016/06/08/2
This patch localises the objcopy flags such that they are only used for
the cases we require them for today.
Signed-off-by: Mark Rutland <[email protected]>
Acked-by: Kees Cook <[email protected]>
Tested-by: Laura Abbott <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions