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


Groups > linux.kernel > #1405201

RE: livepatch: change to a per-task consistency model

From David Laight <David.Laight@ACULAB.COM>
Newsgroups linux.kernel
Subject RE: livepatch: change to a per-task consistency model
Date 2016-05-23 11:50 +0200
Message-ID <rBUEO-48A-23@gated-at.bofh.it> (permalink)
References (1 earlier) <rt12O-1W5-9@gated-at.bofh.it> <rzW81-2af-13@gated-at.bofh.it> <rA4RX-7UR-19@gated-at.bofh.it> <rAcZc-4DW-31@gated-at.bofh.it> <rAggq-6OT-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Jiri Kosina
> Sent: 18 May 2016 21:23
> On Wed, 18 May 2016, Josh Poimboeuf wrote:
> 
> > Yeah, I think this situation -- a task sleeping on an affected function
> > in uninterruptible state for a long period of time -- would be
> > exceedingly rare and not something we need to worry about for now.
> 
> Plus in case task'd be in TASK_UNINTERRUPTIBLE for more than 120s, hung
> task detector would trigger anyway.

Related, please can we have a flag for the sleep and/or process so that
an uninterruptible sleep doesn't trigger the 'hung task' detector
and also stops the process counting towards the 'load average'.

In particular some kernel threads are not signalable, and do not
want to be woken by signals (they exit on a specific request).

	David

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


Thread

Re: livepatch: change to a per-task consistency model Jessica Yu <jeyu@redhat.com> - 2016-05-18 01:00 +0200
  Re: livepatch: change to a per-task consistency model Jiri Kosina <jikos@kernel.org> - 2016-05-18 10:20 +0200
    Re: livepatch: change to a per-task consistency model Josh Poimboeuf <jpoimboe@redhat.com> - 2016-05-18 19:00 +0200
      Re: livepatch: change to a per-task consistency model Jiri Kosina <jikos@kernel.org> - 2016-05-18 22:30 +0200
        RE: livepatch: change to a per-task consistency model David Laight <David.Laight@ACULAB.COM> - 2016-05-23 11:50 +0200
          RE: livepatch: change to a per-task consistency model Jiri Kosina <jikos@kernel.org> - 2016-05-23 20:50 +0200
            RE: livepatch: change to a per-task consistency model David Laight <David.Laight@ACULAB.COM> - 2016-05-24 17:10 +0200
              RE: livepatch: change to a per-task consistency model Jiri Kosina <jikos@kernel.org> - 2016-05-25 00:50 +0200

csiph-web