Comment 2 for bug 237306

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Guys,

Thanks for the reference to the upstream patch. Just for your information, the patch referenced is already in the upcoming Intrepid Ibex 8.10 Ubuntu kernel. If you'd like to test the latest Alpha for the upcoming Intrepid release, more information can be found at http://www.ubuntu.com/testing.

I've listed the upstream git commit id for this patch below. I'll also approve the Hardy nomination for the kernel team to consider backporting this patch. Thanks.

commit d2dcba612b357a4687843ad4f46629d219233fd7
Author: Paul Bolle <email address hidden>
Date: Sun Apr 13 22:44:20 2008 -0700

    [ISDN]: Do not validate ISDN net device address prior to interface-up

    Commit bada339 (Validate device addr prior to interface-up) caused a regression
    in the ISDN network code, see: http://bugzilla.kernel.org/show_bug.cgi?id=9923
    The trivial fix is to remove the pointer to eth_validate_addr() in the
    net_device struct in isdn_net_init().

    Signed-off-by: Paul Bolle <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>