lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 Sep 2009 16:55:39 -0700
From:	Daniel Walker <dwalker@...o99.com>
To:	Jonathan Corbet <corbet@....net>
Cc:	Raistlin <raistlin@...ux.it>,
	Peter Zijlstra <peterz@...radead.org>, claudio@...dence.eu.com,
	michael@...dence.eu.com, mingo@...e.hu,
	linux-kernel@...r.kernel.org, tglx@...utronix.de,
	johan.eker@...csson.com, p.faure@...tech.ch,
	Fabio Checconi <fabio@...dalf.sssup.it>,
	Dhaval Giani <dhaval.giani@...il.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Tommaso Cucinotta <tommaso.cucinotta@...up.it>
Subject: Re: [RFC][PATCH] SCHED_EDF scheduling class

On Tue, 2009-09-22 at 17:39 -0600, Jonathan Corbet wrote:
> On Tue, 22 Sep 2009 06:24:38 -0700
> Daniel Walker <dwalker@...o99.com> wrote:
> 
> > You've got some type of encoding corruption in your patch,
> > 
> > +       else {
> > +               if (!edf_task(p))
> > +                       p->sched_class =3D &fair_sched_class;
> > +               else
> > +                       p->sched_class =3D &edf_sched_class;
> > +       }
> > =20
> >         p->prio =3D prio;
> > =20
> 
> I could swear we talked about quoted-printable before.  You really need
> a new mailer.  Even evolution (which you seem to be using) should
> really be able to handle this.

We did .. It's not my mailer, it's my scripts .. I read a little of
wikipedia on this and it says it's a MIME encoding..

http://en.wikipedia.org/wiki/Quoted-printable

So it's like a mime encoded patch instead of plain ascii encoded
patch .. I don't think we should all have to parse this stuff out, we
should just be getting utf8 encodings which covers everything we use in
the kernel AFAIK ..

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ