Re: 2.6.16-rc5-mm2 compile error in urb.c



Helge Hafting <helge.hafting@xxxxxxxxxxxxx> wrote:

Compiling 2.6.16-rc5-mm2 stopped here:

CC drivers/usb/core/urb.o
drivers/usb/core/urb.c: In function ___usb_alloc_urb___:
drivers/usb/core/urb.c:65: error: dereferencing pointer to incomplete type
drivers/usb/core/urb.c: In function ___usb_submit_urb___:
drivers/usb/core/urb.c:329: error: dereferencing pointer to incomplete type
make[3]: *** [drivers/usb/core/urb.o] Error 1
make[2]: *** [drivers/usb/core] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2


I guess this is gregkh-usb-usb-reduce-syslog-clutter.patch trying to
dereference THIS_MODULE when the driver is being built into vmlinux. I
suggest you revert that patch, thanks.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: + allow-proc-configgz-to-be-built-as-a-module.patch added to 
    ... allow /proc/config.gz to be built as a module ... When/where was this patch submitted? ... Can you try to quantify "rather a lot of memory"? ... is used to build vmlinux. ...
    (Linux-Kernel)
  • Re: 2.6.16-rc5-mm2 compile error in urb.c
    ... dereference THIS_MODULE when the driver is being built into vmlinux. ... suggest you revert that patch, ...
    (Linux-Kernel)
  • Re: [PATCH] CONFIG_RELOCATABLE modpost fix
    ... Run modpost on vmlinux regardless of CONFIG_MODULES. ... I have one minor comment about your patch: ... vmlinux is built - never when modules are processed. ...
    (Linux-Kernel)
  • Re: [revert] mysql+oltp regression
    ... During regression testing of tip/sched/clock fixes, a regression in low client count throughput turned up, which I traced this back to the commit below. ... We can re-try newer iterations of Greg's patch in tip/sched/devel. ... Now we are in the upstream release cycle so unless there's some immediate fix available (or there are _really_ strong reasons against the revert) doing the revert is the right approach. ...
    (Linux-Kernel)
  • Re: [performance bug] kernel building regression on 64 LCPUs machine
    ... We find this performance dropping is due to commit ... If we revert this patch or just change the ... and write request merge dropped. ... So we tested another patch: ...
    (Linux-Kernel)