summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/networking/timestamping/Makefile
blob: ccbb9edbbbb9a614463ae2c2c0f367447dffc492 (plain)
1
2
3
4
5
6
7
8
TEST_PROGS := hwtstamp_config timestamping txtimestamp

all: $(TEST_PROGS)

include ../../lib.mk

clean:
	rm -fr $(TEST_PROGS)
commitc2e27e16f2411155b906db201b7e478144034ffe (patch) tree050af201cbf4ccba014fc62add9dc98c3903a43a /drivers parent5bdaa0ef77065e07be5443b3cea5224ac72c9ac0 (diff)
iwlwifi: mvm: properly check for transport data in dump
When copying from vmalloc'ed memory to the SG list, don't crash if the transport didn't provide any data. Fixes: 7e62a699aafb ("iwlwifi: mvm: use dev_coredumpsg()") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers')