summaryrefslogtreecommitdiffstats
path: root/lib/test_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent2023-11-241-0/+1
* test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-06-151-6/+6
* test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac2023-05-311-1/+18
* test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-05-311-0/+10
* test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac2023-05-311-17/+35
* test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-201-1/+2
* test_firmware: use kernel-doc struct notationRandy Dunlap2023-01-201-1/+1
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2022-11-231-0/+1
* test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Colin Ian King2022-11-101-2/+2
* test_firmware: fix end of loop test in upload_read_show()Dan Carpenter2022-05-191-4/+7
* test_firmware: Error injection for firmware uploadRuss Weight2022-04-261-5/+122
* test_firmware: Add test support for firmware uploadRuss Weight2022-04-261-0/+261
* firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-5/+5
* lib: cleanup kstrto*() usageAlexey Dobriyan2020-12-151-6/+3
* test_firmware: Test partial read supportScott Branden2020-10-051-12/+142
* test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-101-0/+9
* test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxxScott Branden2020-04-171-23/+3
* test_firmware: add support for firmware_request_platformHans de Goede2020-03-201-0/+55
* test_firmware: add support for request_firmware_into_bufScott Branden2019-09-041-2/+48
* test_firmware: fix a memory leak bugWenwen Wang2019-07-251-1/+4
* Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-081-7/+7
|\
| * test_firmware: Use correct snprintf() limitDan Carpenter2019-05-241-7/+7
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* lib/test_firmware.c: remove some dead codeDan Carpenter2019-03-071-9/+0
* test_firmware: fix error return getting clobberedColin Ian King2018-11-111-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-4/+6
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-0/+1
* test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-01-221-0/+1
* test_firmware: make local symbol test_fw_config staticWei Yongjun2018-01-221-1/+1
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-9/+5
* test_firmware: add batched firmware testsLuis R. Rodriguez2017-08-101-0/+710
* test_firmware: add test custom fallback triggerLuis R. Rodriguez2017-01-251-0/+45
* test_firmware: use device attribute groupsLuis R. Rodriguez2017-01-251-24/+11
* test_firmware: move misc_device downLuis R. Rodriguez2017-01-251-6/+6
* test: firmware_class: add asynchronous request triggerBrian Norris2016-01-071-0/+65
* test: firmware_class: use kstrndup() where appropriateBrian Norris2016-01-071-2/+1
* test: firmware_class: report errors properly on failureBrian Norris2016-01-071-3/+8
* test: add firmware_class loader testKees Cook2014-07-171-0/+117