From: David S. Miller Date: Thu, 10 Jun 2021 21:26:18 +0000 (-0700) Subject: Merge branch 'tcp-options-oob-fixes' X-Git-Tag: v5.15~952^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0280f429dc21d7b8196c401990eab6abe630006f;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'tcp-options-oob-fixes' Maxim Mikityanskiy says: ==================== Fix out of bounds when parsing TCP options This series fixes out-of-bounds access in various places in the kernel where parsing of TCP options takes place. Fortunately, many more occurrences don't have this bug. v2 changes: synproxy: Added an early return when length < 0 to avoid calling skb_header_pointer with negative length. sch_cake: Added doff validation to avoid parsing garbage. ==================== Signed-off-by: David S. Miller --- 0280f429dc21d7b8196c401990eab6abe630006f