Re: v2.6.21-rt3

2007-05-18 Thread emin ak
Yes, 2.6.21 was compiled and boot successfully for ppc, Is 85xx family supported for powerpc arch? Thanks. 2007/5/18, Thomas Gleixner <[EMAIL PROTECTED]>: On Fri, 2007-05-18 at 10:39 +0300, emin ak wrote: > Hi, > I have tried to compile -rt3 patch for ppc (mpc8540ads) and it f

Re: v2.6.21-rt3

2007-05-18 Thread emin ak
Hi, I have tried to compile -rt3 patch for ppc (mpc8540ads) and it failed with undefined referance errors on ppc/kernel/asm-offsets.c. Here is the compiler outputs: HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o S

Re: v2.6.21-rt1

2007-05-17 Thread emin ak
Hi, This patch is failed for ppc arch (actually for mpc8540ads). too because of compilition errors. Here is the output log and I have also attached .config. Any comments? make uImage HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/ppc/Kconfig CHK include/linux/version.h CHK i

encrypting jffs2 filesystem with DM-crypt or what else?

2007-03-06 Thread emin ak
Hi Folks, I need to encrypt a jffs2/mtd formatted flash filesystem for an embedded device, Normally using a loopback interface (cryptoloop, DM-crypt or loop-aes) solves this problem but they are not well known on journalling file systems (like jffs2) because of cached write etc.. Also I could'nt f