Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303902 > unrolled thread

Re: [PATCH v2 1/5] test: firmware_class: report errors properly on failure

Started byShuah Khan <shuahkh@osg.samsung.com>
First post2016-01-07 22:00 +0100
Last post2016-01-07 22:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 1/5] test: firmware_class: report errors properly on  failure Shuah Khan <shuahkh@osg.samsung.com> - 2016-01-07 22:00 +0100

#1303902 — Re: [PATCH v2 1/5] test: firmware_class: report errors properly on failure

FromShuah Khan <shuahkh@osg.samsung.com>
Date2016-01-07 22:00 +0100
SubjectRe: [PATCH v2 1/5] test: firmware_class: report errors properly on failure
Message-ID<qOpP6-4VR-35@gated-at.bofh.it>
On 12/09/2015 03:50 PM, Brian Norris wrote:
> request_firmware() failures currently won't get reported at all (the
> error code is discarded). What's more, we get confusing messages, like:
> 
>     # echo -n notafile > /sys/devices/virtual/misc/test_firmware/trigger_request
>     [ 8280.311856] test_firmware: loading 'notafile'
>     [ 8280.317042] test_firmware: load of 'notafile' failed: -2
>     [ 8280.322445] test_firmware: loaded: 0
>     # echo $?
>     0
> 
> Report the failures via write() errors, and don't say we "loaded"
> anything.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> Acked-by: Kees Cook <keescook@chromium.org>

Thanks for fixing it. Applied to linux-kselftest next for 4.5-rc1.

-- Shuah


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web