05 Jan, 2013

1 commit

  • When using nanosleep() in an userspace application we get a
    ratelimit warning

    NOHZ: local_softirq_pending 08

    for 10 times.

    This patch replaces netif_rx() with netif_rx_ni() which has
    to be used from process/softirq context.
    The process/softirq context will be called from fakelb driver.

    See linux-kernel commit 481a819 for similar fix.

    Signed-off-by: Alexander Aring
    Signed-off-by: David S. Miller

    Alexander Aring
     

15 Dec, 2012

1 commit

  • mutex_destroy() must be called before wpan_phy_free(), because it puts the last
    reference and frees memory. Catched as overwritten poison in kmalloc-2048.

    Signed-off-by: Konstantin Khlebnikov
    Cc: Alexander Smirnov
    Cc: Dmitry Eremin-Solenikov
    Cc: David S. Miller
    Cc: linux-zigbee-devel@lists.sourceforge.net
    Cc: netdev@vger.kernel.org
    Signed-off-by: David S. Miller

    Konstantin Khlebnikov
     

01 Dec, 2012

2 commits


12 Jul, 2012

2 commits


29 Jun, 2012

1 commit

  • Conflicts:
    drivers/net/caif/caif_hsi.c
    drivers/net/usb/qmi_wwan.c

    The qmi_wwan merge was trivial.

    The caif_hsi.c, on the other hand, was not. It's a conflict between
    1c385f1fdf6f9c66d982802cd74349c040980b50 ("caif-hsi: Replace platform
    device with ops structure.") in the net-next tree and commit
    39abbaef19cd0a30be93794aa4773c779c3eb1f3 ("caif-hsi: Postpone init of
    HIS until open()") in the net tree.

    I did my best with that one and will ask Sjur to check it out.

    Signed-off-by: David S. Miller

    David S. Miller
     

27 Jun, 2012

6 commits


26 Jun, 2012

1 commit


17 May, 2012

8 commits