From: David S. Miller Date: Sat, 19 Oct 2019 19:12:36 +0000 (-0700) Subject: Merge branch 'netem-fix-further-issues-with-packet-corruption' X-Git-Tag: v5.4-rc4~6^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=708738376cadba3ed6cf635a13694951d96a6936;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'netem-fix-further-issues-with-packet-corruption' Jakub Kicinski says: ==================== net: netem: fix further issues with packet corruption This set is fixing two more issues with the netem packet corruption. First patch (which was previously posted) avoids NULL pointer dereference if the first frame gets freed due to allocation or checksum failure. v2 improves the clarity of the code a little as requested by Cong. Second patch ensures we don't return SUCCESS if the frame was in fact dropped. Thanks to this commit message for patch 1 no longer needs the "this will still break with a single-frame failure" disclaimer. ==================== Signed-off-by: David S. Miller --- 708738376cadba3ed6cf635a13694951d96a6936