* Re: Linux 2.6.36-rc3
[not found] ` <i5fr6h$ih6$1@dough.gmane.org>
@ 2010-08-30 17:00 ` Suresh Jayaraman
[not found] ` <4C7BE3AE.8020204-l3A5Bk7waGM@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Suresh Jayaraman @ 2010-08-30 17:00 UTC (permalink / raw)
To: Miguel Calleja
Cc: LKML, linux-cifs-u79uwXL29TY76Z2rM5mHXA, Shirish S Pargaonkar
(Cc linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Couldn't get a chance to check this, but I guess this is perhaps due to
the recent crypto patches..
On 08/30/2010 02:17 PM, Miguel Calleja wrote:
> CIFS does not build without CRYPTO selected.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Suresh Jayaraman
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.6.36-rc3
[not found] ` <4C7BE3AE.8020204-l3A5Bk7waGM@public.gmane.org>
@ 2010-08-30 17:14 ` Shirish Pargaonkar
2010-08-30 17:25 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Shirish Pargaonkar @ 2010-08-30 17:14 UTC (permalink / raw)
To: Suresh Jayaraman
Cc: Miguel Calleja, LKML, linux-cifs-u79uwXL29TY76Z2rM5mHXA,
Shirish S Pargaonkar
On Mon, Aug 30, 2010 at 12:00 PM, Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org> wrote:
> (Cc linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
>
> Couldn't get a chance to check this, but I guess this is perhaps due to
> the recent crypto patches..
Suresh, yes, cifs auth and signing code using kernel crypto (shash) apis.
fs/cifs/Kconfig
select CRYPTO_MD5
select CRYPTO_ARC4
>
> On 08/30/2010 02:17 PM, Miguel Calleja wrote:
>> CIFS does not build without CRYPTO selected.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>
>
> --
> Suresh Jayaraman
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.6.36-rc3
2010-08-30 17:14 ` Shirish Pargaonkar
@ 2010-08-30 17:25 ` Randy Dunlap
[not found] ` <20100830102527.17d5e1f1.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2010-08-30 17:25 UTC (permalink / raw)
To: Shirish Pargaonkar
Cc: Suresh Jayaraman, Miguel Calleja, LKML, linux-cifs,
Shirish S Pargaonkar
On Mon, 30 Aug 2010 12:14:53 -0500 Shirish Pargaonkar wrote:
> On Mon, Aug 30, 2010 at 12:00 PM, Suresh Jayaraman <sjayaraman@suse.de> wrote:
> > (Cc linux-cifs@vger.kernel.org)
> >
> > Couldn't get a chance to check this, but I guess this is perhaps due to
> > the recent crypto patches..
>
> Suresh, yes, cifs auth and signing code using kernel crypto (shash) apis.
>
> fs/cifs/Kconfig
>
> select CRYPTO_MD5
> select CRYPTO_ARC4
>
Either CIFS should depend on CRYPTO:
change
depends on INET
to
depends on INET && CRYPTO
or it can also select CRYPTO.
>
> >
> > On 08/30/2010 02:17 PM, Miguel Calleja wrote:
> >> CIFS does not build without CRYPTO selected.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 2.6.36-rc3
[not found] ` <20100830102527.17d5e1f1.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
@ 2010-08-30 21:27 ` Steve French
0 siblings, 0 replies; 4+ messages in thread
From: Steve French @ 2010-08-30 21:27 UTC (permalink / raw)
To: Randy Dunlap, Sage Weil
Cc: Shirish Pargaonkar, Suresh Jayaraman, Miguel Calleja, LKML,
linux-cifs-u79uwXL29TY76Z2rM5mHXA, Shirish S Pargaonkar,
ceph-devel-u79uwXL29TY76Z2rM5mHXA
On Mon, Aug 30, 2010 at 12:25 PM, Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:
> On Mon, 30 Aug 2010 12:14:53 -0500 Shirish Pargaonkar wrote:
>
>> On Mon, Aug 30, 2010 at 12:00 PM, Suresh Jayaraman <sjayaraman@suse.de> wrote:
>> > (Cc linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
>> >
>> > Couldn't get a chance to check this, but I guess this is perhaps due to
>> > the recent crypto patches..
>>
>> Suresh, yes, cifs auth and signing code using kernel crypto (shash) apis.
>>
>> fs/cifs/Kconfig
>>
>> select CRYPTO_MD5
>> select CRYPTO_ARC4
>>
>
> Either CIFS should depend on CRYPTO:
> change
> depends on INET
> to
> depends on INET && CRYPTO
>
> or it can also select CRYPTO.
>
>>
>> >
>> > On 08/30/2010 02:17 PM, Miguel Calleja wrote:
>> >> CIFS does not build without CRYPTO selected.
OK - will fix this for cifs. Looks like ecryptfs chose "depends on CRYPTO"
and ubifs chose "select CRYPTO" - but for network file system seems like
"select CRYPTO" (rather than depends on) makes more sense.
The ceph file system seems like it has the same type of problem.
fs/ceph/Kconfig
has "select CRYPTO_AES" but not "select CRYPTO"
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-30 21:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <AANLkTinRRiW1VUzS+3T82=q8PsoRn78Cgn_X8gSduM0U@mail.gmail.com>
[not found] ` <i5fr6h$ih6$1@dough.gmane.org>
2010-08-30 17:00 ` Linux 2.6.36-rc3 Suresh Jayaraman
[not found] ` <4C7BE3AE.8020204-l3A5Bk7waGM@public.gmane.org>
2010-08-30 17:14 ` Shirish Pargaonkar
2010-08-30 17:25 ` Randy Dunlap
[not found] ` <20100830102527.17d5e1f1.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2010-08-30 21:27 ` Steve French
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox