From: Peter Zijlstra <a.p.zijlstra@chello.nl>
To: Tejun Heo <htejun@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
LKML <linux-kernel@vger.kernel.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] sched/kthread: Complain loudly when others violate our flags
Date: Fri, 30 Sep 2011 11:04:33 +0200 [thread overview]
Message-ID: <1317373473.19415.10.camel@twins> (raw)
In-Reply-To: <20110930085510.GA23868@mtj.dyndns.org>
On Fri, 2011-09-30 at 01:55 -0700, Tejun Heo wrote:
> Hello, Peter.
>
> On Fri, Sep 30, 2011 at 10:34:59AM +0200, Peter Zijlstra wrote:
> > On Thu, 2011-09-29 at 21:14 -0700, Tejun Heo wrote:
> > > It's rather complicated due to the way workqueues have been used. You
> > > can't tell whether a work really needs to be pinned to one cpu for
> > > correctness until actual cpu hotplug time as wq users are expected to
> > > flush such work items from hotplug notifiers, so wq workers should be
> > > pinned on the respective cpus while the cpus are up but also need to
> > > step aside once unplug notifiers are finished.
> >
> > That really is crack, and I've always said so.
> >
> > How about we fix that utter workqueue unplug nightmare..
>
> The patch is corrupt (=20/=3D's). Can you please re-send?
Fucking mailer insists on quoted-printable for plain text :/
I've got something like the below awk in my mail->patch pipe:
/Content-Transfer-Encoding:.*quoted-printable.*/ {
decode = 1;
}
// {
tmp = $0
if (!decode) {
print tmp
next
}
if (concat) {
tmp = last tmp
concat = 0;
}
if (tmp ~ /=$/) {
concat = 1;
gsub("=$", "", tmp);
}
offset = 0;
while (match(tmp, /=[[:xdigit:]][[:xdigit:]]/, a)) {
if (a[0] < offset)
break;
hex = substr(a[0], 2)
char = sprintf("%c", strtonum("0x"hex))
gsub(a[0], char, tmp)
offset = a[0];
}
if (concat) {
last = tmp
next
}
print tmp
}
next prev parent reply other threads:[~2011-09-30 9:05 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-27 21:17 Steven Rostedt
2011-09-28 0:22 ` Thomas Gleixner
2011-09-30 3:48 ` Tejun Heo
2011-09-30 4:05 ` Steven Rostedt
2011-09-30 4:14 ` Tejun Heo
2011-09-30 8:34 ` Peter Zijlstra
2011-09-30 8:55 ` Tejun Heo
2011-09-30 9:04 ` Peter Zijlstra [this message]
2011-10-03 1:15 ` Tejun Heo
2011-10-03 10:20 ` Peter Zijlstra
2011-10-07 1:40 ` Tejun Heo
2011-10-03 10:33 ` Peter Zijlstra
2011-10-03 13:43 ` Thomas Gleixner
2011-10-03 10:50 ` Peter Zijlstra
2011-09-30 9:23 ` Peter Zijlstra
2011-09-30 9:29 ` Peter Zijlstra
2011-09-30 9:27 ` Peter Zijlstra
2011-10-03 1:22 ` Tejun Heo
2011-09-30 3:55 ` Tejun Heo
2011-09-30 4:08 ` Steven Rostedt
2011-09-30 4:28 ` Tejun Heo
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=1317373473.19415.10.camel@twins \
--to=a.p.zijlstra@chello.nl \
--cc=htejun@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®