Bisection complete. Bad commit:

commit a1c7fff7e18f59e684e07b0f9a770561cd39f395
Author: Eric Dumazet <eduma...@google.com>
Date:   Thu May 17 07:34:16 2012 +0000

    net: netdev_alloc_skb() use build_skb()
    
    netdev_alloc_skb() is used by networks driver in their RX path to
    allocate an skb to receive an incoming frame.
    
    With recent skb->head_frag infrastructure, it makes sense to change
    netdev_alloc_skb() to use build_skb() and a frag allocator.
    
    This permits a zero copy splice(socket->pipe), and better GRO or TCP
    coalescing.
    
    Signed-off-by: Eric Dumazet <eduma...@google.com>
    Signed-off-by: David S. Miller <da...@davemloft.net>

Though it does not seem to be simple revert to test this against current
master. It seems there should be a way for the driver to enforce the old
style somehow...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018456

Title:
  b44 unable to enable network on 64bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1018456/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to