stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Vaibhav Nagarnaik <vnagarnaik@google.com>,
	Jason Behmer <jbehmer@google.com>,
	stable@vger.kernel.org
Subject: Re: [GIT PULL] ring-buffer: Allow for rescheduling when removing pages
Date: Wed, 19 Sep 2018 08:07:06 +0200	[thread overview]
Message-ID: <20180919060706.GA17950@kroah.com> (raw)
In-Reply-To: <20180918191413.4426aef4@gandalf.local.home>

On Tue, Sep 18, 2018 at 07:14:13PM -0400, Steven Rostedt wrote:
> 
> Linus (aka Greg),
> 
> Vaibhav Nagarnaik found that modifying the ring buffer size could cause
> a huge latency in the system because it does a while loop to free pages
> without releasing the CPU (on non preempt kernels). In a case where there
> are hundreds of thousands of pages to free it could actually cause a system
> stall. A properly place cond_resched() solves this issue.
> 
> 
> Please pull the latest trace-v4.19-rc4 tree, which can be found at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
> trace-v4.19-rc4

Ick, line wrapping makes it hard to cut/paste :(

Anyway, now pulled and pushed out.

greg k-h

  reply	other threads:[~2018-09-19 11:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18 23:14 [GIT PULL] ring-buffer: Allow for rescheduling when removing pages Steven Rostedt
2018-09-19  6:07 ` Greg Kroah-Hartman [this message]
2018-09-19 13:39   ` Steven Rostedt
2018-09-19 18:55     ` Greg Kroah-Hartman

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=20180919060706.GA17950@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jbehmer@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vnagarnaik@google.com \
    /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).