aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_firmware.c
AgeCommit message (Expand)Author
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent
2023-06-15test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac
2023-05-31test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac
2023-05-31test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac
2023-05-31test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac
2023-01-20test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-20test_firmware: use kernel-doc struct notationRandy Dunlap
2022-11-23test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao
2022-11-10test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"Colin Ian King
2022-05-19test_firmware: fix end of loop test in upload_read_show()Dan Carpenter
2022-04-26test_firmware: Error injection for firmware uploadRuss Weight
2022-04-26test_firmware: Add test support for firmware uploadRuss Weight
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo
2020-12-15lib: cleanup kstrto*() usageAlexey Dobriyan
2020-10-05test_firmware: Test partial read supportScott Branden
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook
2020-04-17test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxxScott Branden
2020-03-20test_firmware: add support for firmware_request_platformHans de Goede
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden
2019-07-25test_firmware: fix a memory leak bugWenwen Wang
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-24test_firmware: Use correct snprintf() limitDan Carpenter
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-03-07lib/test_firmware.c: remove some dead codeDan Carpenter
2018-11-11test_firmware: fix error return getting clobberedColin Ian King
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-01-22test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun
2018-01-22test_firmware: make local symbol test_fw_config staticWei Yongjun
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez
2016-01-07test: firmware_class: add asynchronous request triggerBrian Norris
2016-01-07test: firmware_class: use kstrndup() where appropriateBrian Norris
2016-01-07test: firmware_class: report errors properly on failureBrian Norris
2014-07-17test: add firmware_class loader testKees Cook