• Luis R. Rodriguez's avatar
    test_firmware: modify custom fallback tests to use unique files · 9952db75
    Luis R. Rodriguez authored
    Users of the custom firmware fallback interface is are not supposed to
    use the firmware cache interface, this can happen if for instance the
    one of the APIs which use the firmware cache is used first with one
    firmware file and then the request_firmware_nowait(uevent=false) API
    is used with the same file.
    
    We'll soon become strict about this on the firmware interface to reject
    such calls later, so correct the test scripts to avoid such uses as well.
    We address this on the tests scripts by simply using unique names when
    testing the custom fallback interface.
    Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@kernel.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    9952db75
fw_filesystem.sh 7.08 KB