Hi Everybody, I'm going to test martian on my system. System details: ibm t20 ubuntu 7.04 2.6.20-11 custom kernel agere dsp modem I'm worried about the following build warnings. Are they benign? Thanks to all. Peace, GaryH gary@gary-laptop:~/martian$ make clean make -C kmodule/ clean make[1]: Entering directory `/home/gary/martian/kmodule' make -C /lib/modules/2.6.20.11/build M="/home/gary/martian/kmodule" clean make[2]: Entering directory `/usr/src/linux-2.6.20' CLEAN /home/gary/martian/kmodule/.tmp_versions make[2]: Leaving directory `/usr/src/linux-2.6.20' make[1]: Leaving directory `/home/gary/martian/kmodule' make -C modem/ clean make[1]: Entering directory `/home/gary/martian/modem' -e RM OBJS -e RM BINS -e RM TOOLS make[1]: Leaving directory `/home/gary/martian/modem' gary@gary-laptop:~/martian$ make all make -C kmodule/ modules make[1]: Entering directory `/home/gary/martian/kmodule' make -C /lib/modules/2.6.20.11/build M="/home/gary/martian/kmodule" modules make[2]: Entering directory `/usr/src/linux-2.6.20' CC [M] /home/gary/martian/kmodule/martian.o /home/gary/martian/kmodule/martian.c: In function ‘martian_isr’: /home/gary/martian/kmodule/martian.c:160: warning: value computed is not used /home/gary/martian/kmodule/martian.c: In function ‘martian_add’: /home/gary/martian/kmodule/martian.c:662: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type CC [M] /home/gary/martian/kmodule/marsio.o CC [M] /home/gary/martian/kmodule/mfifo.o LD [M] /home/gary/martian/kmodule/martian_dev.o Building modules, stage 2. MODPOST 1 modules WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params from .text between '_text' (at offset 0xc0100036) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params from .text between '_text' (at offset 0xc0100044) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.data:init_pg_tables_end from .text between '_text' (at offset 0xc01000a6) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.text:start_kernel from .text between 'is386' (at offset 0xc0100221) and 'check_x87' WARNING: vmlinux - Section mismatch: reference to .init.text:smp_prepare_cpus from .text between 'init' (at offset 0xc0100427) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:migration_init from .text between 'init' (at offset 0xc010042c) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:spawn_ksoftirqd from .text between 'init' (at offset 0xc0100431) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:spawn_softlockup_task from .text between 'init' (at offset 0xc0100436) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:smp_cpus_done from .text between 'init' (at offset 0xc01004b2) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sched_init_smp from .text between 'init' (at offset 0xc01004b7) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:cpuset_init_smp from .text between 'init' (at offset 0xc01004bc) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:usermodehelper_init from .text between 'init' (at offset 0xc01004c6) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:driver_init from .text between 'init' (at offset 0xc01004cb) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sysctl_init from .text between 'init' (at offset 0xc01004d1) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between 'init' (at offset 0xc01004f3) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between 'init' (at offset 0xc010050c) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:prepare_namespace from .text between 'init' (at offset 0xc01006ff) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'init_gdt' (at offset 0xc010995b) and 'cpu_init' WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'init_gdt' (at offset 0xc0109971) and 'cpu_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sysenter_setup from .text between 'identify_cpu' (at offset 0xc0109fc3) and 'display_cacheinfo' WARNING: vmlinux - Section mismatch: reference to .init.text:mtrr_bp_init from .text between 'identify_cpu' (at offset 0xc0109fd1) and 'display_cacheinfo' WARNING: vmlinux - Section mismatch: reference to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset 0xc016fe8f) and 's_start' WARNING: vmlinux - Section mismatch: reference to .init.text:eisa_root_register from .text between 'pci_eisa_init' (at offset 0xc0269cfb) and 'virtual_eisa_release' WARNING: vmlinux - Section mismatch: reference to .init.text:eisa_root_register from .text between 'virtual_eisa_root_init' (at offset 0xc0269d5f) and 'cpufreq_unregister_driver' WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'iret_exc' (at offset 0xc02ec080) and '_etext' WARNING: vmlinux - Section mismatch: reference to .init.text:start_kernel from .paravirtprobe between '__start_paravirtprobe' (at offset 0xc03b9630) and '__stop_paravirtprobe' CC /home/gary/martian/kmodule/martian_dev.mod.o LD [M] /home/gary/martian/kmodule/martian_dev.ko make[2]: Leaving directory `/usr/src/linux-2.6.20' make[1]: Leaving directory `/home/gary/martian/kmodule' make -C modem/ all make[1]: Entering directory `/home/gary/martian/modem' -e CC main.o -e CC dumpers.o -e CC log.o -e CC session.o -e CC mport.o -e CC pty.o -e CC sysdep.o -e CC isr.o -e CC smp.o -e CC core_if.o -e CC coresubst.o -e CC link.o -e CC tweakrelocsdynamic.o -e CC coreadd.o -e CC elf386tweakrelocs -e LD marscore.o -e TWEAK marscore.o -e LD martian_modem make[1]: Leaving directory `/home/gary/martian/modem' g