summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/firmware/Makefile
blob: 9bf82234855b8f5b0a831ecc97385a5dc5ef4728 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for firmware loading selftests

# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:

TEST_PROGS := fw_filesystem.sh fw_userhelper.sh

include ../lib.mk

# Nothing to clean up.
clean:
t/ipv6?id=9dce990d2cf57b5ed4e71a9cdbd7eae4335111ff'>9dce990d2cf57b5ed4e71a9cdbd7eae4335111ff (patch) treedfc3c82b1c6ddec3df7c0ebfcef53928d2ed2f4c /net/ipv6 parenta4685d2f58e2230d4e27fb2ee581d7ea35e5d046 (diff)
s390/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. convert_vx_to_fp() is adapted to handle only a specified number of registers rather than unconditionally handling all of them: other callers of this function are adapted appropriately. Based on an initial patch by Dave Martin. Cc: stable@vger.kernel.org Reported-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'net/ipv6')