aboutsummaryrefslogtreecommitdiff
path: root/lib/test_firmware.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorGravatar Kory Maincent 1-0/+1
2023-06-15test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationGravatar Mirsad Goran Todorovac 1-6/+6
2023-05-31test_firmware: fix the memory leak of the allocated firmware bufferGravatar Mirsad Goran Todorovac 1-1/+18
2023-05-31test_firmware: fix a memory leak with reqs bufferGravatar Mirsad Goran Todorovac 1-0/+10
2023-05-31test_firmware: prevent race conditions by a correct implementation of lockingGravatar Mirsad Goran Todorovac 1-17/+35
2023-01-20test_firmware: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2023-01-20test_firmware: use kernel-doc struct notationGravatar Randy Dunlap 1-1/+1
2022-11-23test_firmware: fix memory leak in test_firmware_init()Gravatar Zhengchao Shao 1-0/+1
2022-11-10test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Gravatar Colin Ian King 1-2/+2
2022-05-19test_firmware: fix end of loop test in upload_read_show()Gravatar Dan Carpenter 1-4/+7
2022-04-26test_firmware: Error injection for firmware uploadGravatar Russ Weight 1-5/+122
2022-04-26test_firmware: Add test support for firmware uploadGravatar Russ Weight 1-0/+261
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesGravatar Shawn Guo 1-5/+5
2020-12-15lib: cleanup kstrto*() usageGravatar Alexey Dobriyan 1-6/+3
2020-10-05test_firmware: Test partial read supportGravatar Scott Branden 1-12/+142
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsGravatar Kees Cook 1-0/+9
2020-04-17test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxxGravatar Scott Branden 1-23/+3
2020-03-20test_firmware: add support for firmware_request_platformGravatar Hans de Goede 1-0/+55
2019-09-04test_firmware: add support for request_firmware_into_bufGravatar Scott Branden 1-2/+48
2019-07-25test_firmware: fix a memory leak bugGravatar Wenwen Wang 1-1/+4
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+7
2019-05-24test_firmware: Use correct snprintf() limitGravatar Dan Carpenter 1-7/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-07lib/test_firmware.c: remove some dead codeGravatar Dan Carpenter 1-9/+0
2018-11-11test_firmware: fix error return getting clobberedGravatar Colin Ian King 1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-4/+6
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-0/+1
2018-01-22test_firmware: fix missing unlock on error in config_num_requests_store()Gravatar Wei Yongjun 1-0/+1
2018-01-22test_firmware: make local symbol test_fw_config staticGravatar Wei Yongjun 1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWGravatar Joe Perches 1-9/+5
2017-08-10test_firmware: add batched firmware testsGravatar Luis R. Rodriguez 1-0/+710
2017-01-25test_firmware: add test custom fallback triggerGravatar Luis R. Rodriguez 1-0/+45
2017-01-25test_firmware: use device attribute groupsGravatar Luis R. Rodriguez 1-24/+11
2017-01-25test_firmware: move misc_device downGravatar Luis R. Rodriguez 1-6/+6
2016-01-07test: firmware_class: add asynchronous request triggerGravatar Brian Norris 1-0/+65
2016-01-07test: firmware_class: use kstrndup() where appropriateGravatar Brian Norris 1-2/+1
2016-01-07test: firmware_class: report errors properly on failureGravatar Brian Norris 1-3/+8
2014-07-17test: add firmware_class loader testGravatar Kees Cook 1-0/+117