kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Lev Olshvang <levonshe@yandex.com>
To: kernelnewbies <kernelnewbies@kernelnewbies.org>
Subject: In a process context kernel_read returns -EINTR, how to proceed?
Date: Thu, 20 Dec 2018 13:33:09 +0300	[thread overview]
Message-ID: <92921545301989@sas2-9bd6ba081e5d.qloud-c.yandex.net> (raw)

Hi All,

I use kernel_read to read  file in chunks of 4K size in a process context
On several files, like libc, libm,  I got -EINTR error.

Then I repeated the attempt limited number of times but still on every read attempt I got -EINTR

I do not understand who may interrupt such a small read, I suppose these libraries are already mapped in other processes so no real I/O should be done.

In a user space it is recommended to repeat syscall, what is the proper course of action in kernel.
As I stated, this code is not in a kernel thread or atomic context, it is in a process context so a tried  before next attempt yield() but to no success.

Waiting for your advises.
Thx,
Lev


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

             reply	other threads:[~2018-12-20 10:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 10:33 Lev Olshvang [this message]
2018-12-20 16:40 ` In a process context kernel_read returns -EINTR, how to proceed? valdis.kletnieks
2018-12-21 13:51   ` Lev Olshvang
2018-12-21 14:00     ` Greg KH
2018-12-21 16:15     ` valdis.kletnieks
2018-12-23  8:41       ` Lev Olshvang
2018-12-23  8:53         ` valdis.kletnieks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92921545301989@sas2-9bd6ba081e5d.qloud-c.yandex.net \
    --to=levonshe@yandex.com \
    --cc=kernelnewbies@kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).