Re: [PATCH] crypto: convert "crypto" subdirectory to UTF-8

2007-04-18 Thread Stefan Richter
John Anthony Kazos Jr. wrote: > Convert the subdirectory "crypto" to UTF-8. The files changed are > and . Aren't we using ASCII for C sources? -- Stefan Richter -=-=-=== -=-- =--=- http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe

Re: Is kernel optimized with dead store removal?

2010-02-25 Thread Stefan Richter
nd those leaks of > uninitialized memory are frowned upon and quickly fixed when discovered). Quickly fixed when discovered, but not necessary quickly discovered... -- Stefan Richter -=-==-=- --=- ==--= http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [PATCH 01/19] User-space API definition

2010-08-20 Thread Stefan Richter
output_buffer { __u64 buffer; __u64 result_size_ptr; /* can't this be a direct output member? */ __u32 buffer_size; /* or __u64? */ }; And then get rid of all the COMAPT code paths. -- Stefan Richter -=-==-=- =--- =-=-- http://arcgraph.de/sr/ -- To

Re: [PATCH 06/19] Add ioctl() argument and attribute handling utils

2010-08-20 Thread Stefan Richter
\ > + (sizeof(struct ncr_session_output_buffer)) > + > +#endif /* !CONFIG_COMPAT */ struct compat_xyz cannot be bigger than struct xyz, can it? -- Stefan Richter -=-==-=- =--- =-=-- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-crypto&quo

Re: [PATCH 06/19] Add ioctl() argument and attribute handling utils

2010-08-21 Thread Stefan Richter
Miloslav Trmac wrote: > - "Stefan Richter" wrote: >> Miloslav Trmač wrote: >>> --- /dev/null >>> +++ b/crypto/userspace/utils.c >> [...] >>> +#ifdef CONFIG_COMPAT >>> +/* max() is too clever for compile-time constants */ >>&g

Re: linux-next: Tree for Oct 25 (crypto)

2011-10-26 Thread Stefan Richter
D2 select CRYPTO_HASH2 select CRYPTO_BLKCIPHER2 select CRYPTO_PCOMP2 I think you need to copy those dependencies into config CRYPTO_MANAGER. -- Stefan Richter -=-==-== =-=- ==-=- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe

Re: linux-next: Tree for Oct 25 (crypto)

2011-10-26 Thread Stefan Richter
On Oct 26 Randy Dunlap wrote: > On 10/26/11 05:33, Stefan Richter wrote: > > On Oct 26 Herbert Xu wrote: > >> --- a/crypto/Kconfig > >> +++ b/crypto/Kconfig > >> @@ -103,6 +103,7 @@ config CRYPTO_MANAGER2 > >> config CRYPTO_USER > >>tri