Bug 4460 - ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Summary: ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Status: RESOLVED FIXED
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: net (show other bugs) net
Version: 4.19-027.x
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: XuanZhuo
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-09 15:01 UTC by baibai871
Modified: 2023-05-23 15:47 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description baibai871 2023-03-09 15:01:51 UTC
Description of problem:
  The total cork length created by ip6_append_data includes extension
headers, so we must exclude them when comparing them against the
IPV6_CHECKSUM offset which does not include extension headers.


How reproducible:


Steps to Reproduce:

Actual results:

Expected results:

Additional info:
Comment 1 dust.li alibaba_cloud_group 2023-05-23 15:47:48 UTC
Already fixed in https://gitee.com/anolis/cloud-kernel/pulls/1497