Bug 6689 - BUG: 合入nvme over tcp相关fixes patch
Summary: BUG: 合入nvme over tcp相关fixes patch
Status: RESOLVED FIXED
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: 4.19-026.x
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-26 11:07 UTC by ljubomir
Modified: 2023-10-24 14:53 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 ljubomir inspur_group 2023-09-26 11:07:09 UTC
Description of problem:

合入以下fixes patch
udp: fix skb_copy_and_csum_datagram with odd segment sizes
net: use indirect call wrappers for skb_copy_datagram_iter()
iov_iter: Fix build error without CONFIG_CRYPTO
nvmet: Fix controller use after free
nvmet: Fix error print message at nvmet_install_queue function
nvmet-tcp: fix incomplete data digest send
nvmet-tcp: fix data digest pointer calculation
nvmet-tcp: fix a segmentation fault during io parsing error
nvmet-tcp: fix incorrect locking in state_change sk callback
nvmet-tcp: fix potential race of tcp socket closing accept_work
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
nvmet-tcp: fix uninitialized variable access
Comment 1 小龙 admin 2023-09-26 16:10:18 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2244
Comment 2 GuixinLiu alibaba_cloud_group 2023-10-24 14:53:51 UTC
already fixed