]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xen-netback'
authorDavid S. Miller <davem@davemloft.net>
Sat, 29 Mar 2014 22:52:04 +0000 (18:52 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Mar 2014 22:52:04 +0000 (18:52 -0400)
commit8dd26ca4678b7062cfbef04eed904c0b9fcf03c7
tree47e3b3c92652e36d5b98db6c15f5df4a303a9863
parent4304e38bae1c0a18586d3bb7feb7d25d460b1e7f
parentc466b563e051b9c1f6ab78c2212baeb9d0428c1d
Merge branch 'xen-netback'

Paul Durrant says:

====================
xen-netback: fix rx slot estimation

Sander Eikelenboom reported an issue with ring overflow in netback in
3.14-rc3. This turns outo be be because of a bug in the ring slot estimation
code. This patch series fixes the slot estimation, fixes the BUG_ON() that
was supposed to catch the issue that Sander ran into and also makes a small
fix to start_new_rx_buffer().

v3:
 - Added a cap of MAX_SKB_FRAGS to estimate in patch #2

v2:
 - Added BUG_ON() to patch #1
 - Added more explanation to patch #3
====================

Reported-By: Sander Eikelenboom <linux@eikelenboom.it>
Tested-By: Sander Eikelenboom <linux@eikelenboom.it>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>