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:
d>
authorJan Kara <jack@suse.cz>2016-10-21 11:33:49 +0200
committerDan Williams <dan.j.williams@intel.com>2016-12-26 20:29:25 -0800
commit1db175428ee374489448361213e9c3b749d14900 (patch)
tree32e4eebdad84d1c6e84508186b0f1fb63df7bdfc /sound/usb/hiface/chip.h
parent9f141d6ef6258a3a37a045842d9ba7e68f368956 (diff)
ext4: Simplify DAX fault path
Now that dax_iomap_fault() calls ->iomap_begin() without entry lock, we can use transaction starting in ext4_iomap_begin() and thus simplify ext4_dax_fault(). It also provides us proper retries in case of ENOSPC. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'sound/usb/hiface/chip.h')