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


Groups > linux.kernel > #1689082

Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism
Date 2017-07-17 16:10 +0200
Message-ID <u4eSJ-65Z-15@gated-at.bofh.it> (permalink)
References <tXOHD-49X-7@gated-at.bofh.it> <tXOHE-49X-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jun 29, 2017 at 01:51:51PM -0700, Luis R. Rodriguez wrote:
> Right now we send -EAGAIN to a syfs write which got interrupted.
> Userspace can't tell what happened though, send -EINTR if we
> were killed due to a signal so userspace can tell things apart.
> 
> This is only applicable to the fallback mechanism.
> 
> Reported-by: Martin Fuzzey <mfuzzey@parkeon.com>
> Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
> ---
>  drivers/base/firmware_class.c | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

This doesn't need to go into 4.13-final, right?  Can it wait for
4.14-rc1?

thanks,

greg k-h

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback  mechanism Greg KH <gregkh@linuxfoundation.org> - 2017-07-17 16:10 +0200
  Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback  mechanism "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-07-17 18:10 +0200
    Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback  mechanism Greg KH <gregkh@linuxfoundation.org> - 2017-07-17 18:30 +0200
      Re: [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback  mechanism "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-07-18 02:30 +0200

csiph-web