2.4.3pre8 - fail to compile af_ipx.c, omission from drivers/net/Makefile

2001-03-26 Thread Eran Mann
Apparently net_init.o is missing from export-objs in drivers/net/Makefile in kernel 2.4.3.pre8, which causes network modules to fail to load. Additionally, trying to compile IPX in 2.4.3pre8 results in the following errors: make[2]: Entering directory `/mdk/src/linux-2.4.3/net/ipx' gcc -D__KERNE

[PATCH] Re: [patch] Re: 2.4.3-pre8: IPX not building

2001-03-29 Thread Eran Mann
The improved patch below should fix it. This additional problem only showed up when IPX was built into the kernel (non modular). If you don't want to revert the previous patch and apply this one you can simply change net/ipx/af_ipx line 126 from: static int sysctl_ipx_pprop_broadcasting = 1; to:

[patch] 2.4.3 fails to link when IPX compiled in

2001-03-30 Thread Eran Mann
Hi, When compiling linux-2.4.3 with IPX built in one gets: ld -m elf_i386 -T /mdk/src/linux-2.4.3/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kern

[OOPS] paport related OOPS since 2.6.11-bk7

2005-03-28 Thread Eran Mann
] [] sys_delete_module+0x17e/0x1b0 [] sysenter_past_esp+0x54/0x75 Code: 44 24 04 89 0c 24 ff d2 eb 94 89 f6 8d bc 27 00 00 00 00 55 89 e5 56 53 83 ec 04 8b 45 08 83 c0 44 8b 70 74 c7 40 74 00 00 00 00 <8b> 1e eb 10 8d 74 26 00 8b 44 9e 04 89 04 24 e8 d4 f4 ff ff 4b -- Eran Mann MRV Interna

Re: [OOPS] paport related OOPS since 2.6.11-bk7

2005-03-28 Thread Eran Mann
Russell King wrote: On Mon, Mar 28, 2005 at 06:45:43PM +0200, Eran Mann wrote: The OOPS below gets generated consistently when FC3 kudzu is run during boot (tested between 2.6.11-bk7 and 2.6.11.6-bk1). It seems to be caused by the hotplug-parport changeset: http://linux.bkbits.net:8080/linux-2.5

Re: [OOPS] paport related OOPS since 2.6.11-bk7

2005-03-28 Thread Eran Mann
Russell King wrote: Can you double-check please? I'm sorry, I booted the wrong image. The fix does work (tested against 2.6.11.6-bk1). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kerne

[PATCH 2.6.11.6-bk2] e100: Use EEPROM config for Auto MDI/MDI-X

2005-03-30 Thread Eran Mann
Current e100.c doesn't follow the EEPROM configuration regarding Auto MDI/MDI-X switching, instead it is enabled unconditionally for the relevant chips. This is especially bad since according to Intel's errata this feature is no-longer supported. Signed-off-by: Eran Mann <[EM