linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Udo van den Heuvel <udovdh@xs4all.nl>
Cc: RT <linux-rt-users@vger.kernel.org>
Subject: Re: 5.4.13-rt7 stall on CPU?
Date: Tue, 7 Jul 2020 19:47:46 +0200	[thread overview]
Message-ID: <20200707174746.qe5f6w5qju3vo3yr@linutronix.de> (raw)
In-Reply-To: <875822d3-6fcd-1ab0-4ede-ee5134e6211b@xs4all.nl>

On 2020-07-04 05:43:32 [+0200], Udo van den Heuvel wrote:
> > I *think* this happened within the loop in __fget_files(). This function
> > is inlined by __fget_light() and the loop has a RCU-section so it would
> > make sense.
> > Do you run something at an elevated priority in the system? 
> 
> ntpd (ntpsec) elevates itself.

To the highest possible. Wonderful.

> > I don't know
> > what the other part was doing but somehow one of the file descriptors
> > (network sockets probably) was about to be closed while the other side
> > tried to poll() on it.
> 
> Thanks for explaining.

I'm puzzled. On dup() and otherwise on replacement / closing the file
pointer is replaced (with an incremented reference count or NULL ) and
then the reference count of the old file pointer is decremented. So the
zero count could be observed once and then the new pointer should be
seen. So it should not loop for seconds. And then, dup2() is only used
at startup.

> Kind regards,
> Udo

Sebastian

  reply	other threads:[~2020-07-07 17:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27 13:30 5.4.13-rt7 stall on CPU? Udo van den Heuvel
2020-07-03 19:49 ` Sebastian Andrzej Siewior
2020-07-04  3:43   ` Udo van den Heuvel
2020-07-07 17:47     ` Sebastian Andrzej Siewior [this message]
2020-07-20  9:21       ` Udo van den Heuvel

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=20200707174746.qe5f6w5qju3vo3yr@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=udovdh@xs4all.nl \
    /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).