Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread Jan Engelhardt
On May 3 2007 11:35, John Anthony Kazos Jr. wrote: > >> >non-stupid/non-broken distributions of GNU/Linux and other major Un*ces >> >should be based on (or at least compatible with) UTF-8 in basic >> >operations. Files like the keymaps will be more work to convert, but they >> >can be as well.

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Evgeniy Polyakov
On Thu, May 03, 2007 at 08:47:44AM -0600, Jordan Crouse ([EMAIL PROTECTED]) wrote: > On 03/05/07 23:49 +1000, Herbert Xu wrote: > > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > > > Hm, driver does not perform encryption in-place at all. > > > Since we did not hear from AMD quite for a whil

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread John Anthony Kazos Jr.
> >There's no reason for any non-UTF-8 to be in the tree at all, so > >eventually it won't be a problem. I'm (slowly but surely) working on > >converting everything in the tree. GCC handles UTF-8 just fine, and all > > In fact, GCC gives a crap about comments :) > and otherwise sees things as o

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread Jan Engelhardt
On May 3 2007 09:21, John Anthony Kazos Jr. wrote: > >There's no reason for any non-UTF-8 to be in the tree at all, so >eventually it won't be a problem. I'm (slowly but surely) working on >converting everything in the tree. GCC handles UTF-8 just fine, and all In fact, GCC gives a crap about

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Evgeniy Polyakov
On Thu, May 03, 2007 at 04:08:29PM +0200, Martin Schiller ([EMAIL PROTECTED]) wrote: > > Hm, driver does not perform encryption in-place at all. > > Since we did not hear from AMD quite for a while, could you please > > remove src==dst check in geode_aes_crypt() and run tests again. If it > > is s

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Jordan Crouse
On 03/05/07 23:49 +1000, Herbert Xu wrote: > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > Hm, driver does not perform encryption in-place at all. > > Since we did not hear from AMD quite for a while, could you please > > remove src==dst check in geode_aes_crypt() and run tests again. > > If

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread John Anthony Kazos Jr.
> > Besides, based on the actual binary representation of UTF-8, it's > > extremely unlikely for any ISO-8859-1 string to be detected as UTF-8. VIm > > already does this: UTF-8 it handles natively, but open up one of these > > unpatched files in VIm and you'll see "[converted]" at the bottom of

RE: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Martin Schiller
On Thursday, May 03, 2007 3:23 PM, Evgeniy Polyakov wrote: > On Thu, May 03, 2007 at 03:12:43PM +0200, Martin Schiller > ([EMAIL PROTECTED]) wrote: >> The freeze is the result of an invinite while-loop in the function >> geode_ecb_encrypt() (and maybe also in the geode_ecb_decrypt()). >> >> The

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread Arne Georg Gleditsch
"John Anthony Kazos Jr." <[EMAIL PROTECTED]> writes: > Besides, based on the actual binary representation of UTF-8, it's > extremely unlikely for any ISO-8859-1 string to be detected as UTF-8. VIm > already does this: UTF-8 it handles natively, but open up one of these > unpatched files in VIm a

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Herbert Xu
Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > Hm, driver does not perform encryption in-place at all. > Since we did not hear from AMD quite for a while, could you please > remove src==dst check in geode_aes_crypt() and run tests again. > If it is software protection against hardware bug, I doub

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread John Anthony Kazos Jr.
> > Did this file individually, per request. Will re-do the whole tree later > > as I'm still working on my handy-dandy testing and patching tools and > > don't have a lot of time outside of work until the summer gets underway. > > While this is probably inevitable, it would be nice if there was

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Evgeniy Polyakov
On Thu, May 03, 2007 at 03:12:43PM +0200, Martin Schiller ([EMAIL PROTECTED]) wrote: > The freeze is the result of an invinite while-loop in the function > geode_ecb_encrypt() > (and maybe also in the geode_ecb_decrypt()). > > The cause for this seems to be, that the op->src == op->dst whereby th

RE: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Martin Schiller
On Thursday, May 03, 2007 00:58:45 -0700 , Evgeniy Polyakov wrote: > Hi Martin. Hi Evgeniy >> Sorry for my late answer, but I didn't get your message because I haven't >> subscribed to the mailing-list. >> I've "found" it yesterday on the mailing-list archive. So please, could you >> reply direc

Re: [PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread Arne Georg Gleditsch
"John Anthony Kazos Jr." <[EMAIL PROTECTED]> writes: > Did this file individually, per request. Will re-do the whole tree later > as I'm still working on my handy-dandy testing and patching tools and > don't have a lot of time outside of work until the summer gets underway. While this is probabl

[PATCH] crypto: convert crypto.h to UTF-8

2007-05-03 Thread John Anthony Kazos Jr.
From: John Anthony Kazos Jr. <[EMAIL PROTECTED]> Convert the encoding of from ISO-8859-1 to UTF-8. Signed-off-by: John Anthony Kazos Jr. <[EMAIL PROTECTED]> --- Did this file individually, per request. Will re-do the whole tree later as I'm still working on my handy-dandy testing and patching

Re: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-03 Thread Evgeniy Polyakov
On Thu, May 03, 2007 at 08:19:52AM +0200, Martin Schiller ([EMAIL PROTECTED]) wrote: > Hi Evgeniy, Hi Martin. > Sorry for my late answer, but I didn't get your message because I haven't > subscribed to the mailing-list. > I've "found" it yesterday on the mailing-list archive. So please, could yo