Mike, I just checked /proc/kallsyms Crypto_alloc_tfm && crypto_alloc_tfm2 are listed there along with other crypto_XYZ. Seems "during install time" the crypt is available statically . Not sure why initiator still getting NULL when it called crypto_alloc_tfm. -vikas -----Original Message----- From: Mike Christie [mailto:michaelc@xxxxxxxxxxx] Sent: Monday, October 17, 2005 3:51 PM To: Aggarwal, VikasX Cc: anaconda-devel-list@xxxxxxxxxx Subject: Re: "Cannot allocate memory" Aggarwal, VikasX wrote: > I have built an iSCSI driver update disk as I need to read iSCSI disk > during installation. > install to a iscsi disk is really not supported like this, so I am not sure what is available at install time. > But when my daemon tries to do ioctl to driver it gets "Cannot > allocate memory" > Normally during a light load like this is, it is becuase you do not have a crypto module loaded (they return ENOMEM when if it is not loaded). Send me your iscsi.conf file.